Shades of Purple Heart #573ECF
Tints of Purple Heart #573ECF
RGB
CMYK
RGB Variations
Color information
#573ECF (or 0x573ECF) is known color: Purple Heart. HEX triplet: 57, 3E and CF. RGB value is (87,62,207). Sum of RGB (Red+Green+Blue) = 87+62+207=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #573ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ECF is #A8C130. Grayscale: #555555. Windows color (decimal): -11059505 or 13581911. OLE color: 13581911.
HSL color Cylindrical-coordinate representation of color #573ECF: hue angle of 250.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573ECF is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 62 | 207 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.19 |
| HSL | 250.34º | 0.6% | 0.53% | - |
| HSV(B) | 250.34º | 0.7% | 0.81% | - |
| XYZ | 16.92 | 9.98 | 60.07 | - |
| YUV | 86.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 207 | 0.58 | 0.70 | 0 | 0.19 | 250.34 | 0.6 | 0.53 |
| Hex | 57 | 3E | CF | 3A | 46 | 0 | 13 | FA | 3C | 35 |
| Octal | 127 | 76 | 317 | 72 | 106 | 0 | 23 | 372 | 74 | 65 |
| Binary | 1010111 | 111110 | 11001111 | 111010 | 1000110 | 0 | 10011 | 11111010 | 111100 | 110101 |
Color Harmonies of #573ECF
Complementary color
Monochromatic Colors of #573ECF
Black with #573ECF
Text Example
Text Example
White with #573ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573ECF; }
p { color: rgb(87,62,207); }
H1.HeaderClassName
{
color: #573ECF;
}
.AnyTagClassName
{
color: #573ECF;
}
</style>
background-color css
<style>
a { background-color: #573ECF; }
a { background-color: rgb(87,62,207); }
div.DivClassName
{
background-color: #573ECF;
}
.BgClassName
{
background-color: #573ECF;
}
</style>
border-color css
<style>
span { border-color: #573ECF; }
span { border-color: rgb(87,62,207); }
td.TdClassName
{
border-color: #573ECF;
}
.TagClassName
{
border-color: #573ECF;
}
</style>