Shades of Purple Heart #571ECE
Tints of Purple Heart #571ECE
RGB
CMYK
RGB Variations
Color information
#571ECE (or 0x571ECE) is known color: Purple Heart. HEX triplet: 57, 1E and CE. RGB value is (87,30,206). Sum of RGB (Red+Green+Blue) = 87+30+206=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #571ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ECE is #A8E131. Grayscale: #424242. Windows color (decimal): -11067698 or 13508183. OLE color: 13508183.
HSL color Cylindrical-coordinate representation of color #571ECE: hue angle of 259.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571ECE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 30 | 206 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.19 |
| HSL | 259.43º | 0.75% | 0.46% | - |
| HSV(B) | 259.43º | 0.85% | 0.81% | - |
| XYZ | 15.54 | 7.41 | 59 | - |
| YUV | 67.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 206 | 0.58 | 0.85 | 0 | 0.19 | 259.43 | 0.75 | 0.46 |
| Hex | 57 | 1E | CE | 3A | 55 | 0 | 13 | 103 | 4B | 2E |
| Octal | 127 | 36 | 316 | 72 | 125 | 0 | 23 | 403 | 113 | 56 |
| Binary | 1010111 | 11110 | 11001110 | 111010 | 1010101 | 0 | 10011 | 100000011 | 1001011 | 101110 |
Color Harmonies of #571ECE
Complementary color
Monochromatic Colors of #571ECE
Black with #571ECE
Text Example
Text Example
White with #571ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571ECE; }
p { color: rgb(87,30,206); }
H1.HeaderClassName
{
color: #571ECE;
}
.AnyTagClassName
{
color: #571ECE;
}
</style>
background-color css
<style>
a { background-color: #571ECE; }
a { background-color: rgb(87,30,206); }
div.DivClassName
{
background-color: #571ECE;
}
.BgClassName
{
background-color: #571ECE;
}
</style>
border-color css
<style>
span { border-color: #571ECE; }
span { border-color: rgb(87,30,206); }
td.TdClassName
{
border-color: #571ECE;
}
.TagClassName
{
border-color: #571ECE;
}
</style>