Shades of Han Purple #5F2FEF
Tints of Han Purple #5F2FEF
RGB
CMYK
RGB Variations
Color information
#5F2FEF (or 0x5F2FEF) is known color: Han Purple. HEX triplet: 5F, 2F and EF. RGB value is (95,47,239). Sum of RGB (Red+Green+Blue) = 95+47+239=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F2FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2FEF is #A0D010. Grayscale: #525252. Windows color (decimal): -10539025 or 15675231. OLE color: 15675231.
HSL color Cylindrical-coordinate representation of color #5F2FEF: hue angle of 255º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2FEF is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 47 | 239 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.06 |
| HSL | 255º | 0.86% | 0.56% | - |
| HSV(B) | 255º | 0.8% | 0.94% | - |
| XYZ | 21.32 | 10.7 | 82.6 | - |
| YUV | 83.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 239 | 0.60 | 0.80 | 0 | 0.06 | 255 | 0.86 | 0.56 |
| Hex | 5F | 2F | EF | 3C | 50 | 0 | 6 | FF | 56 | 38 |
| Octal | 137 | 57 | 357 | 74 | 120 | 0 | 6 | 377 | 126 | 70 |
| Binary | 1011111 | 101111 | 11101111 | 111100 | 1010000 | 0 | 110 | 11111111 | 1010110 | 111000 |
Color Harmonies of #5F2FEF
Complementary color
Monochromatic Colors of #5F2FEF
Black with #5F2FEF
Text Example
Text Example
White with #5F2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2FEF; }
p { color: rgb(95,47,239); }
H1.HeaderClassName
{
color: #5F2FEF;
}
.AnyTagClassName
{
color: #5F2FEF;
}
</style>
background-color css
<style>
a { background-color: #5F2FEF; }
a { background-color: rgb(95,47,239); }
div.DivClassName
{
background-color: #5F2FEF;
}
.BgClassName
{
background-color: #5F2FEF;
}
</style>
border-color css
<style>
span { border-color: #5F2FEF; }
span { border-color: rgb(95,47,239); }
td.TdClassName
{
border-color: #5F2FEF;
}
.TagClassName
{
border-color: #5F2FEF;
}
</style>