Shades of Han Purple #5F17DE
Tints of Han Purple #5F17DE
RGB
CMYK
RGB Variations
Color information
#5F17DE (or 0x5F17DE) is known color: Han Purple. HEX triplet: 5F, 17 and DE. RGB value is (95,23,222). Sum of RGB (Red+Green+Blue) = 95+23+222=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F17DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F17DE is #A0E821. Grayscale: #424242. Windows color (decimal): -10545186 or 14554975. OLE color: 14554975.
HSL color Cylindrical-coordinate representation of color #5F17DE: hue angle of 261.71º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F17DE is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 23 | 222 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.13 |
| HSL | 261.71º | 0.81% | 0.48% | - |
| HSV(B) | 261.71º | 0.9% | 0.87% | - |
| XYZ | 18.21 | 8.32 | 69.75 | - |
| YUV | 67.21 | 215.35 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 222 | 0.57 | 0.90 | 0 | 0.13 | 261.71 | 0.81 | 0.48 |
| Hex | 5F | 17 | DE | 39 | 5A | 0 | D | 106 | 51 | 30 |
| Octal | 137 | 27 | 336 | 71 | 132 | 0 | 15 | 406 | 121 | 60 |
| Binary | 1011111 | 10111 | 11011110 | 111001 | 1011010 | 0 | 1101 | 100000110 | 1010001 | 110000 |
Color Harmonies of #5F17DE
Complementary color
Monochromatic Colors of #5F17DE
Black with #5F17DE
Text Example
Text Example
White with #5F17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F17DE; }
p { color: rgb(95,23,222); }
H1.HeaderClassName
{
color: #5F17DE;
}
.AnyTagClassName
{
color: #5F17DE;
}
</style>
background-color css
<style>
a { background-color: #5F17DE; }
a { background-color: rgb(95,23,222); }
div.DivClassName
{
background-color: #5F17DE;
}
.BgClassName
{
background-color: #5F17DE;
}
</style>
border-color css
<style>
span { border-color: #5F17DE; }
span { border-color: rgb(95,23,222); }
td.TdClassName
{
border-color: #5F17DE;
}
.TagClassName
{
border-color: #5F17DE;
}
</style>