Shades of Purple Heart #573CC0
Tints of Purple Heart #573CC0
RGB
CMYK
RGB Variations
Color information
#573CC0 (or 0x573CC0) is known color: Purple Heart. HEX triplet: 57, 3C and C0. RGB value is (87,60,192). Sum of RGB (Red+Green+Blue) = 87+60+192=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #573CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CC0 is #A8C33F. Grayscale: #525252. Windows color (decimal): -11060032 or 12598359. OLE color: 12598359.
HSL color Cylindrical-coordinate representation of color #573CC0: hue angle of 252.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573CC0 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 60 | 192 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.25 |
| HSL | 252.27º | 0.52% | 0.49% | - |
| HSV(B) | 252.27º | 0.69% | 0.75% | - |
| XYZ | 15.06 | 9.06 | 50.82 | - |
| YUV | 83.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 192 | 0.55 | 0.69 | 0 | 0.25 | 252.27 | 0.52 | 0.49 |
| Hex | 57 | 3C | C0 | 37 | 45 | 0 | 19 | FC | 34 | 31 |
| Octal | 127 | 74 | 300 | 67 | 105 | 0 | 31 | 374 | 64 | 61 |
| Binary | 1010111 | 111100 | 11000000 | 110111 | 1000101 | 0 | 11001 | 11111100 | 110100 | 110001 |
Color Harmonies of #573CC0
Complementary color
Monochromatic Colors of #573CC0
Black with #573CC0
Text Example
Text Example
White with #573CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CC0; }
p { color: rgb(87,60,192); }
H1.HeaderClassName
{
color: #573CC0;
}
.AnyTagClassName
{
color: #573CC0;
}
</style>
background-color css
<style>
a { background-color: #573CC0; }
a { background-color: rgb(87,60,192); }
div.DivClassName
{
background-color: #573CC0;
}
.BgClassName
{
background-color: #573CC0;
}
</style>
border-color css
<style>
span { border-color: #573CC0; }
span { border-color: rgb(87,60,192); }
td.TdClassName
{
border-color: #573CC0;
}
.TagClassName
{
border-color: #573CC0;
}
</style>