Shades of Han Purple #5F0EEC
Tints of Han Purple #5F0EEC
RGB
CMYK
RGB Variations
Color information
#5F0EEC (or 0x5F0EEC) is known color: Han Purple. HEX triplet: 5F, 0E and EC. RGB value is (95,14,236). Sum of RGB (Red+Green+Blue) = 95+14+236=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F0EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0EEC is #A0F113. Grayscale: #3E3E3E. Windows color (decimal): -10547476 or 15470175. OLE color: 15470175.
HSL color Cylindrical-coordinate representation of color #5F0EEC: hue angle of 261.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0EEC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 14 | 236 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.07 |
| HSL | 261.89º | 0.89% | 0.49% | - |
| HSV(B) | 261.89º | 0.94% | 0.93% | - |
| XYZ | 20.02 | 8.8 | 80 | - |
| YUV | 63.53 | 225.34 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 14 | 236 | 0.60 | 0.94 | 0 | 0.07 | 261.89 | 0.89 | 0.49 |
| Hex | 5F | E | EC | 3C | 5E | 0 | 7 | 106 | 59 | 31 |
| Octal | 137 | 16 | 354 | 74 | 136 | 0 | 7 | 406 | 131 | 61 |
| Binary | 1011111 | 1110 | 11101100 | 111100 | 1011110 | 0 | 111 | 100000110 | 1011001 | 110001 |
Color Harmonies of #5F0EEC
Complementary color
Monochromatic Colors of #5F0EEC
Black with #5F0EEC
Text Example
Text Example
White with #5F0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0EEC; }
p { color: rgb(95,14,236); }
H1.HeaderClassName
{
color: #5F0EEC;
}
.AnyTagClassName
{
color: #5F0EEC;
}
</style>
background-color css
<style>
a { background-color: #5F0EEC; }
a { background-color: rgb(95,14,236); }
div.DivClassName
{
background-color: #5F0EEC;
}
.BgClassName
{
background-color: #5F0EEC;
}
</style>
border-color css
<style>
span { border-color: #5F0EEC; }
span { border-color: rgb(95,14,236); }
td.TdClassName
{
border-color: #5F0EEC;
}
.TagClassName
{
border-color: #5F0EEC;
}
</style>