Shades of Han Purple #5F2EEA
Tints of Han Purple #5F2EEA
RGB
CMYK
RGB Variations
Color information
#5F2EEA (or 0x5F2EEA) is known color: Han Purple. HEX triplet: 5F, 2E and EA. RGB value is (95,46,234). Sum of RGB (Red+Green+Blue) = 95+46+234=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F2EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EEA is #A0D115. Grayscale: #515151. Windows color (decimal): -10539286 or 15347295. OLE color: 15347295.
HSL color Cylindrical-coordinate representation of color #5F2EEA: hue angle of 255.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2EEA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 46 | 234 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.08 |
| HSL | 255.64º | 0.82% | 0.55% | - |
| HSV(B) | 255.64º | 0.8% | 0.92% | - |
| XYZ | 20.55 | 10.33 | 78.75 | - |
| YUV | 82.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 234 | 0.59 | 0.80 | 0 | 0.08 | 255.64 | 0.82 | 0.55 |
| Hex | 5F | 2E | EA | 3B | 50 | 0 | 8 | 100 | 52 | 37 |
| Octal | 137 | 56 | 352 | 73 | 120 | 0 | 10 | 400 | 122 | 67 |
| Binary | 1011111 | 101110 | 11101010 | 111011 | 1010000 | 0 | 1000 | 100000000 | 1010010 | 110111 |
Color Harmonies of #5F2EEA
Complementary color
Monochromatic Colors of #5F2EEA
Black with #5F2EEA
Text Example
Text Example
White with #5F2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2EEA; }
p { color: rgb(95,46,234); }
H1.HeaderClassName
{
color: #5F2EEA;
}
.AnyTagClassName
{
color: #5F2EEA;
}
</style>
background-color css
<style>
a { background-color: #5F2EEA; }
a { background-color: rgb(95,46,234); }
div.DivClassName
{
background-color: #5F2EEA;
}
.BgClassName
{
background-color: #5F2EEA;
}
</style>
border-color css
<style>
span { border-color: #5F2EEA; }
span { border-color: rgb(95,46,234); }
td.TdClassName
{
border-color: #5F2EEA;
}
.TagClassName
{
border-color: #5F2EEA;
}
</style>