Shades of Han Purple #570DDB
Tints of Han Purple #570DDB
RGB
CMYK
RGB Variations
Color information
#570DDB (or 0x570DDB) is known color: Han Purple. HEX triplet: 57, 0D and DB. RGB value is (87,13,219). Sum of RGB (Red+Green+Blue) = 87+13+219=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #570DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DDB is #A8F224. Grayscale: #393939. Windows color (decimal): -11072037 or 14355799. OLE color: 14355799.
HSL color Cylindrical-coordinate representation of color #570DDB: hue angle of 261.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570DDB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 13 | 219 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.14 |
| HSL | 261.55º | 0.89% | 0.45% | - |
| HSV(B) | 261.55º | 0.94% | 0.86% | - |
| XYZ | 16.86 | 7.43 | 67.56 | - |
| YUV | 58.61 | 218.52 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 219 | 0.60 | 0.94 | 0 | 0.14 | 261.55 | 0.89 | 0.45 |
| Hex | 57 | D | DB | 3C | 5E | 0 | E | 106 | 59 | 2D |
| Octal | 127 | 15 | 333 | 74 | 136 | 0 | 16 | 406 | 131 | 55 |
| Binary | 1010111 | 1101 | 11011011 | 111100 | 1011110 | 0 | 1110 | 100000110 | 1011001 | 101101 |
Color Harmonies of #570DDB
Complementary color
Monochromatic Colors of #570DDB
Black with #570DDB
Text Example
Text Example
White with #570DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570DDB; }
p { color: rgb(87,13,219); }
H1.HeaderClassName
{
color: #570DDB;
}
.AnyTagClassName
{
color: #570DDB;
}
</style>
background-color css
<style>
a { background-color: #570DDB; }
a { background-color: rgb(87,13,219); }
div.DivClassName
{
background-color: #570DDB;
}
.BgClassName
{
background-color: #570DDB;
}
</style>
border-color css
<style>
span { border-color: #570DDB; }
span { border-color: rgb(87,13,219); }
td.TdClassName
{
border-color: #570DDB;
}
.TagClassName
{
border-color: #570DDB;
}
</style>