Shades of Han Purple #570DD5
Tints of Han Purple #570DD5
RGB
CMYK
RGB Variations
Color information
#570DD5 (or 0x570DD5) is known color: Han Purple. HEX triplet: 57, 0D and D5. RGB value is (87,13,213). Sum of RGB (Red+Green+Blue) = 87+13+213=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #570DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DD5 is #A8F22A. Grayscale: #393939. Windows color (decimal): -11072043 or 13962583. OLE color: 13962583.
HSL color Cylindrical-coordinate representation of color #570DD5: hue angle of 262.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570DD5 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 13 | 213 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.16 |
| HSL | 262.2º | 0.88% | 0.44% | - |
| HSV(B) | 262.2º | 0.94% | 0.84% | - |
| XYZ | 16.08 | 7.12 | 63.48 | - |
| YUV | 57.93 | 215.52 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 213 | 0.59 | 0.94 | 0 | 0.16 | 262.2 | 0.88 | 0.44 |
| Hex | 57 | D | D5 | 3B | 5E | 0 | 10 | 106 | 58 | 2C |
| Octal | 127 | 15 | 325 | 73 | 136 | 0 | 20 | 406 | 130 | 54 |
| Binary | 1010111 | 1101 | 11010101 | 111011 | 1011110 | 0 | 10000 | 100000110 | 1011000 | 101100 |
Color Harmonies of #570DD5
Complementary color
Monochromatic Colors of #570DD5
Black with #570DD5
Text Example
Text Example
White with #570DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570DD5; }
p { color: rgb(87,13,213); }
H1.HeaderClassName
{
color: #570DD5;
}
.AnyTagClassName
{
color: #570DD5;
}
</style>
background-color css
<style>
a { background-color: #570DD5; }
a { background-color: rgb(87,13,213); }
div.DivClassName
{
background-color: #570DD5;
}
.BgClassName
{
background-color: #570DD5;
}
</style>
border-color css
<style>
span { border-color: #570DD5; }
span { border-color: rgb(87,13,213); }
td.TdClassName
{
border-color: #570DD5;
}
.TagClassName
{
border-color: #570DD5;
}
</style>