Shades of Purple Heart #573AD9
Tints of Purple Heart #573AD9
RGB
CMYK
RGB Variations
Color information
#573AD9 (or 0x573AD9) is known color: Purple Heart. HEX triplet: 57, 3A and D9. RGB value is (87,58,217). Sum of RGB (Red+Green+Blue) = 87+58+217=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #573AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AD9 is #A8C526. Grayscale: #545454. Windows color (decimal): -11060519 or 14236247. OLE color: 14236247.
HSL color Cylindrical-coordinate representation of color #573AD9: hue angle of 250.94º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573AD9 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 58 | 217 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.15 |
| HSL | 250.94º | 0.68% | 0.54% | - |
| HSV(B) | 250.94º | 0.73% | 0.85% | - |
| XYZ | 17.97 | 10.06 | 66.64 | - |
| YUV | 84.8 | 202.61 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 217 | 0.60 | 0.73 | 0 | 0.15 | 250.94 | 0.68 | 0.54 |
| Hex | 57 | 3A | D9 | 3C | 49 | 0 | F | FB | 44 | 36 |
| Octal | 127 | 72 | 331 | 74 | 111 | 0 | 17 | 373 | 104 | 66 |
| Binary | 1010111 | 111010 | 11011001 | 111100 | 1001001 | 0 | 1111 | 11111011 | 1000100 | 110110 |
Color Harmonies of #573AD9
Complementary color
Monochromatic Colors of #573AD9
Black with #573AD9
Text Example
Text Example
White with #573AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573AD9; }
p { color: rgb(87,58,217); }
H1.HeaderClassName
{
color: #573AD9;
}
.AnyTagClassName
{
color: #573AD9;
}
</style>
background-color css
<style>
a { background-color: #573AD9; }
a { background-color: rgb(87,58,217); }
div.DivClassName
{
background-color: #573AD9;
}
.BgClassName
{
background-color: #573AD9;
}
</style>
border-color css
<style>
span { border-color: #573AD9; }
span { border-color: rgb(87,58,217); }
td.TdClassName
{
border-color: #573AD9;
}
.TagClassName
{
border-color: #573AD9;
}
</style>