Shades of Purple Heart #573AD6
Tints of Purple Heart #573AD6
RGB
CMYK
RGB Variations
Color information
#573AD6 (or 0x573AD6) is known color: Purple Heart. HEX triplet: 57, 3A and D6. RGB value is (87,58,214). Sum of RGB (Red+Green+Blue) = 87+58+214=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #573AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AD6 is #A8C529. Grayscale: #535353. Windows color (decimal): -11060522 or 14039639. OLE color: 14039639.
HSL color Cylindrical-coordinate representation of color #573AD6: hue angle of 251.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573AD6 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 58 | 214 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.16 |
| HSL | 251.15º | 0.66% | 0.53% | - |
| HSV(B) | 251.15º | 0.73% | 0.84% | - |
| XYZ | 17.58 | 9.91 | 64.6 | - |
| YUV | 84.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 214 | 0.59 | 0.73 | 0 | 0.16 | 251.15 | 0.66 | 0.53 |
| Hex | 57 | 3A | D6 | 3B | 49 | 0 | 10 | FB | 42 | 35 |
| Octal | 127 | 72 | 326 | 73 | 111 | 0 | 20 | 373 | 102 | 65 |
| Binary | 1010111 | 111010 | 11010110 | 111011 | 1001001 | 0 | 10000 | 11111011 | 1000010 | 110101 |
Color Harmonies of #573AD6
Complementary color
Monochromatic Colors of #573AD6
Black with #573AD6
Text Example
Text Example
White with #573AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573AD6; }
p { color: rgb(87,58,214); }
H1.HeaderClassName
{
color: #573AD6;
}
.AnyTagClassName
{
color: #573AD6;
}
</style>
background-color css
<style>
a { background-color: #573AD6; }
a { background-color: rgb(87,58,214); }
div.DivClassName
{
background-color: #573AD6;
}
.BgClassName
{
background-color: #573AD6;
}
</style>
border-color css
<style>
span { border-color: #573AD6; }
span { border-color: rgb(87,58,214); }
td.TdClassName
{
border-color: #573AD6;
}
.TagClassName
{
border-color: #573AD6;
}
</style>