Shades of Han Purple #5F1FEA
Tints of Han Purple #5F1FEA
RGB
CMYK
RGB Variations
Color information
#5F1FEA (or 0x5F1FEA) is known color: Han Purple. HEX triplet: 5F, 1F and EA. RGB value is (95,31,234). Sum of RGB (Red+Green+Blue) = 95+31+234=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F1FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1FEA is #A0E015. Grayscale: #484848. Windows color (decimal): -10543126 or 15343455. OLE color: 15343455.
HSL color Cylindrical-coordinate representation of color #5F1FEA: hue angle of 258.92º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F1FEA is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 31 | 234 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.08 |
| HSL | 258.92º | 0.83% | 0.52% | - |
| HSV(B) | 258.92º | 0.87% | 0.92% | - |
| XYZ | 20.06 | 9.35 | 78.59 | - |
| YUV | 73.28 | 218.7 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 234 | 0.59 | 0.87 | 0 | 0.08 | 258.92 | 0.83 | 0.52 |
| Hex | 5F | 1F | EA | 3B | 57 | 0 | 8 | 103 | 53 | 34 |
| Octal | 137 | 37 | 352 | 73 | 127 | 0 | 10 | 403 | 123 | 64 |
| Binary | 1011111 | 11111 | 11101010 | 111011 | 1010111 | 0 | 1000 | 100000011 | 1010011 | 110100 |
Color Harmonies of #5F1FEA
Complementary color
Monochromatic Colors of #5F1FEA
Black with #5F1FEA
Text Example
Text Example
White with #5F1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1FEA; }
p { color: rgb(95,31,234); }
H1.HeaderClassName
{
color: #5F1FEA;
}
.AnyTagClassName
{
color: #5F1FEA;
}
</style>
background-color css
<style>
a { background-color: #5F1FEA; }
a { background-color: rgb(95,31,234); }
div.DivClassName
{
background-color: #5F1FEA;
}
.BgClassName
{
background-color: #5F1FEA;
}
</style>
border-color css
<style>
span { border-color: #5F1FEA; }
span { border-color: rgb(95,31,234); }
td.TdClassName
{
border-color: #5F1FEA;
}
.TagClassName
{
border-color: #5F1FEA;
}
</style>