Purple blue to RGB — Color Code

#632de9
Format Value
HEX #632de9
RGB rgb(99, 45, 233)
HSL hsl(257.2, 81%, 54.5%)
CMYK cmyk(57.5%, 80.7%, 0%, 8.6%)
HSV hsv(257.2, 80.7%, 91.4%)

purple blue color harmonies

Tints & shades of purple blue

Tints (lighter)

#7140eb #7f53ed #8e66ef #9c79f1 #aa8cf3 #b8a0f5 #c6b3f7 #d4c6f9 #e3d9fb #f1ecfd

Shades (darker)

#5a29d4 #5125bf #4821a9 #3f1d94 #36197f #2d146a #241055 #1b0c40 #12082a #090415

Contrast & accessibility

The quick brown fox

On white · 6.81:1 · AA

The quick brown fox

On black · 3.08:1 · AA Large

Recommended text color: #ffffff

Use purple blue in code

CSS color: #632de9;
SCSS $color: #632de9;
Tailwind bg-[#632de9]
Swift UIColor(red: 0.388, green: 0.176, blue: 0.914, alpha: 1)
Android Color.parseColor("#632de9")
Flutter Color(0xFF632DE9)

Colors similar to purple blue

Browse all Blue colors →

What is the RGB code for purple blue?

The CSS color purple blue in RGB format is rgb(99, 45, 233). Use this value directly in CSS, SVG, and most design tools.

How do I use purple blue in CSS?

To apply purple blue in CSS:

  • Text color: color: rgb(99, 45, 233);
  • Background: background-color: rgb(99, 45, 233);
  • Border: border-color: rgb(99, 45, 233);

What are all the color format values for purple blue?

FormatValue
HEX#632de9
RGBrgb(99, 45, 233)
HSLhsl(257.2, 81%, 54.5%)
CMYKcmyk(57.5%, 80.7%, 0%, 8.6%)

How do I convert purple blue to RGB?

Select purple blue from the color name list in our color converter. The RGB value — rgb(99, 45, 233) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does purple blue belong to?

purple blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 257.2°, saturation 81%, lightness 54.5%.

How do I create lighter and darker shades of purple blue?

Lighter variant (lightness 69.5%): #9672f0. Darker variant (lightness 39.5%): #4213b6. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.