Shades of Purple Heart #571AD0
Tints of Purple Heart #571AD0
RGB
CMYK
RGB Variations
Color information
#571AD0 (or 0x571AD0) is known color: Purple Heart. HEX triplet: 57, 1A and D0. RGB value is (87,26,208). Sum of RGB (Red+Green+Blue) = 87+26+208=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #571AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571AD0 is #A8E52F. Grayscale: #404040. Windows color (decimal): -11068720 or 13638231. OLE color: 13638231.
HSL color Cylindrical-coordinate representation of color #571AD0: hue angle of 260.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571AD0 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 26 | 208 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.18 |
| HSL | 260.11º | 0.78% | 0.46% | - |
| HSV(B) | 260.11º | 0.88% | 0.82% | - |
| XYZ | 15.69 | 7.32 | 60.26 | - |
| YUV | 64.99 | 208.71 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 208 | 0.58 | 0.88 | 0 | 0.18 | 260.11 | 0.78 | 0.46 |
| Hex | 57 | 1A | D0 | 3A | 58 | 0 | 12 | 104 | 4E | 2E |
| Octal | 127 | 32 | 320 | 72 | 130 | 0 | 22 | 404 | 116 | 56 |
| Binary | 1010111 | 11010 | 11010000 | 111010 | 1011000 | 0 | 10010 | 100000100 | 1001110 | 101110 |
Color Harmonies of #571AD0
Complementary color
Monochromatic Colors of #571AD0
Black with #571AD0
Text Example
Text Example
White with #571AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571AD0; }
p { color: rgb(87,26,208); }
H1.HeaderClassName
{
color: #571AD0;
}
.AnyTagClassName
{
color: #571AD0;
}
</style>
background-color css
<style>
a { background-color: #571AD0; }
a { background-color: rgb(87,26,208); }
div.DivClassName
{
background-color: #571AD0;
}
.BgClassName
{
background-color: #571AD0;
}
</style>
border-color css
<style>
span { border-color: #571AD0; }
span { border-color: rgb(87,26,208); }
td.TdClassName
{
border-color: #571AD0;
}
.TagClassName
{
border-color: #571AD0;
}
</style>