Shades of Purple Heart #573ABC
Tints of Purple Heart #573ABC
RGB
CMYK
RGB Variations
Color information
#573ABC (or 0x573ABC) is known color: Purple Heart. HEX triplet: 57, 3A and BC. RGB value is (87,58,188). Sum of RGB (Red+Green+Blue) = 87+58+188=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #573ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ABC is #A8C543. Grayscale: #515151. Windows color (decimal): -11060548 or 12335703. OLE color: 12335703.
HSL color Cylindrical-coordinate representation of color #573ABC: hue angle of 253.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573ABC is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 58 | 188 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.26 |
| HSL | 253.38º | 0.53% | 0.48% | - |
| HSV(B) | 253.38º | 0.69% | 0.74% | - |
| XYZ | 14.52 | 8.68 | 48.49 | - |
| YUV | 81.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 188 | 0.54 | 0.69 | 0 | 0.26 | 253.38 | 0.53 | 0.48 |
| Hex | 57 | 3A | BC | 36 | 45 | 0 | 1A | FD | 35 | 30 |
| Octal | 127 | 72 | 274 | 66 | 105 | 0 | 32 | 375 | 65 | 60 |
| Binary | 1010111 | 111010 | 10111100 | 110110 | 1000101 | 0 | 11010 | 11111101 | 110101 | 110000 |
Color Harmonies of #573ABC
Complementary color
Monochromatic Colors of #573ABC
Black with #573ABC
Text Example
Text Example
White with #573ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573ABC; }
p { color: rgb(87,58,188); }
H1.HeaderClassName
{
color: #573ABC;
}
.AnyTagClassName
{
color: #573ABC;
}
</style>
background-color css
<style>
a { background-color: #573ABC; }
a { background-color: rgb(87,58,188); }
div.DivClassName
{
background-color: #573ABC;
}
.BgClassName
{
background-color: #573ABC;
}
</style>
border-color css
<style>
span { border-color: #573ABC; }
span { border-color: rgb(87,58,188); }
td.TdClassName
{
border-color: #573ABC;
}
.TagClassName
{
border-color: #573ABC;
}
</style>