Shades of Han Purple #5706DC
Tints of Han Purple #5706DC
RGB
CMYK
RGB Variations
Color information
#5706DC (or 0x5706DC) is known color: Han Purple. HEX triplet: 57, 06 and DC. RGB value is (87,6,220). Sum of RGB (Red+Green+Blue) = 87+6+220=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #5706DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706DC is #A8F923. Grayscale: #353535. Windows color (decimal): -11073828 or 14419543. OLE color: 14419543.
HSL color Cylindrical-coordinate representation of color #5706DC: hue angle of 262.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706DC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 6 | 220 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.14 |
| HSL | 262.71º | 0.95% | 0.44% | - |
| HSV(B) | 262.71º | 0.97% | 0.86% | - |
| XYZ | 16.91 | 7.32 | 68.23 | - |
| YUV | 54.62 | 221.34 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 220 | 0.60 | 0.97 | 0 | 0.14 | 262.71 | 0.95 | 0.44 |
| Hex | 57 | 6 | DC | 3C | 61 | 0 | E | 107 | 5F | 2C |
| Octal | 127 | 6 | 334 | 74 | 141 | 0 | 16 | 407 | 137 | 54 |
| Binary | 1010111 | 110 | 11011100 | 111100 | 1100001 | 0 | 1110 | 100000111 | 1011111 | 101100 |
Color Harmonies of #5706DC
Complementary color
Monochromatic Colors of #5706DC
Black with #5706DC
Text Example
Text Example
White with #5706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706DC; }
p { color: rgb(87,6,220); }
H1.HeaderClassName
{
color: #5706DC;
}
.AnyTagClassName
{
color: #5706DC;
}
</style>
background-color css
<style>
a { background-color: #5706DC; }
a { background-color: rgb(87,6,220); }
div.DivClassName
{
background-color: #5706DC;
}
.BgClassName
{
background-color: #5706DC;
}
</style>
border-color css
<style>
span { border-color: #5706DC; }
span { border-color: rgb(87,6,220); }
td.TdClassName
{
border-color: #5706DC;
}
.TagClassName
{
border-color: #5706DC;
}
</style>