Shades of Han Purple #570FDB
Tints of Han Purple #570FDB
RGB
CMYK
RGB Variations
Color information
#570FDB (or 0x570FDB) is known color: Han Purple. HEX triplet: 57, 0F and DB. RGB value is (87,15,219). Sum of RGB (Red+Green+Blue) = 87+15+219=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #570FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570FDB is #A8F024. Grayscale: #3B3B3B. Windows color (decimal): -11071525 or 14356311. OLE color: 14356311.
HSL color Cylindrical-coordinate representation of color #570FDB: hue angle of 261.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570FDB is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 15 | 219 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.14 |
| HSL | 261.18º | 0.87% | 0.46% | - |
| HSV(B) | 261.18º | 0.93% | 0.86% | - |
| XYZ | 16.89 | 7.48 | 67.57 | - |
| YUV | 59.78 | 217.85 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 219 | 0.60 | 0.93 | 0 | 0.14 | 261.18 | 0.87 | 0.46 |
| Hex | 57 | F | DB | 3C | 5D | 0 | E | 105 | 57 | 2E |
| Octal | 127 | 17 | 333 | 74 | 135 | 0 | 16 | 405 | 127 | 56 |
| Binary | 1010111 | 1111 | 11011011 | 111100 | 1011101 | 0 | 1110 | 100000101 | 1010111 | 101110 |
Color Harmonies of #570FDB
Complementary color
Monochromatic Colors of #570FDB
Black with #570FDB
Text Example
Text Example
White with #570FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570FDB; }
p { color: rgb(87,15,219); }
H1.HeaderClassName
{
color: #570FDB;
}
.AnyTagClassName
{
color: #570FDB;
}
</style>
background-color css
<style>
a { background-color: #570FDB; }
a { background-color: rgb(87,15,219); }
div.DivClassName
{
background-color: #570FDB;
}
.BgClassName
{
background-color: #570FDB;
}
</style>
border-color css
<style>
span { border-color: #570FDB; }
span { border-color: rgb(87,15,219); }
td.TdClassName
{
border-color: #570FDB;
}
.TagClassName
{
border-color: #570FDB;
}
</style>