Shades of Purple Heart #572CC7
Tints of Purple Heart #572CC7
RGB
CMYK
RGB Variations
Color information
#572CC7 (or 0x572CC7) is known color: Purple Heart. HEX triplet: 57, 2C and C7. RGB value is (87,44,199). Sum of RGB (Red+Green+Blue) = 87+44+199=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #572CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CC7 is #A8D338. Grayscale: #494949. Windows color (decimal): -11064121 or 13053015. OLE color: 13053015.
HSL color Cylindrical-coordinate representation of color #572CC7: hue angle of 256.65º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572CC7 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 44 | 199 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.22 |
| HSL | 256.65º | 0.64% | 0.48% | - |
| HSV(B) | 256.65º | 0.78% | 0.78% | - |
| XYZ | 15.14 | 7.95 | 54.77 | - |
| YUV | 74.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 199 | 0.56 | 0.78 | 0 | 0.22 | 256.65 | 0.64 | 0.48 |
| Hex | 57 | 2C | C7 | 38 | 4E | 0 | 16 | 101 | 40 | 30 |
| Octal | 127 | 54 | 307 | 70 | 116 | 0 | 26 | 401 | 100 | 60 |
| Binary | 1010111 | 101100 | 11000111 | 111000 | 1001110 | 0 | 10110 | 100000001 | 1000000 | 110000 |
Color Harmonies of #572CC7
Complementary color
Monochromatic Colors of #572CC7
Black with #572CC7
Text Example
Text Example
White with #572CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CC7; }
p { color: rgb(87,44,199); }
H1.HeaderClassName
{
color: #572CC7;
}
.AnyTagClassName
{
color: #572CC7;
}
</style>
background-color css
<style>
a { background-color: #572CC7; }
a { background-color: rgb(87,44,199); }
div.DivClassName
{
background-color: #572CC7;
}
.BgClassName
{
background-color: #572CC7;
}
</style>
border-color css
<style>
span { border-color: #572CC7; }
span { border-color: rgb(87,44,199); }
td.TdClassName
{
border-color: #572CC7;
}
.TagClassName
{
border-color: #572CC7;
}
</style>