Shades of Han Purple #570DDC
Tints of Han Purple #570DDC
RGB
CMYK
RGB Variations
Color information
#570DDC (or 0x570DDC) is known color: Han Purple. HEX triplet: 57, 0D and DC. RGB value is (87,13,220). Sum of RGB (Red+Green+Blue) = 87+13+220=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #570DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DDC is #A8F223. Grayscale: #393939. Windows color (decimal): -11072036 or 14421335. OLE color: 14421335.
HSL color Cylindrical-coordinate representation of color #570DDC: hue angle of 261.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570DDC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 13 | 220 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.14 |
| HSL | 261.45º | 0.89% | 0.46% | - |
| HSV(B) | 261.45º | 0.94% | 0.86% | - |
| XYZ | 16.99 | 7.48 | 68.26 | - |
| YUV | 58.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 220 | 0.60 | 0.94 | 0 | 0.14 | 261.45 | 0.89 | 0.46 |
| Hex | 57 | D | DC | 3C | 5E | 0 | E | 105 | 59 | 2E |
| Octal | 127 | 15 | 334 | 74 | 136 | 0 | 16 | 405 | 131 | 56 |
| Binary | 1010111 | 1101 | 11011100 | 111100 | 1011110 | 0 | 1110 | 100000101 | 1011001 | 101110 |
Color Harmonies of #570DDC
Complementary color
Monochromatic Colors of #570DDC
Black with #570DDC
Text Example
Text Example
White with #570DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570DDC; }
p { color: rgb(87,13,220); }
H1.HeaderClassName
{
color: #570DDC;
}
.AnyTagClassName
{
color: #570DDC;
}
</style>
background-color css
<style>
a { background-color: #570DDC; }
a { background-color: rgb(87,13,220); }
div.DivClassName
{
background-color: #570DDC;
}
.BgClassName
{
background-color: #570DDC;
}
</style>
border-color css
<style>
span { border-color: #570DDC; }
span { border-color: rgb(87,13,220); }
td.TdClassName
{
border-color: #570DDC;
}
.TagClassName
{
border-color: #570DDC;
}
</style>