Shades of Purple Heart #573CC2
Tints of Purple Heart #573CC2
RGB
CMYK
RGB Variations
Color information
#573CC2 (or 0x573CC2) is known color: Purple Heart. HEX triplet: 57, 3C and C2. RGB value is (87,60,194). Sum of RGB (Red+Green+Blue) = 87+60+194=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #573CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CC2 is #A8C33D. Grayscale: #525252. Windows color (decimal): -11060030 or 12729431. OLE color: 12729431.
HSL color Cylindrical-coordinate representation of color #573CC2: hue angle of 252.09º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573CC2 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 60 | 194 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.24 |
| HSL | 252.09º | 0.53% | 0.5% | - |
| HSV(B) | 252.09º | 0.69% | 0.76% | - |
| XYZ | 15.28 | 9.15 | 52 | - |
| YUV | 83.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 194 | 0.55 | 0.69 | 0 | 0.24 | 252.09 | 0.53 | 0.5 |
| Hex | 57 | 3C | C2 | 37 | 45 | 0 | 18 | FC | 35 | 32 |
| Octal | 127 | 74 | 302 | 67 | 105 | 0 | 30 | 374 | 65 | 62 |
| Binary | 1010111 | 111100 | 11000010 | 110111 | 1000101 | 0 | 11000 | 11111100 | 110101 | 110010 |
Color Harmonies of #573CC2
Complementary color
Monochromatic Colors of #573CC2
Black with #573CC2
Text Example
Text Example
White with #573CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CC2; }
p { color: rgb(87,60,194); }
H1.HeaderClassName
{
color: #573CC2;
}
.AnyTagClassName
{
color: #573CC2;
}
</style>
background-color css
<style>
a { background-color: #573CC2; }
a { background-color: rgb(87,60,194); }
div.DivClassName
{
background-color: #573CC2;
}
.BgClassName
{
background-color: #573CC2;
}
</style>
border-color css
<style>
span { border-color: #573CC2; }
span { border-color: rgb(87,60,194); }
td.TdClassName
{
border-color: #573CC2;
}
.TagClassName
{
border-color: #573CC2;
}
</style>