Shades of Han Purple #5F20EB
Tints of Han Purple #5F20EB
RGB
CMYK
RGB Variations
Color information
#5F20EB (or 0x5F20EB) is known color: Han Purple. HEX triplet: 5F, 20 and EB. RGB value is (95,32,235). Sum of RGB (Red+Green+Blue) = 95+32+235=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F20EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F20EB is #A0DF14. Grayscale: #494949. Windows color (decimal): -10542869 or 15409247. OLE color: 15409247.
HSL color Cylindrical-coordinate representation of color #5F20EB: hue angle of 258.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F20EB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 32 | 235 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.08 |
| HSL | 258.62º | 0.84% | 0.52% | - |
| HSV(B) | 258.62º | 0.86% | 0.92% | - |
| XYZ | 20.23 | 9.46 | 79.36 | - |
| YUV | 73.98 | 218.87 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 235 | 0.60 | 0.86 | 0 | 0.08 | 258.62 | 0.84 | 0.52 |
| Hex | 5F | 20 | EB | 3C | 56 | 0 | 8 | 103 | 54 | 34 |
| Octal | 137 | 40 | 353 | 74 | 126 | 0 | 10 | 403 | 124 | 64 |
| Binary | 1011111 | 100000 | 11101011 | 111100 | 1010110 | 0 | 1000 | 100000011 | 1010100 | 110100 |
Color Harmonies of #5F20EB
Complementary color
Monochromatic Colors of #5F20EB
Black with #5F20EB
Text Example
Text Example
White with #5F20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F20EB; }
p { color: rgb(95,32,235); }
H1.HeaderClassName
{
color: #5F20EB;
}
.AnyTagClassName
{
color: #5F20EB;
}
</style>
background-color css
<style>
a { background-color: #5F20EB; }
a { background-color: rgb(95,32,235); }
div.DivClassName
{
background-color: #5F20EB;
}
.BgClassName
{
background-color: #5F20EB;
}
</style>
border-color css
<style>
span { border-color: #5F20EB; }
span { border-color: rgb(95,32,235); }
td.TdClassName
{
border-color: #5F20EB;
}
.TagClassName
{
border-color: #5F20EB;
}
</style>