Shades of Han Purple #5F32EC
Tints of Han Purple #5F32EC
RGB
CMYK
RGB Variations
Color information
#5F32EC (or 0x5F32EC) is known color: Han Purple. HEX triplet: 5F, 32 and EC. RGB value is (95,50,236). Sum of RGB (Red+Green+Blue) = 95+50+236=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F32EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F32EC is #A0CD13. Grayscale: #535353. Windows color (decimal): -10538260 or 15479391. OLE color: 15479391.
HSL color Cylindrical-coordinate representation of color #5F32EC: hue angle of 254.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F32EC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 50 | 236 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.07 |
| HSL | 254.52º | 0.83% | 0.56% | - |
| HSV(B) | 254.52º | 0.79% | 0.93% | - |
| XYZ | 21 | 10.77 | 80.33 | - |
| YUV | 84.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 236 | 0.60 | 0.79 | 0 | 0.07 | 254.52 | 0.83 | 0.56 |
| Hex | 5F | 32 | EC | 3C | 4F | 0 | 7 | FF | 53 | 38 |
| Octal | 137 | 62 | 354 | 74 | 117 | 0 | 7 | 377 | 123 | 70 |
| Binary | 1011111 | 110010 | 11101100 | 111100 | 1001111 | 0 | 111 | 11111111 | 1010011 | 111000 |
Color Harmonies of #5F32EC
Complementary color
Monochromatic Colors of #5F32EC
Black with #5F32EC
Text Example
Text Example
White with #5F32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F32EC; }
p { color: rgb(95,50,236); }
H1.HeaderClassName
{
color: #5F32EC;
}
.AnyTagClassName
{
color: #5F32EC;
}
</style>
background-color css
<style>
a { background-color: #5F32EC; }
a { background-color: rgb(95,50,236); }
div.DivClassName
{
background-color: #5F32EC;
}
.BgClassName
{
background-color: #5F32EC;
}
</style>
border-color css
<style>
span { border-color: #5F32EC; }
span { border-color: rgb(95,50,236); }
td.TdClassName
{
border-color: #5F32EC;
}
.TagClassName
{
border-color: #5F32EC;
}
</style>