Shades of Han Purple #5F0EEB
Tints of Han Purple #5F0EEB
RGB
CMYK
RGB Variations
Color information
#5F0EEB (or 0x5F0EEB) is known color: Han Purple. HEX triplet: 5F, 0E and EB. RGB value is (95,14,235). Sum of RGB (Red+Green+Blue) = 95+14+235=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F0EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0EEB is #A0F114. Grayscale: #3E3E3E. Windows color (decimal): -10547477 or 15404639. OLE color: 15404639.
HSL color Cylindrical-coordinate representation of color #5F0EEB: hue angle of 261.99º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0EEB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 14 | 235 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.08 |
| HSL | 261.99º | 0.89% | 0.49% | - |
| HSV(B) | 261.99º | 0.94% | 0.92% | - |
| XYZ | 19.87 | 8.75 | 79.24 | - |
| YUV | 63.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 14 | 235 | 0.60 | 0.94 | 0 | 0.08 | 261.99 | 0.89 | 0.49 |
| Hex | 5F | E | EB | 3C | 5E | 0 | 8 | 106 | 59 | 31 |
| Octal | 137 | 16 | 353 | 74 | 136 | 0 | 10 | 406 | 131 | 61 |
| Binary | 1011111 | 1110 | 11101011 | 111100 | 1011110 | 0 | 1000 | 100000110 | 1011001 | 110001 |
Color Harmonies of #5F0EEB
Complementary color
Monochromatic Colors of #5F0EEB
Black with #5F0EEB
Text Example
Text Example
White with #5F0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0EEB; }
p { color: rgb(95,14,235); }
H1.HeaderClassName
{
color: #5F0EEB;
}
.AnyTagClassName
{
color: #5F0EEB;
}
</style>
background-color css
<style>
a { background-color: #5F0EEB; }
a { background-color: rgb(95,14,235); }
div.DivClassName
{
background-color: #5F0EEB;
}
.BgClassName
{
background-color: #5F0EEB;
}
</style>
border-color css
<style>
span { border-color: #5F0EEB; }
span { border-color: rgb(95,14,235); }
td.TdClassName
{
border-color: #5F0EEB;
}
.TagClassName
{
border-color: #5F0EEB;
}
</style>