Shades of Purple Heart #572FCC
Tints of Purple Heart #572FCC
RGB
CMYK
RGB Variations
Color information
#572FCC (or 0x572FCC) is known color: Purple Heart. HEX triplet: 57, 2F and CC. RGB value is (87,47,204). Sum of RGB (Red+Green+Blue) = 87+47+204=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #572FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572FCC is #A8D033. Grayscale: #4C4C4C. Windows color (decimal): -11063348 or 13381463. OLE color: 13381463.
HSL color Cylindrical-coordinate representation of color #572FCC: hue angle of 255.29º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572FCC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 47 | 204 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.2 |
| HSL | 255.29º | 0.63% | 0.49% | - |
| HSV(B) | 255.29º | 0.77% | 0.8% | - |
| XYZ | 15.85 | 8.42 | 57.92 | - |
| YUV | 76.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 204 | 0.57 | 0.77 | 0 | 0.2 | 255.29 | 0.63 | 0.49 |
| Hex | 57 | 2F | CC | 39 | 4D | 0 | 14 | FF | 3F | 31 |
| Octal | 127 | 57 | 314 | 71 | 115 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010111 | 101111 | 11001100 | 111001 | 1001101 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #572FCC
Complementary color
Monochromatic Colors of #572FCC
Black with #572FCC
Text Example
Text Example
White with #572FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572FCC; }
p { color: rgb(87,47,204); }
H1.HeaderClassName
{
color: #572FCC;
}
.AnyTagClassName
{
color: #572FCC;
}
</style>
background-color css
<style>
a { background-color: #572FCC; }
a { background-color: rgb(87,47,204); }
div.DivClassName
{
background-color: #572FCC;
}
.BgClassName
{
background-color: #572FCC;
}
</style>
border-color css
<style>
span { border-color: #572FCC; }
span { border-color: rgb(87,47,204); }
td.TdClassName
{
border-color: #572FCC;
}
.TagClassName
{
border-color: #572FCC;
}
</style>