Shades of Purple Heart #572EC7
Tints of Purple Heart #572EC7
RGB
CMYK
RGB Variations
Color information
#572EC7 (or 0x572EC7) is known color: Purple Heart. HEX triplet: 57, 2E and C7. RGB value is (87,46,199). Sum of RGB (Red+Green+Blue) = 87+46+199=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 199 (78.12% from 255 or 59.94% from 332); Max value from RGB is 199 - color contains mainly: blue. Hex color #572EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572EC7 is #A8D138. Grayscale: #4B4B4B. Windows color (decimal): -11063609 or 13053527. OLE color: 13053527.
HSL color Cylindrical-coordinate representation of color #572EC7: hue angle of 256.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572EC7 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 46 | 199 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.22 |
| HSL | 256.08º | 0.62% | 0.48% | - |
| HSV(B) | 256.08º | 0.77% | 0.78% | - |
| XYZ | 15.22 | 8.1 | 54.8 | - |
| YUV | 75.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 199 | 0.56 | 0.77 | 0 | 0.22 | 256.08 | 0.62 | 0.48 |
| Hex | 57 | 2E | C7 | 38 | 4D | 0 | 16 | 100 | 3E | 30 |
| Octal | 127 | 56 | 307 | 70 | 115 | 0 | 26 | 400 | 76 | 60 |
| Binary | 1010111 | 101110 | 11000111 | 111000 | 1001101 | 0 | 10110 | 100000000 | 111110 | 110000 |
Color Harmonies of #572EC7
Complementary color
Monochromatic Colors of #572EC7
Black with #572EC7
Text Example
Text Example
White with #572EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572EC7; }
p { color: rgb(87,46,199); }
H1.HeaderClassName
{
color: #572EC7;
}
.AnyTagClassName
{
color: #572EC7;
}
</style>
background-color css
<style>
a { background-color: #572EC7; }
a { background-color: rgb(87,46,199); }
div.DivClassName
{
background-color: #572EC7;
}
.BgClassName
{
background-color: #572EC7;
}
</style>
border-color css
<style>
span { border-color: #572EC7; }
span { border-color: rgb(87,46,199); }
td.TdClassName
{
border-color: #572EC7;
}
.TagClassName
{
border-color: #572EC7;
}
</style>