Shades of Purple Heart #573BDA
Tints of Purple Heart #573BDA
RGB
CMYK
RGB Variations
Color information
#573BDA (or 0x573BDA) is known color: Purple Heart. HEX triplet: 57, 3B and DA. RGB value is (87,59,218). Sum of RGB (Red+Green+Blue) = 87+59+218=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #573BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BDA is #A8C425. Grayscale: #545454. Windows color (decimal): -11060262 or 14302039. OLE color: 14302039.
HSL color Cylindrical-coordinate representation of color #573BDA: hue angle of 250.57º 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 #573BDA is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 59 | 218 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.15 |
| HSL | 250.57º | 0.68% | 0.54% | - |
| HSV(B) | 250.57º | 0.73% | 0.85% | - |
| XYZ | 18.15 | 10.22 | 67.35 | - |
| YUV | 85.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 218 | 0.60 | 0.73 | 0 | 0.15 | 250.57 | 0.68 | 0.54 |
| Hex | 57 | 3B | DA | 3C | 49 | 0 | F | FB | 44 | 36 |
| Octal | 127 | 73 | 332 | 74 | 111 | 0 | 17 | 373 | 104 | 66 |
| Binary | 1010111 | 111011 | 11011010 | 111100 | 1001001 | 0 | 1111 | 11111011 | 1000100 | 110110 |
Color Harmonies of #573BDA
Complementary color
Monochromatic Colors of #573BDA
Black with #573BDA
Text Example
Text Example
White with #573BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BDA; }
p { color: rgb(87,59,218); }
H1.HeaderClassName
{
color: #573BDA;
}
.AnyTagClassName
{
color: #573BDA;
}
</style>
background-color css
<style>
a { background-color: #573BDA; }
a { background-color: rgb(87,59,218); }
div.DivClassName
{
background-color: #573BDA;
}
.BgClassName
{
background-color: #573BDA;
}
</style>
border-color css
<style>
span { border-color: #573BDA; }
span { border-color: rgb(87,59,218); }
td.TdClassName
{
border-color: #573BDA;
}
.TagClassName
{
border-color: #573BDA;
}
</style>