Shades of Han Purple #5709DC
Tints of Han Purple #5709DC
RGB
CMYK
RGB Variations
Color information
#5709DC (or 0x5709DC) is known color: Han Purple. HEX triplet: 57, 09 and DC. RGB value is (87,9,220). Sum of RGB (Red+Green+Blue) = 87+9+220=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #5709DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5709DC is #A8F623. Grayscale: #373737. Windows color (decimal): -11073060 or 14420311. OLE color: 14420311.
HSL color Cylindrical-coordinate representation of color #5709DC: hue angle of 262.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709DC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 9 | 220 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.14 |
| HSL | 262.18º | 0.92% | 0.45% | - |
| HSV(B) | 262.18º | 0.96% | 0.86% | - |
| XYZ | 16.95 | 7.39 | 68.24 | - |
| YUV | 56.38 | 220.34 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 220 | 0.60 | 0.96 | 0 | 0.14 | 262.18 | 0.92 | 0.45 |
| Hex | 57 | 9 | DC | 3C | 60 | 0 | E | 106 | 5C | 2D |
| Octal | 127 | 11 | 334 | 74 | 140 | 0 | 16 | 406 | 134 | 55 |
| Binary | 1010111 | 1001 | 11011100 | 111100 | 1100000 | 0 | 1110 | 100000110 | 1011100 | 101101 |
Color Harmonies of #5709DC
Complementary color
Monochromatic Colors of #5709DC
Black with #5709DC
Text Example
Text Example
White with #5709DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709DC; }
p { color: rgb(87,9,220); }
H1.HeaderClassName
{
color: #5709DC;
}
.AnyTagClassName
{
color: #5709DC;
}
</style>
background-color css
<style>
a { background-color: #5709DC; }
a { background-color: rgb(87,9,220); }
div.DivClassName
{
background-color: #5709DC;
}
.BgClassName
{
background-color: #5709DC;
}
</style>
border-color css
<style>
span { border-color: #5709DC; }
span { border-color: rgb(87,9,220); }
td.TdClassName
{
border-color: #5709DC;
}
.TagClassName
{
border-color: #5709DC;
}
</style>