Home · Branding · AlgoViral

AlgoViral Brand Identity

A complete profile of AlgoViral's visual system — colors, typography, components, and personality — extracted from https://algoviral.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#6321EE
Accent
#F9F0FB
Body Font
Space Grotesk
Heading
Raleway

Color Palette

Brand palette extracted from https://algoviral.com.

primary
#6321EE
rgb(99, 33, 238)
secondary
#8075FF
rgb(128, 117, 255)
accent
#F9F0FB
rgb(249, 240, 251)
background
#CAD5CA
rgb(202, 213, 202)
textPrimary
#8075FF
rgb(128, 117, 255)
link
#8075FF
rgb(128, 117, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Space Grotesk
Space Grotesk Google Fonts →
heading
Raleway
Space Grotesk
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

AlgoViral favicon
Favicon

UI Components

Live previews rendered using AlgoViral's actual button styles.

buttonPrimary
background #F9F0FB textColor #8075FF borderRadius 300px shadow none
buttonSecondary
background #CAD5CA textColor #6321EE borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: digital marketers and content creators

AlgoViral Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is AlgoViral's primary brand color?

AlgoViral's primary brand color is #6321EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does AlgoViral use?

AlgoViral uses #F9F0FB as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does AlgoViral use?

AlgoViral uses Space Grotesk for body text and Raleway for headings. Fonts were detected on https://algoviral.com as part of their live design system.

Does AlgoViral use a light or dark theme?

AlgoViral's primary site uses a light color scheme, with a background of #CAD5CA.

How was this brand profile generated?

This profile was extracted from https://algoviral.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by AlgoViral.

Methodology

Brand data on this page was extracted from https://algoviral.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by AlgoViral.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Raleway",
      "role": "heading"
    },
    {
      "family": "Space Grotesk",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6321EE",
    "secondary": "#8075FF",
    "accent": "#F9F0FB",
    "background": "#CAD5CA",
    "textPrimary": "#8075FF",
    "link": "#8075FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Space Grotesk",
      "heading": "Raleway"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Raleway"
      ]
    },
    "fontSizes": {
      "h1": "73.6px",
      "h2": "73.6px",
      "body": "22.4px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F9F0FB",
      "textColor": "#8075FF",
      "borderRadius": "300px",
      "borderRadiusCorners": {
        "topLeft": "300px",
        "topRight": "300px",
        "bottomRight": "300px",
        "bottomLeft": "300px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#CAD5CA",
      "textColor": "#6321EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://images.squarespace-cdn.com/content/v1/67509387958bf65655e4c337/56708a4a-1c1c-41eb-ba85-695a04efb217/favicon.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the candidates clearly match the brand 'algoviral' as inferred from the URL and page title. The heuristic choice (#7) is a hero-sized image, not suitable as a logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "contact us",
      "reasoning": "Button #0 ('contact us') is likely the primary CTA due to its action-oriented text and prominent placement. It uses a distinct color (#F9F0FB) that stands out against the background."
    },
    "secondary": {
      "index": 2,
      "text": "0\n              \n            \n          \n        \n      \n\n      \n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n  \n    \n  \n\n  \n",
      "reasoning": "Button #2 ('0') is selected as secondary due to its different background color (#CAD5CA) and less prominent text, making it suitable as a secondary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "digital marketers and content creators"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "None of the candidates clearly match the brand 'algoviral' as inferred from the URL and page title. The heuristic choice (#7) is a hero-sized image, not suitable as a logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles