# Revolve Surgical Brand Identity A complete profile of **Revolve Surgical**'s visual system — colors, typography, components, and personality — extracted from https://revolvesurgical.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/revolve-surgical - Machine-readable JSON: https://characterquilt.com/branding/revolve-surgical.json - Per-page llms.txt: https://characterquilt.com/branding/revolve-surgical/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #277EE9 | | Body Font | Arial | | Heading Font | Ptsans | ## Color Palette - primary: #0000EE - secondary: #2778E9 - accent: #277EE9 - background: #000000 - textPrimary: #000000 - link: #277EE9 ## Typography - primary: Arial — https://fonts.google.com/specimen/Arial - heading: Ptsans — https://fonts.google.com/specimen/Ptsans ## Visual Assets - Logo: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65b43ff1bb0caea746bf38c8_Revolve%20Logo%20-%20White.svg - Favicon: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65c3d13404f2b8487dcb8879_32x32.png ## UI Components - buttonPrimary: background=#277EE9, textColor=#0000EE, borderRadius=960px, shadow=rgba(0, 0, 0, 0.4) 38.4px 2000px 38.4px 0px ## Brand Personality Tone: professional · Energy: medium · Audience: medical professionals ## Revolve Surgical Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Revolve Surgical** - Image: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65bbbaecf479b67122c02035_Product%20Banner.jpg - Source: https://www.revolvesurgical.com/ - **Revolve Surgical** - Image: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65c2b657cad4314800797278_mission%20video-poster-00001.jpg - Source: https://www.revolvesurgical.com/ - **Revolve Surgical** - Image: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65c3ffc2aff843a60375d981_animal%20testing-poster-00001.jpg - Source: https://www.revolvesurgical.com/ - **Revolve Surgical** - Image: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/662bcdc8a4328db1448dd829_mm-poster-00001.jpg - Source: https://www.revolvesurgical.com/ - **Revolve Surgical** - Image: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/662bcd42a13f614710a8867a_zero-poster-00001.jpg - Source: https://www.revolvesurgical.com/ - **Revolve Surgical** - Image: https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65cb33b20f5f62e4339cea1c_data-poster-00001.jpg - Source: https://www.revolvesurgical.com/ ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "dark", "fonts": [ { "family": "Arial", "role": "body" }, { "family": "Helvetica Neue", "role": "body" }, { "family": "Helvetica", "role": "body" }, { "family": "Ptsans", "role": "heading" }, { "family": "Trump Gothic East", "role": "display" } ], "colors": { "primary": "#0000EE", "secondary": "#2778E9", "accent": "#277EE9", "background": "#000000", "textPrimary": "#000000", "link": "#277EE9" }, "typography": { "fontFamilies": { "primary": "Arial", "heading": "Ptsans" }, "fontStacks": { "heading": [ "Trump Gothic East", "sans-serif" ], "body": [ "Arial", "Helvetica Neue", "Helvetica", "sans-serif" ], "paragraph": [ "Arial", "Helvetica Neue", "Helvetica", "sans-serif" ] }, "fontSizes": { "h1": "76.8px", "h2": "19.2px", "body": "38.4px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#277EE9", "textColor": "#0000EE", "borderRadius": "960px", "borderRadiusCorners": { "topLeft": "960px", "topRight": "960px", "bottomRight": "960px", "bottomLeft": "960px" }, "shadow": "rgba(0, 0, 0, 0.4) 38.4px 2000px 38.4px 0px" } }, "images": { "logo": "https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65b43ff1bb0caea746bf38c8_Revolve%20Logo%20-%20White.svg", "favicon": "https://cdn.prod.website-files.com/65b3c087a187154f99c5173c/65c3d13404f2b8487dcb8879_32x32.png", "ogImage": null, "logoHref": "#landing", "logoAlt": "Revolve Surgical logo." }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #1 because it is visible, medium-sized, and matches the brand name 'Revolve Surgical' in the alt text. It is the most prominent logo representing the brand.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Watch Full Video", "reasoning": "The button 'Watch Full Video' is the only button detected and uses a vibrant blue color (#277EE9), which aligns with the brand's accent color, making it the primary CTA." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button is available." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "medical professionals" }, "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": "Selected #1 because it is visible, medium-sized, and matches the brand name 'Revolve Surgical' in the alt text. It is the most prominent logo representing the brand.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```