Shades of Han Purple #5717DC
Tints of Han Purple #5717DC
RGB
CMYK
RGB Variations
Color information
#5717DC (or 0x5717DC) is known color: Han Purple. HEX triplet: 57, 17 and DC. RGB value is (87,23,220). Sum of RGB (Red+Green+Blue) = 87+23+220=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #5717DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5717DC is #A8E823. Grayscale: #3F3F3F. Windows color (decimal): -11069476 or 14423895. OLE color: 14423895.
HSL color Cylindrical-coordinate representation of color #5717DC: hue angle of 259.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5717DC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 23 | 220 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.14 |
| HSL | 259.49º | 0.81% | 0.48% | - |
| HSV(B) | 259.49º | 0.9% | 0.86% | - |
| XYZ | 17.16 | 7.81 | 68.31 | - |
| YUV | 64.59 | 215.7 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 220 | 0.60 | 0.90 | 0 | 0.14 | 259.49 | 0.81 | 0.48 |
| Hex | 57 | 17 | DC | 3C | 5A | 0 | E | 103 | 51 | 30 |
| Octal | 127 | 27 | 334 | 74 | 132 | 0 | 16 | 403 | 121 | 60 |
| Binary | 1010111 | 10111 | 11011100 | 111100 | 1011010 | 0 | 1110 | 100000011 | 1010001 | 110000 |
Color Harmonies of #5717DC
Complementary color
Monochromatic Colors of #5717DC
Black with #5717DC
Text Example
Text Example
White with #5717DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5717DC; }
p { color: rgb(87,23,220); }
H1.HeaderClassName
{
color: #5717DC;
}
.AnyTagClassName
{
color: #5717DC;
}
</style>
background-color css
<style>
a { background-color: #5717DC; }
a { background-color: rgb(87,23,220); }
div.DivClassName
{
background-color: #5717DC;
}
.BgClassName
{
background-color: #5717DC;
}
</style>
border-color css
<style>
span { border-color: #5717DC; }
span { border-color: rgb(87,23,220); }
td.TdClassName
{
border-color: #5717DC;
}
.TagClassName
{
border-color: #5717DC;
}
</style>