Shades of Han Purple #5F37EA
Tints of Han Purple #5F37EA
RGB
CMYK
RGB Variations
Color information
#5F37EA (or 0x5F37EA) is known color: Han Purple. HEX triplet: 5F, 37 and EA. RGB value is (95,55,234). Sum of RGB (Red+Green+Blue) = 95+55+234=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F37EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F37EA is #A0C815. Grayscale: #565656. Windows color (decimal): -10536982 or 15349599. OLE color: 15349599.
HSL color Cylindrical-coordinate representation of color #5F37EA: hue angle of 253.41º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F37EA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 55 | 234 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.08 |
| HSL | 253.41º | 0.81% | 0.57% | - |
| HSV(B) | 253.41º | 0.76% | 0.92% | - |
| XYZ | 20.94 | 11.11 | 78.88 | - |
| YUV | 87.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 234 | 0.59 | 0.76 | 0 | 0.08 | 253.41 | 0.81 | 0.57 |
| Hex | 5F | 37 | EA | 3B | 4C | 0 | 8 | FD | 51 | 39 |
| Octal | 137 | 67 | 352 | 73 | 114 | 0 | 10 | 375 | 121 | 71 |
| Binary | 1011111 | 110111 | 11101010 | 111011 | 1001100 | 0 | 1000 | 11111101 | 1010001 | 111001 |
Color Harmonies of #5F37EA
Complementary color
Monochromatic Colors of #5F37EA
Black with #5F37EA
Text Example
Text Example
White with #5F37EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F37EA; }
p { color: rgb(95,55,234); }
H1.HeaderClassName
{
color: #5F37EA;
}
.AnyTagClassName
{
color: #5F37EA;
}
</style>
background-color css
<style>
a { background-color: #5F37EA; }
a { background-color: rgb(95,55,234); }
div.DivClassName
{
background-color: #5F37EA;
}
.BgClassName
{
background-color: #5F37EA;
}
</style>
border-color css
<style>
span { border-color: #5F37EA; }
span { border-color: rgb(95,55,234); }
td.TdClassName
{
border-color: #5F37EA;
}
.TagClassName
{
border-color: #5F37EA;
}
</style>