Shades of Purple Heart #573CC6
Tints of Purple Heart #573CC6
RGB
CMYK
RGB Variations
Color information
#573CC6 (or 0x573CC6) is known color: Purple Heart. HEX triplet: 57, 3C and C6. RGB value is (87,60,198). Sum of RGB (Red+Green+Blue) = 87+60+198=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #573CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CC6 is #A8C339. Grayscale: #535353. Windows color (decimal): -11060026 or 12991575. OLE color: 12991575.
HSL color Cylindrical-coordinate representation of color #573CC6: hue angle of 251.74º degrees, saturation: 0.55, 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 #573CC6 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 60 | 198 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.22 |
| HSL | 251.74º | 0.55% | 0.51% | - |
| HSV(B) | 251.74º | 0.7% | 0.78% | - |
| XYZ | 15.74 | 9.34 | 54.4 | - |
| YUV | 83.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 198 | 0.56 | 0.70 | 0 | 0.22 | 251.74 | 0.55 | 0.51 |
| Hex | 57 | 3C | C6 | 38 | 46 | 0 | 16 | FC | 37 | 33 |
| Octal | 127 | 74 | 306 | 70 | 106 | 0 | 26 | 374 | 67 | 63 |
| Binary | 1010111 | 111100 | 11000110 | 111000 | 1000110 | 0 | 10110 | 11111100 | 110111 | 110011 |
Color Harmonies of #573CC6
Complementary color
Monochromatic Colors of #573CC6
Black with #573CC6
Text Example
Text Example
White with #573CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CC6; }
p { color: rgb(87,60,198); }
H1.HeaderClassName
{
color: #573CC6;
}
.AnyTagClassName
{
color: #573CC6;
}
</style>
background-color css
<style>
a { background-color: #573CC6; }
a { background-color: rgb(87,60,198); }
div.DivClassName
{
background-color: #573CC6;
}
.BgClassName
{
background-color: #573CC6;
}
</style>
border-color css
<style>
span { border-color: #573CC6; }
span { border-color: rgb(87,60,198); }
td.TdClassName
{
border-color: #573CC6;
}
.TagClassName
{
border-color: #573CC6;
}
</style>