Shades of Han Purple #5F32E4
Tints of Han Purple #5F32E4
RGB
CMYK
RGB Variations
Color information
#5F32E4 (or 0x5F32E4) is known color: Han Purple. HEX triplet: 5F, 32 and E4. RGB value is (95,50,228). Sum of RGB (Red+Green+Blue) = 95+50+228=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 228 (89.45% from 255 or 61.13% from 373); Max value from RGB is 228 - color contains mainly: blue. Hex color #5F32E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F32E4 is #A0CD1B. Grayscale: #535353. Windows color (decimal): -10538268 or 14955103. OLE color: 14955103.
HSL color Cylindrical-coordinate representation of color #5F32E4: hue angle of 255.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F32E4 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 50 | 228 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.11 |
| HSL | 255.17º | 0.77% | 0.55% | - |
| HSV(B) | 255.17º | 0.78% | 0.89% | - |
| XYZ | 19.86 | 10.32 | 74.34 | - |
| YUV | 83.75 | 209.41 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 228 | 0.58 | 0.78 | 0 | 0.11 | 255.17 | 0.77 | 0.55 |
| Hex | 5F | 32 | E4 | 3A | 4E | 0 | B | FF | 4D | 37 |
| Octal | 137 | 62 | 344 | 72 | 116 | 0 | 13 | 377 | 115 | 67 |
| Binary | 1011111 | 110010 | 11100100 | 111010 | 1001110 | 0 | 1011 | 11111111 | 1001101 | 110111 |
Color Harmonies of #5F32E4
Complementary color
Monochromatic Colors of #5F32E4
Black with #5F32E4
Text Example
Text Example
White with #5F32E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F32E4; }
p { color: rgb(95,50,228); }
H1.HeaderClassName
{
color: #5F32E4;
}
.AnyTagClassName
{
color: #5F32E4;
}
</style>
background-color css
<style>
a { background-color: #5F32E4; }
a { background-color: rgb(95,50,228); }
div.DivClassName
{
background-color: #5F32E4;
}
.BgClassName
{
background-color: #5F32E4;
}
</style>
border-color css
<style>
span { border-color: #5F32E4; }
span { border-color: rgb(95,50,228); }
td.TdClassName
{
border-color: #5F32E4;
}
.TagClassName
{
border-color: #5F32E4;
}
</style>