Shades of Purple Heart #573CBB
Tints of Purple Heart #573CBB
RGB
CMYK
RGB Variations
Color information
#573CBB (or 0x573CBB) is known color: Purple Heart. HEX triplet: 57, 3C and BB. RGB value is (87,60,187). Sum of RGB (Red+Green+Blue) = 87+60+187=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #573CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CBB is #A8C344. Grayscale: #525252. Windows color (decimal): -11060037 or 12270679. OLE color: 12270679.
HSL color Cylindrical-coordinate representation of color #573CBB: hue angle of 252.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573CBB is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 60 | 187 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.27 |
| HSL | 252.76º | 0.51% | 0.48% | - |
| HSV(B) | 252.76º | 0.68% | 0.73% | - |
| XYZ | 14.52 | 8.85 | 47.96 | - |
| YUV | 82.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 187 | 0.53 | 0.68 | 0 | 0.27 | 252.76 | 0.51 | 0.48 |
| Hex | 57 | 3C | BB | 35 | 44 | 0 | 1B | FD | 33 | 30 |
| Octal | 127 | 74 | 273 | 65 | 104 | 0 | 33 | 375 | 63 | 60 |
| Binary | 1010111 | 111100 | 10111011 | 110101 | 1000100 | 0 | 11011 | 11111101 | 110011 | 110000 |
Color Harmonies of #573CBB
Complementary color
Monochromatic Colors of #573CBB
Black with #573CBB
Text Example
Text Example
White with #573CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CBB; }
p { color: rgb(87,60,187); }
H1.HeaderClassName
{
color: #573CBB;
}
.AnyTagClassName
{
color: #573CBB;
}
</style>
background-color css
<style>
a { background-color: #573CBB; }
a { background-color: rgb(87,60,187); }
div.DivClassName
{
background-color: #573CBB;
}
.BgClassName
{
background-color: #573CBB;
}
</style>
border-color css
<style>
span { border-color: #573CBB; }
span { border-color: rgb(87,60,187); }
td.TdClassName
{
border-color: #573CBB;
}
.TagClassName
{
border-color: #573CBB;
}
</style>