Shades of Han Purple #5F0FEC
Tints of Han Purple #5F0FEC
RGB
CMYK
RGB Variations
Color information
#5F0FEC (or 0x5F0FEC) is known color: Han Purple. HEX triplet: 5F, 0F and EC. RGB value is (95,15,236). Sum of RGB (Red+Green+Blue) = 95+15+236=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FEC is #A0F013. Grayscale: #3F3F3F. Windows color (decimal): -10547220 or 15470431. OLE color: 15470431.
HSL color Cylindrical-coordinate representation of color #5F0FEC: hue angle of 261.72º degrees, saturation: 0.88, 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 #5F0FEC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 15 | 236 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.07 |
| HSL | 261.72º | 0.88% | 0.49% | - |
| HSV(B) | 261.72º | 0.94% | 0.93% | - |
| XYZ | 20.03 | 8.83 | 80.01 | - |
| YUV | 64.11 | 225 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 236 | 0.60 | 0.94 | 0 | 0.07 | 261.72 | 0.88 | 0.49 |
| Hex | 5F | F | EC | 3C | 5E | 0 | 7 | 106 | 58 | 31 |
| Octal | 137 | 17 | 354 | 74 | 136 | 0 | 7 | 406 | 130 | 61 |
| Binary | 1011111 | 1111 | 11101100 | 111100 | 1011110 | 0 | 111 | 100000110 | 1011000 | 110001 |
Color Harmonies of #5F0FEC
Complementary color
Monochromatic Colors of #5F0FEC
Black with #5F0FEC
Text Example
Text Example
White with #5F0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0FEC; }
p { color: rgb(95,15,236); }
H1.HeaderClassName
{
color: #5F0FEC;
}
.AnyTagClassName
{
color: #5F0FEC;
}
</style>
background-color css
<style>
a { background-color: #5F0FEC; }
a { background-color: rgb(95,15,236); }
div.DivClassName
{
background-color: #5F0FEC;
}
.BgClassName
{
background-color: #5F0FEC;
}
</style>
border-color css
<style>
span { border-color: #5F0FEC; }
span { border-color: rgb(95,15,236); }
td.TdClassName
{
border-color: #5F0FEC;
}
.TagClassName
{
border-color: #5F0FEC;
}
</style>