Shades of Purple Heart #573CB7
Tints of Purple Heart #573CB7
RGB
CMYK
RGB Variations
Color information
#573CB7 (or 0x573CB7) is known color: Purple Heart. HEX triplet: 57, 3C and B7. RGB value is (87,60,183). Sum of RGB (Red+Green+Blue) = 87+60+183=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #573CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CB7 is #A8C348. Grayscale: #515151. Windows color (decimal): -11060041 or 12008535. OLE color: 12008535.
HSL color Cylindrical-coordinate representation of color #573CB7: hue angle of 253.17º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #573CB7 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 60 | 183 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.28 |
| HSL | 253.17º | 0.51% | 0.48% | - |
| HSV(B) | 253.17º | 0.67% | 0.72% | - |
| XYZ | 14.09 | 8.68 | 45.73 | - |
| YUV | 82.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 183 | 0.52 | 0.67 | 0 | 0.28 | 253.17 | 0.51 | 0.48 |
| Hex | 57 | 3C | B7 | 34 | 43 | 0 | 1C | FD | 33 | 30 |
| Octal | 127 | 74 | 267 | 64 | 103 | 0 | 34 | 375 | 63 | 60 |
| Binary | 1010111 | 111100 | 10110111 | 110100 | 1000011 | 0 | 11100 | 11111101 | 110011 | 110000 |
Color Harmonies of #573CB7
Complementary color
Monochromatic Colors of #573CB7
Black with #573CB7
Text Example
Text Example
White with #573CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CB7; }
p { color: rgb(87,60,183); }
H1.HeaderClassName
{
color: #573CB7;
}
.AnyTagClassName
{
color: #573CB7;
}
</style>
background-color css
<style>
a { background-color: #573CB7; }
a { background-color: rgb(87,60,183); }
div.DivClassName
{
background-color: #573CB7;
}
.BgClassName
{
background-color: #573CB7;
}
</style>
border-color css
<style>
span { border-color: #573CB7; }
span { border-color: rgb(87,60,183); }
td.TdClassName
{
border-color: #573CB7;
}
.TagClassName
{
border-color: #573CB7;
}
</style>