Shades of Han Purple #5F0FE9
Tints of Han Purple #5F0FE9
RGB
CMYK
RGB Variations
Color information
#5F0FE9 (or 0x5F0FE9) is known color: Han Purple. HEX triplet: 5F, 0F and E9. RGB value is (95,15,233). Sum of RGB (Red+Green+Blue) = 95+15+233=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 233 (91.41% from 255 or 67.93% from 343); Max value from RGB is 233 - color contains mainly: blue. Hex color #5F0FE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FE9 is #A0F016. Grayscale: #3E3E3E. Windows color (decimal): -10547223 or 15273823. OLE color: 15273823.
HSL color Cylindrical-coordinate representation of color #5F0FE9: hue angle of 262.02º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0FE9 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 15 | 233 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.09 |
| HSL | 262.02º | 0.88% | 0.49% | - |
| HSV(B) | 262.02º | 0.94% | 0.91% | - |
| XYZ | 19.6 | 8.66 | 77.73 | - |
| YUV | 63.77 | 223.5 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 233 | 0.59 | 0.94 | 0 | 0.09 | 262.02 | 0.88 | 0.49 |
| Hex | 5F | F | E9 | 3B | 5E | 0 | 9 | 106 | 58 | 31 |
| Octal | 137 | 17 | 351 | 73 | 136 | 0 | 11 | 406 | 130 | 61 |
| Binary | 1011111 | 1111 | 11101001 | 111011 | 1011110 | 0 | 1001 | 100000110 | 1011000 | 110001 |
Color Harmonies of #5F0FE9
Complementary color
Monochromatic Colors of #5F0FE9
Black with #5F0FE9
Text Example
Text Example
White with #5F0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0FE9; }
p { color: rgb(95,15,233); }
H1.HeaderClassName
{
color: #5F0FE9;
}
.AnyTagClassName
{
color: #5F0FE9;
}
</style>
background-color css
<style>
a { background-color: #5F0FE9; }
a { background-color: rgb(95,15,233); }
div.DivClassName
{
background-color: #5F0FE9;
}
.BgClassName
{
background-color: #5F0FE9;
}
</style>
border-color css
<style>
span { border-color: #5F0FE9; }
span { border-color: rgb(95,15,233); }
td.TdClassName
{
border-color: #5F0FE9;
}
.TagClassName
{
border-color: #5F0FE9;
}
</style>