Shades of Han Purple #5F17DF
Tints of Han Purple #5F17DF
RGB
CMYK
RGB Variations
Color information
#5F17DF (or 0x5F17DF) is known color: Han Purple. HEX triplet: 5F, 17 and DF. RGB value is (95,23,223). Sum of RGB (Red+Green+Blue) = 95+23+223=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F17DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F17DF is #A0E820. Grayscale: #424242. Windows color (decimal): -10545185 or 14620511. OLE color: 14620511.
HSL color Cylindrical-coordinate representation of color #5F17DF: hue angle of 261.6º 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 #5F17DF is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 23 | 223 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.13 |
| HSL | 261.6º | 0.81% | 0.48% | - |
| HSV(B) | 261.6º | 0.9% | 0.87% | - |
| XYZ | 18.35 | 8.37 | 70.46 | - |
| YUV | 67.33 | 215.85 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 223 | 0.57 | 0.90 | 0 | 0.13 | 261.6 | 0.81 | 0.48 |
| Hex | 5F | 17 | DF | 39 | 5A | 0 | D | 106 | 51 | 30 |
| Octal | 137 | 27 | 337 | 71 | 132 | 0 | 15 | 406 | 121 | 60 |
| Binary | 1011111 | 10111 | 11011111 | 111001 | 1011010 | 0 | 1101 | 100000110 | 1010001 | 110000 |
Color Harmonies of #5F17DF
Complementary color
Monochromatic Colors of #5F17DF
Black with #5F17DF
Text Example
Text Example
White with #5F17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F17DF; }
p { color: rgb(95,23,223); }
H1.HeaderClassName
{
color: #5F17DF;
}
.AnyTagClassName
{
color: #5F17DF;
}
</style>
background-color css
<style>
a { background-color: #5F17DF; }
a { background-color: rgb(95,23,223); }
div.DivClassName
{
background-color: #5F17DF;
}
.BgClassName
{
background-color: #5F17DF;
}
</style>
border-color css
<style>
span { border-color: #5F17DF; }
span { border-color: rgb(95,23,223); }
td.TdClassName
{
border-color: #5F17DF;
}
.TagClassName
{
border-color: #5F17DF;
}
</style>