Shades of Purple Heart #573BCC
Tints of Purple Heart #573BCC
RGB
CMYK
RGB Variations
Color information
#573BCC (or 0x573BCC) is known color: Purple Heart. HEX triplet: 57, 3B and CC. RGB value is (87,59,204). Sum of RGB (Red+Green+Blue) = 87+59+204=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #573BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BCC is #A8C433. Grayscale: #535353. Windows color (decimal): -11060276 or 13384535. OLE color: 13384535.
HSL color Cylindrical-coordinate representation of color #573BCC: hue angle of 251.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573BCC is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 59 | 204 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.2 |
| HSL | 251.59º | 0.59% | 0.52% | - |
| HSV(B) | 251.59º | 0.71% | 0.8% | - |
| XYZ | 16.39 | 9.51 | 58.1 | - |
| YUV | 83.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 204 | 0.57 | 0.71 | 0 | 0.2 | 251.59 | 0.59 | 0.52 |
| Hex | 57 | 3B | CC | 39 | 47 | 0 | 14 | FC | 3B | 34 |
| Octal | 127 | 73 | 314 | 71 | 107 | 0 | 24 | 374 | 73 | 64 |
| Binary | 1010111 | 111011 | 11001100 | 111001 | 1000111 | 0 | 10100 | 11111100 | 111011 | 110100 |
Color Harmonies of #573BCC
Complementary color
Monochromatic Colors of #573BCC
Black with #573BCC
Text Example
Text Example
White with #573BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BCC; }
p { color: rgb(87,59,204); }
H1.HeaderClassName
{
color: #573BCC;
}
.AnyTagClassName
{
color: #573BCC;
}
</style>
background-color css
<style>
a { background-color: #573BCC; }
a { background-color: rgb(87,59,204); }
div.DivClassName
{
background-color: #573BCC;
}
.BgClassName
{
background-color: #573BCC;
}
</style>
border-color css
<style>
span { border-color: #573BCC; }
span { border-color: rgb(87,59,204); }
td.TdClassName
{
border-color: #573BCC;
}
.TagClassName
{
border-color: #573BCC;
}
</style>