Shades of Han Purple #5708DC
Tints of Han Purple #5708DC
RGB
CMYK
RGB Variations
Color information
#5708DC (or 0x5708DC) is known color: Han Purple. HEX triplet: 57, 08 and DC. RGB value is (87,8,220). Sum of RGB (Red+Green+Blue) = 87+8+220=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #5708DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708DC is #A8F723. Grayscale: #373737. Windows color (decimal): -11073316 or 14420055. OLE color: 14420055.
HSL color Cylindrical-coordinate representation of color #5708DC: hue angle of 262.36º degrees, saturation: 0.93, 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 #5708DC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 8 | 220 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.14 |
| HSL | 262.36º | 0.93% | 0.45% | - |
| HSV(B) | 262.36º | 0.96% | 0.86% | - |
| XYZ | 16.94 | 7.37 | 68.24 | - |
| YUV | 55.79 | 220.67 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 220 | 0.60 | 0.96 | 0 | 0.14 | 262.36 | 0.93 | 0.45 |
| Hex | 57 | 8 | DC | 3C | 60 | 0 | E | 106 | 5D | 2D |
| Octal | 127 | 10 | 334 | 74 | 140 | 0 | 16 | 406 | 135 | 55 |
| Binary | 1010111 | 1000 | 11011100 | 111100 | 1100000 | 0 | 1110 | 100000110 | 1011101 | 101101 |
Color Harmonies of #5708DC
Complementary color
Monochromatic Colors of #5708DC
Black with #5708DC
Text Example
Text Example
White with #5708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5708DC; }
p { color: rgb(87,8,220); }
H1.HeaderClassName
{
color: #5708DC;
}
.AnyTagClassName
{
color: #5708DC;
}
</style>
background-color css
<style>
a { background-color: #5708DC; }
a { background-color: rgb(87,8,220); }
div.DivClassName
{
background-color: #5708DC;
}
.BgClassName
{
background-color: #5708DC;
}
</style>
border-color css
<style>
span { border-color: #5708DC; }
span { border-color: rgb(87,8,220); }
td.TdClassName
{
border-color: #5708DC;
}
.TagClassName
{
border-color: #5708DC;
}
</style>