Shades of Purple Heart #573AB7
Tints of Purple Heart #573AB7
RGB
CMYK
RGB Variations
Color information
#573AB7 (or 0x573AB7) is known color: Purple Heart. HEX triplet: 57, 3A and B7. RGB value is (87,58,183). Sum of RGB (Red+Green+Blue) = 87+58+183=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #573AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AB7 is #A8C548. Grayscale: #505050. Windows color (decimal): -11060553 or 12008023. OLE color: 12008023.
HSL color Cylindrical-coordinate representation of color #573AB7: hue angle of 253.92º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573AB7 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 58 | 183 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.28 |
| HSL | 253.92º | 0.52% | 0.47% | - |
| HSV(B) | 253.92º | 0.68% | 0.72% | - |
| XYZ | 13.99 | 8.47 | 45.7 | - |
| YUV | 80.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 183 | 0.52 | 0.68 | 0 | 0.28 | 253.92 | 0.52 | 0.47 |
| Hex | 57 | 3A | B7 | 34 | 44 | 0 | 1C | FE | 34 | 2F |
| Octal | 127 | 72 | 267 | 64 | 104 | 0 | 34 | 376 | 64 | 57 |
| Binary | 1010111 | 111010 | 10110111 | 110100 | 1000100 | 0 | 11100 | 11111110 | 110100 | 101111 |
Color Harmonies of #573AB7
Complementary color
Monochromatic Colors of #573AB7
Black with #573AB7
Text Example
Text Example
White with #573AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573AB7; }
p { color: rgb(87,58,183); }
H1.HeaderClassName
{
color: #573AB7;
}
.AnyTagClassName
{
color: #573AB7;
}
</style>
background-color css
<style>
a { background-color: #573AB7; }
a { background-color: rgb(87,58,183); }
div.DivClassName
{
background-color: #573AB7;
}
.BgClassName
{
background-color: #573AB7;
}
</style>
border-color css
<style>
span { border-color: #573AB7; }
span { border-color: rgb(87,58,183); }
td.TdClassName
{
border-color: #573AB7;
}
.TagClassName
{
border-color: #573AB7;
}
</style>