Shades of Purple Heart #573BC7
Tints of Purple Heart #573BC7
RGB
CMYK
RGB Variations
Color information
#573BC7 (or 0x573BC7) is known color: Purple Heart. HEX triplet: 57, 3B and C7. RGB value is (87,59,199). Sum of RGB (Red+Green+Blue) = 87+59+199=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #573BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BC7 is #A8C438. Grayscale: #525252. Windows color (decimal): -11060281 or 13056855. OLE color: 13056855.
HSL color Cylindrical-coordinate representation of color #573BC7: hue angle of 252º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573BC7 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 59 | 199 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.22 |
| HSL | 252º | 0.56% | 0.51% | - |
| HSV(B) | 252º | 0.7% | 0.78% | - |
| XYZ | 15.8 | 9.28 | 54.99 | - |
| YUV | 83.33 | 193.28 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 199 | 0.56 | 0.70 | 0 | 0.22 | 252 | 0.56 | 0.51 |
| Hex | 57 | 3B | C7 | 38 | 46 | 0 | 16 | FC | 38 | 33 |
| Octal | 127 | 73 | 307 | 70 | 106 | 0 | 26 | 374 | 70 | 63 |
| Binary | 1010111 | 111011 | 11000111 | 111000 | 1000110 | 0 | 10110 | 11111100 | 111000 | 110011 |
Color Harmonies of #573BC7
Complementary color
Monochromatic Colors of #573BC7
Black with #573BC7
Text Example
Text Example
White with #573BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BC7; }
p { color: rgb(87,59,199); }
H1.HeaderClassName
{
color: #573BC7;
}
.AnyTagClassName
{
color: #573BC7;
}
</style>
background-color css
<style>
a { background-color: #573BC7; }
a { background-color: rgb(87,59,199); }
div.DivClassName
{
background-color: #573BC7;
}
.BgClassName
{
background-color: #573BC7;
}
</style>
border-color css
<style>
span { border-color: #573BC7; }
span { border-color: rgb(87,59,199); }
td.TdClassName
{
border-color: #573BC7;
}
.TagClassName
{
border-color: #573BC7;
}
</style>