Shades of Han Purple #5F2EE9
Tints of Han Purple #5F2EE9
RGB
CMYK
RGB Variations
Color information
#5F2EE9 (or 0x5F2EE9) is known color: Han Purple. HEX triplet: 5F, 2E and E9. RGB value is (95,46,233). Sum of RGB (Red+Green+Blue) = 95+46+233=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 233 (91.41% from 255 or 62.30% from 374); Max value from RGB is 233 - color contains mainly: blue. Hex color #5F2EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EE9 is #A0D116. Grayscale: #515151. Windows color (decimal): -10539287 or 15281759. OLE color: 15281759.
HSL color Cylindrical-coordinate representation of color #5F2EE9: hue angle of 255.72º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2EE9 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 46 | 233 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.09 |
| HSL | 255.72º | 0.81% | 0.55% | - |
| HSV(B) | 255.72º | 0.8% | 0.91% | - |
| XYZ | 20.4 | 10.27 | 78 | - |
| YUV | 81.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 233 | 0.59 | 0.80 | 0 | 0.09 | 255.72 | 0.81 | 0.55 |
| Hex | 5F | 2E | E9 | 3B | 50 | 0 | 9 | 100 | 51 | 37 |
| Octal | 137 | 56 | 351 | 73 | 120 | 0 | 11 | 400 | 121 | 67 |
| Binary | 1011111 | 101110 | 11101001 | 111011 | 1010000 | 0 | 1001 | 100000000 | 1010001 | 110111 |
Color Harmonies of #5F2EE9
Complementary color
Monochromatic Colors of #5F2EE9
Black with #5F2EE9
Text Example
Text Example
White with #5F2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2EE9; }
p { color: rgb(95,46,233); }
H1.HeaderClassName
{
color: #5F2EE9;
}
.AnyTagClassName
{
color: #5F2EE9;
}
</style>
background-color css
<style>
a { background-color: #5F2EE9; }
a { background-color: rgb(95,46,233); }
div.DivClassName
{
background-color: #5F2EE9;
}
.BgClassName
{
background-color: #5F2EE9;
}
</style>
border-color css
<style>
span { border-color: #5F2EE9; }
span { border-color: rgb(95,46,233); }
td.TdClassName
{
border-color: #5F2EE9;
}
.TagClassName
{
border-color: #5F2EE9;
}
</style>