Shades of Han Purple #5F20E5
Tints of Han Purple #5F20E5
RGB
CMYK
RGB Variations
Color information
#5F20E5 (or 0x5F20E5) is known color: Han Purple. HEX triplet: 5F, 20 and E5. RGB value is (95,32,229). Sum of RGB (Red+Green+Blue) = 95+32+229=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #5F20E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F20E5 is #A0DF1A. Grayscale: #484848. Windows color (decimal): -10542875 or 15016031. OLE color: 15016031.
HSL color Cylindrical-coordinate representation of color #5F20E5: hue angle of 259.19º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F20E5 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 32 | 229 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.10 |
| HSL | 259.19º | 0.79% | 0.51% | - |
| HSV(B) | 259.19º | 0.86% | 0.9% | - |
| XYZ | 19.38 | 9.12 | 74.87 | - |
| YUV | 73.3 | 215.87 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 229 | 0.59 | 0.86 | 0 | 0.10 | 259.19 | 0.79 | 0.51 |
| Hex | 5F | 20 | E5 | 3B | 56 | 0 | A | 103 | 4F | 33 |
| Octal | 137 | 40 | 345 | 73 | 126 | 0 | 12 | 403 | 117 | 63 |
| Binary | 1011111 | 100000 | 11100101 | 111011 | 1010110 | 0 | 1010 | 100000011 | 1001111 | 110011 |
Color Harmonies of #5F20E5
Complementary color
Monochromatic Colors of #5F20E5
Black with #5F20E5
Text Example
Text Example
White with #5F20E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F20E5; }
p { color: rgb(95,32,229); }
H1.HeaderClassName
{
color: #5F20E5;
}
.AnyTagClassName
{
color: #5F20E5;
}
</style>
background-color css
<style>
a { background-color: #5F20E5; }
a { background-color: rgb(95,32,229); }
div.DivClassName
{
background-color: #5F20E5;
}
.BgClassName
{
background-color: #5F20E5;
}
</style>
border-color css
<style>
span { border-color: #5F20E5; }
span { border-color: rgb(95,32,229); }
td.TdClassName
{
border-color: #5F20E5;
}
.TagClassName
{
border-color: #5F20E5;
}
</style>