Shades of Purple Heart #573BC0
Tints of Purple Heart #573BC0
RGB
CMYK
RGB Variations
Color information
#573BC0 (or 0x573BC0) is known color: Purple Heart. HEX triplet: 57, 3B and C0. RGB value is (87,59,192). Sum of RGB (Red+Green+Blue) = 87+59+192=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #573BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BC0 is #A8C43F. Grayscale: #525252. Windows color (decimal): -11060288 or 12598103. OLE color: 12598103.
HSL color Cylindrical-coordinate representation of color #573BC0: hue angle of 252.63º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573BC0 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 59 | 192 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.25 |
| HSL | 252.63º | 0.53% | 0.49% | - |
| HSV(B) | 252.63º | 0.69% | 0.75% | - |
| XYZ | 15.01 | 8.96 | 50.81 | - |
| YUV | 82.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 192 | 0.55 | 0.69 | 0 | 0.25 | 252.63 | 0.53 | 0.49 |
| Hex | 57 | 3B | C0 | 37 | 45 | 0 | 19 | FD | 35 | 31 |
| Octal | 127 | 73 | 300 | 67 | 105 | 0 | 31 | 375 | 65 | 61 |
| Binary | 1010111 | 111011 | 11000000 | 110111 | 1000101 | 0 | 11001 | 11111101 | 110101 | 110001 |
Color Harmonies of #573BC0
Complementary color
Monochromatic Colors of #573BC0
Black with #573BC0
Text Example
Text Example
White with #573BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BC0; }
p { color: rgb(87,59,192); }
H1.HeaderClassName
{
color: #573BC0;
}
.AnyTagClassName
{
color: #573BC0;
}
</style>
background-color css
<style>
a { background-color: #573BC0; }
a { background-color: rgb(87,59,192); }
div.DivClassName
{
background-color: #573BC0;
}
.BgClassName
{
background-color: #573BC0;
}
</style>
border-color css
<style>
span { border-color: #573BC0; }
span { border-color: rgb(87,59,192); }
td.TdClassName
{
border-color: #573BC0;
}
.TagClassName
{
border-color: #573BC0;
}
</style>