Shades of Purple Heart #571ECF
Tints of Purple Heart #571ECF
RGB
CMYK
RGB Variations
Color information
#571ECF (or 0x571ECF) is known color: Purple Heart. HEX triplet: 57, 1E and CF. RGB value is (87,30,207). Sum of RGB (Red+Green+Blue) = 87+30+207=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #571ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ECF is #A8E130. Grayscale: #424242. Windows color (decimal): -11067697 or 13573719. OLE color: 13573719.
HSL color Cylindrical-coordinate representation of color #571ECF: hue angle of 259.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571ECF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 30 | 207 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.19 |
| HSL | 259.32º | 0.75% | 0.46% | - |
| HSV(B) | 259.32º | 0.86% | 0.81% | - |
| XYZ | 15.66 | 7.46 | 59.65 | - |
| YUV | 67.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 207 | 0.58 | 0.86 | 0 | 0.19 | 259.32 | 0.75 | 0.46 |
| Hex | 57 | 1E | CF | 3A | 56 | 0 | 13 | 103 | 4B | 2E |
| Octal | 127 | 36 | 317 | 72 | 126 | 0 | 23 | 403 | 113 | 56 |
| Binary | 1010111 | 11110 | 11001111 | 111010 | 1010110 | 0 | 10011 | 100000011 | 1001011 | 101110 |
Color Harmonies of #571ECF
Complementary color
Monochromatic Colors of #571ECF
Black with #571ECF
Text Example
Text Example
White with #571ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571ECF; }
p { color: rgb(87,30,207); }
H1.HeaderClassName
{
color: #571ECF;
}
.AnyTagClassName
{
color: #571ECF;
}
</style>
background-color css
<style>
a { background-color: #571ECF; }
a { background-color: rgb(87,30,207); }
div.DivClassName
{
background-color: #571ECF;
}
.BgClassName
{
background-color: #571ECF;
}
</style>
border-color css
<style>
span { border-color: #571ECF; }
span { border-color: rgb(87,30,207); }
td.TdClassName
{
border-color: #571ECF;
}
.TagClassName
{
border-color: #571ECF;
}
</style>