Shades of Han Purple #5F20E6
Tints of Han Purple #5F20E6
RGB
CMYK
RGB Variations
Color information
#5F20E6 (or 0x5F20E6) is known color: Han Purple. HEX triplet: 5F, 20 and E6. RGB value is (95,32,230). Sum of RGB (Red+Green+Blue) = 95+32+230=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #5F20E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F20E6 is #A0DF19. Grayscale: #484848. Windows color (decimal): -10542874 or 15081567. OLE color: 15081567.
HSL color Cylindrical-coordinate representation of color #5F20E6: hue angle of 259.09º degrees, saturation: 0.8, 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 #5F20E6 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 32 | 230 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.10 |
| HSL | 259.09º | 0.8% | 0.51% | - |
| HSV(B) | 259.09º | 0.86% | 0.9% | - |
| XYZ | 19.52 | 9.18 | 75.61 | - |
| YUV | 73.41 | 216.37 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 230 | 0.59 | 0.86 | 0 | 0.10 | 259.09 | 0.8 | 0.51 |
| Hex | 5F | 20 | E6 | 3B | 56 | 0 | A | 103 | 50 | 33 |
| Octal | 137 | 40 | 346 | 73 | 126 | 0 | 12 | 403 | 120 | 63 |
| Binary | 1011111 | 100000 | 11100110 | 111011 | 1010110 | 0 | 1010 | 100000011 | 1010000 | 110011 |
Color Harmonies of #5F20E6
Complementary color
Monochromatic Colors of #5F20E6
Black with #5F20E6
Text Example
Text Example
White with #5F20E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F20E6; }
p { color: rgb(95,32,230); }
H1.HeaderClassName
{
color: #5F20E6;
}
.AnyTagClassName
{
color: #5F20E6;
}
</style>
background-color css
<style>
a { background-color: #5F20E6; }
a { background-color: rgb(95,32,230); }
div.DivClassName
{
background-color: #5F20E6;
}
.BgClassName
{
background-color: #5F20E6;
}
</style>
border-color css
<style>
span { border-color: #5F20E6; }
span { border-color: rgb(95,32,230); }
td.TdClassName
{
border-color: #5F20E6;
}
.TagClassName
{
border-color: #5F20E6;
}
</style>