Shades of Purple Heart #573DCD
Tints of Purple Heart #573DCD
RGB
CMYK
RGB Variations
Color information
#573DCD (or 0x573DCD) is known color: Purple Heart. HEX triplet: 57, 3D and CD. RGB value is (87,61,205). Sum of RGB (Red+Green+Blue) = 87+61+205=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #573DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DCD is #A8C232. Grayscale: #545454. Windows color (decimal): -11059763 or 13450583. OLE color: 13450583.
HSL color Cylindrical-coordinate representation of color #573DCD: hue angle of 250.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573DCD is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 61 | 205 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.20 |
| HSL | 250.83º | 0.59% | 0.52% | - |
| HSV(B) | 250.83º | 0.7% | 0.8% | - |
| XYZ | 16.62 | 9.77 | 58.77 | - |
| YUV | 85.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 205 | 0.58 | 0.70 | 0 | 0.20 | 250.83 | 0.59 | 0.52 |
| Hex | 57 | 3D | CD | 3A | 46 | 0 | 14 | FB | 3B | 34 |
| Octal | 127 | 75 | 315 | 72 | 106 | 0 | 24 | 373 | 73 | 64 |
| Binary | 1010111 | 111101 | 11001101 | 111010 | 1000110 | 0 | 10100 | 11111011 | 111011 | 110100 |
Color Harmonies of #573DCD
Complementary color
Monochromatic Colors of #573DCD
Black with #573DCD
Text Example
Text Example
White with #573DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DCD; }
p { color: rgb(87,61,205); }
H1.HeaderClassName
{
color: #573DCD;
}
.AnyTagClassName
{
color: #573DCD;
}
</style>
background-color css
<style>
a { background-color: #573DCD; }
a { background-color: rgb(87,61,205); }
div.DivClassName
{
background-color: #573DCD;
}
.BgClassName
{
background-color: #573DCD;
}
</style>
border-color css
<style>
span { border-color: #573DCD; }
span { border-color: rgb(87,61,205); }
td.TdClassName
{
border-color: #573DCD;
}
.TagClassName
{
border-color: #573DCD;
}
</style>