Shades of Han Purple #570ADB
Tints of Han Purple #570ADB
RGB
CMYK
RGB Variations
Color information
#570ADB (or 0x570ADB) is known color: Han Purple. HEX triplet: 57, 0A and DB. RGB value is (87,10,219). Sum of RGB (Red+Green+Blue) = 87+10+219=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #570ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ADB is #A8F524. Grayscale: #383838. Windows color (decimal): -11072805 or 14355031. OLE color: 14355031.
HSL color Cylindrical-coordinate representation of color #570ADB: hue angle of 262.11º degrees, saturation: 0.91, 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 #570ADB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 10 | 219 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.14 |
| HSL | 262.11º | 0.91% | 0.45% | - |
| HSV(B) | 262.11º | 0.95% | 0.86% | - |
| XYZ | 16.83 | 7.36 | 67.55 | - |
| YUV | 56.85 | 219.51 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 219 | 0.60 | 0.95 | 0 | 0.14 | 262.11 | 0.91 | 0.45 |
| Hex | 57 | A | DB | 3C | 5F | 0 | E | 106 | 5B | 2D |
| Octal | 127 | 12 | 333 | 74 | 137 | 0 | 16 | 406 | 133 | 55 |
| Binary | 1010111 | 1010 | 11011011 | 111100 | 1011111 | 0 | 1110 | 100000110 | 1011011 | 101101 |
Color Harmonies of #570ADB
Complementary color
Monochromatic Colors of #570ADB
Black with #570ADB
Text Example
Text Example
White with #570ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570ADB; }
p { color: rgb(87,10,219); }
H1.HeaderClassName
{
color: #570ADB;
}
.AnyTagClassName
{
color: #570ADB;
}
</style>
background-color css
<style>
a { background-color: #570ADB; }
a { background-color: rgb(87,10,219); }
div.DivClassName
{
background-color: #570ADB;
}
.BgClassName
{
background-color: #570ADB;
}
</style>
border-color css
<style>
span { border-color: #570ADB; }
span { border-color: rgb(87,10,219); }
td.TdClassName
{
border-color: #570ADB;
}
.TagClassName
{
border-color: #570ADB;
}
</style>