Shades of Purple Heart #572CC1
Tints of Purple Heart #572CC1
RGB
CMYK
RGB Variations
Color information
#572CC1 (or 0x572CC1) is known color: Purple Heart. HEX triplet: 57, 2C and C1. RGB value is (87,44,193). Sum of RGB (Red+Green+Blue) = 87+44+193=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #572CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CC1 is #A8D33E. Grayscale: #494949. Windows color (decimal): -11064127 or 12659799. OLE color: 12659799.
HSL color Cylindrical-coordinate representation of color #572CC1: hue angle of 257.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572CC1 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 44 | 193 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.24 |
| HSL | 257.32º | 0.63% | 0.46% | - |
| HSV(B) | 257.32º | 0.77% | 0.76% | - |
| XYZ | 14.46 | 7.68 | 51.17 | - |
| YUV | 73.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 193 | 0.55 | 0.77 | 0 | 0.24 | 257.32 | 0.63 | 0.46 |
| Hex | 57 | 2C | C1 | 37 | 4D | 0 | 18 | 101 | 3F | 2E |
| Octal | 127 | 54 | 301 | 67 | 115 | 0 | 30 | 401 | 77 | 56 |
| Binary | 1010111 | 101100 | 11000001 | 110111 | 1001101 | 0 | 11000 | 100000001 | 111111 | 101110 |
Color Harmonies of #572CC1
Complementary color
Monochromatic Colors of #572CC1
Black with #572CC1
Text Example
Text Example
White with #572CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CC1; }
p { color: rgb(87,44,193); }
H1.HeaderClassName
{
color: #572CC1;
}
.AnyTagClassName
{
color: #572CC1;
}
</style>
background-color css
<style>
a { background-color: #572CC1; }
a { background-color: rgb(87,44,193); }
div.DivClassName
{
background-color: #572CC1;
}
.BgClassName
{
background-color: #572CC1;
}
</style>
border-color css
<style>
span { border-color: #572CC1; }
span { border-color: rgb(87,44,193); }
td.TdClassName
{
border-color: #572CC1;
}
.TagClassName
{
border-color: #572CC1;
}
</style>