Shades of Purple Heart #573CBC
Tints of Purple Heart #573CBC
RGB
CMYK
RGB Variations
Color information
#573CBC (or 0x573CBC) is known color: Purple Heart. HEX triplet: 57, 3C and BC. RGB value is (87,60,188). Sum of RGB (Red+Green+Blue) = 87+60+188=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #573CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CBC is #A8C343. Grayscale: #525252. Windows color (decimal): -11060036 or 12336215. OLE color: 12336215.
HSL color Cylindrical-coordinate representation of color #573CBC: hue angle of 252.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573CBC is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 60 | 188 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.26 |
| HSL | 252.66º | 0.52% | 0.49% | - |
| HSV(B) | 252.66º | 0.68% | 0.74% | - |
| XYZ | 14.62 | 8.89 | 48.52 | - |
| YUV | 82.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 188 | 0.54 | 0.68 | 0 | 0.26 | 252.66 | 0.52 | 0.49 |
| Hex | 57 | 3C | BC | 36 | 44 | 0 | 1A | FD | 34 | 31 |
| Octal | 127 | 74 | 274 | 66 | 104 | 0 | 32 | 375 | 64 | 61 |
| Binary | 1010111 | 111100 | 10111100 | 110110 | 1000100 | 0 | 11010 | 11111101 | 110100 | 110001 |
Color Harmonies of #573CBC
Complementary color
Monochromatic Colors of #573CBC
Black with #573CBC
Text Example
Text Example
White with #573CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CBC; }
p { color: rgb(87,60,188); }
H1.HeaderClassName
{
color: #573CBC;
}
.AnyTagClassName
{
color: #573CBC;
}
</style>
background-color css
<style>
a { background-color: #573CBC; }
a { background-color: rgb(87,60,188); }
div.DivClassName
{
background-color: #573CBC;
}
.BgClassName
{
background-color: #573CBC;
}
</style>
border-color css
<style>
span { border-color: #573CBC; }
span { border-color: rgb(87,60,188); }
td.TdClassName
{
border-color: #573CBC;
}
.TagClassName
{
border-color: #573CBC;
}
</style>