Shades of Han Purple #570BDC
Tints of Han Purple #570BDC
RGB
CMYK
RGB Variations
Color information
#570BDC (or 0x570BDC) is known color: Han Purple. HEX triplet: 57, 0B and DC. RGB value is (87,11,220). Sum of RGB (Red+Green+Blue) = 87+11+220=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #570BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BDC is #A8F423. Grayscale: #383838. Windows color (decimal): -11072548 or 14420823. OLE color: 14420823.
HSL color Cylindrical-coordinate representation of color #570BDC: hue angle of 261.82º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570BDC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 11 | 220 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.14 |
| HSL | 261.82º | 0.9% | 0.45% | - |
| HSV(B) | 261.82º | 0.95% | 0.86% | - |
| XYZ | 16.97 | 7.43 | 68.25 | - |
| YUV | 57.55 | 219.68 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 220 | 0.60 | 0.95 | 0 | 0.14 | 261.82 | 0.9 | 0.45 |
| Hex | 57 | B | DC | 3C | 5F | 0 | E | 106 | 5A | 2D |
| Octal | 127 | 13 | 334 | 74 | 137 | 0 | 16 | 406 | 132 | 55 |
| Binary | 1010111 | 1011 | 11011100 | 111100 | 1011111 | 0 | 1110 | 100000110 | 1011010 | 101101 |
Color Harmonies of #570BDC
Complementary color
Monochromatic Colors of #570BDC
Black with #570BDC
Text Example
Text Example
White with #570BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570BDC; }
p { color: rgb(87,11,220); }
H1.HeaderClassName
{
color: #570BDC;
}
.AnyTagClassName
{
color: #570BDC;
}
</style>
background-color css
<style>
a { background-color: #570BDC; }
a { background-color: rgb(87,11,220); }
div.DivClassName
{
background-color: #570BDC;
}
.BgClassName
{
background-color: #570BDC;
}
</style>
border-color css
<style>
span { border-color: #570BDC; }
span { border-color: rgb(87,11,220); }
td.TdClassName
{
border-color: #570BDC;
}
.TagClassName
{
border-color: #570BDC;
}
</style>