Shades of Han Purple #5F2CEF
Tints of Han Purple #5F2CEF
RGB
CMYK
RGB Variations
Color information
#5F2CEF (or 0x5F2CEF) is known color: Han Purple. HEX triplet: 5F, 2C and EF. RGB value is (95,44,239). Sum of RGB (Red+Green+Blue) = 95+44+239=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2CEF is #A0D310. Grayscale: #505050. Windows color (decimal): -10539793 or 15674463. OLE color: 15674463.
HSL color Cylindrical-coordinate representation of color #5F2CEF: hue angle of 255.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F2CEF is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 44 | 239 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.06 |
| HSL | 255.69º | 0.86% | 0.55% | - |
| HSV(B) | 255.69º | 0.82% | 0.94% | - |
| XYZ | 21.2 | 10.47 | 82.56 | - |
| YUV | 81.48 | 216.9 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 239 | 0.60 | 0.82 | 0 | 0.06 | 255.69 | 0.86 | 0.55 |
| Hex | 5F | 2C | EF | 3C | 52 | 0 | 6 | 100 | 56 | 37 |
| Octal | 137 | 54 | 357 | 74 | 122 | 0 | 6 | 400 | 126 | 67 |
| Binary | 1011111 | 101100 | 11101111 | 111100 | 1010010 | 0 | 110 | 100000000 | 1010110 | 110111 |
Color Harmonies of #5F2CEF
Complementary color
Monochromatic Colors of #5F2CEF
Black with #5F2CEF
Text Example
Text Example
White with #5F2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2CEF; }
p { color: rgb(95,44,239); }
H1.HeaderClassName
{
color: #5F2CEF;
}
.AnyTagClassName
{
color: #5F2CEF;
}
</style>
background-color css
<style>
a { background-color: #5F2CEF; }
a { background-color: rgb(95,44,239); }
div.DivClassName
{
background-color: #5F2CEF;
}
.BgClassName
{
background-color: #5F2CEF;
}
</style>
border-color css
<style>
span { border-color: #5F2CEF; }
span { border-color: rgb(95,44,239); }
td.TdClassName
{
border-color: #5F2CEF;
}
.TagClassName
{
border-color: #5F2CEF;
}
</style>