Shades of Purple Heart #570DB4
Tints of Purple Heart #570DB4
RGB
CMYK
RGB Variations
Color information
#570DB4 (or 0x570DB4) is known color: Purple Heart. HEX triplet: 57, 0D and B4. RGB value is (87,13,180). Sum of RGB (Red+Green+Blue) = 87+13+180=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #570DB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DB4 is #A8F24B. Grayscale: #353535. Windows color (decimal): -11072076 or 11799895. OLE color: 11799895.
HSL color Cylindrical-coordinate representation of color #570DB4: hue angle of 266.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570DB4 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 13 | 180 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.29 |
| HSL | 266.59º | 0.87% | 0.38% | - |
| HSV(B) | 266.59º | 0.93% | 0.71% | - |
| XYZ | 12.31 | 5.61 | 43.61 | - |
| YUV | 54.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 180 | 0.52 | 0.93 | 0 | 0.29 | 266.59 | 0.87 | 0.38 |
| Hex | 57 | D | B4 | 34 | 5D | 0 | 1D | 10B | 57 | 26 |
| Octal | 127 | 15 | 264 | 64 | 135 | 0 | 35 | 413 | 127 | 46 |
| Binary | 1010111 | 1101 | 10110100 | 110100 | 1011101 | 0 | 11101 | 100001011 | 1010111 | 100110 |
Color Harmonies of #570DB4
Complementary color
Monochromatic Colors of #570DB4
Black with #570DB4
Text Example
Text Example
White with #570DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570DB4; }
p { color: rgb(87,13,180); }
H1.HeaderClassName
{
color: #570DB4;
}
.AnyTagClassName
{
color: #570DB4;
}
</style>
background-color css
<style>
a { background-color: #570DB4; }
a { background-color: rgb(87,13,180); }
div.DivClassName
{
background-color: #570DB4;
}
.BgClassName
{
background-color: #570DB4;
}
</style>
border-color css
<style>
span { border-color: #570DB4; }
span { border-color: rgb(87,13,180); }
td.TdClassName
{
border-color: #570DB4;
}
.TagClassName
{
border-color: #570DB4;
}
</style>