Shades of Han Purple #5532F9
Tints of Han Purple #5532F9
RGB
CMYK
RGB Variations
Color information
#5532F9 (or 0x5532F9) is known color: Han Purple. HEX triplet: 55, 32 and F9. RGB value is (85,50,249). Sum of RGB (Red+Green+Blue) = 85+50+249=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #5532F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5532F9 is #AACD06. Grayscale: #525252. Windows color (decimal): -11193607 or 16331349. OLE color: 16331349.
HSL color Cylindrical-coordinate representation of color #5532F9: hue angle of 250.55º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5532F9 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 50 | 249 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.02 |
| HSL | 250.55º | 0.94% | 0.59% | - |
| HSV(B) | 250.55º | 0.8% | 0.98% | - |
| XYZ | 21.99 | 11.05 | 90.6 | - |
| YUV | 83.15 | 221.6 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 249 | 0.66 | 0.80 | 0 | 0.02 | 250.55 | 0.94 | 0.59 |
| Hex | 55 | 32 | F9 | 42 | 50 | 0 | 2 | FB | 5E | 3B |
| Octal | 125 | 62 | 371 | 102 | 120 | 0 | 2 | 373 | 136 | 73 |
| Binary | 1010101 | 110010 | 11111001 | 1000010 | 1010000 | 0 | 10 | 11111011 | 1011110 | 111011 |
Color Harmonies of #5532F9
Complementary color
Monochromatic Colors of #5532F9
Black with #5532F9
Text Example
Text Example
White with #5532F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5532F9; }
p { color: rgb(85,50,249); }
H1.HeaderClassName
{
color: #5532F9;
}
.AnyTagClassName
{
color: #5532F9;
}
</style>
background-color css
<style>
a { background-color: #5532F9; }
a { background-color: rgb(85,50,249); }
div.DivClassName
{
background-color: #5532F9;
}
.BgClassName
{
background-color: #5532F9;
}
</style>
border-color css
<style>
span { border-color: #5532F9; }
span { border-color: rgb(85,50,249); }
td.TdClassName
{
border-color: #5532F9;
}
.TagClassName
{
border-color: #5532F9;
}
</style>