Shades of Purple Heart #5720DA
Tints of Purple Heart #5720DA
RGB
CMYK
RGB Variations
Color information
#5720DA (or 0x5720DA) is known color: Purple Heart. HEX triplet: 57, 20 and DA. RGB value is (87,32,218). Sum of RGB (Red+Green+Blue) = 87+32+218=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #5720DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720DA is #A8DF25. Grayscale: #444444. Windows color (decimal): -11067174 or 14295127. OLE color: 14295127.
HSL color Cylindrical-coordinate representation of color #5720DA: hue angle of 257.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5720DA is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 32 | 218 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.15 |
| HSL | 257.74º | 0.74% | 0.49% | - |
| HSV(B) | 257.74º | 0.85% | 0.85% | - |
| XYZ | 17.1 | 8.12 | 67 | - |
| YUV | 69.65 | 211.72 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 218 | 0.60 | 0.85 | 0 | 0.15 | 257.74 | 0.74 | 0.49 |
| Hex | 57 | 20 | DA | 3C | 55 | 0 | F | 102 | 4A | 31 |
| Octal | 127 | 40 | 332 | 74 | 125 | 0 | 17 | 402 | 112 | 61 |
| Binary | 1010111 | 100000 | 11011010 | 111100 | 1010101 | 0 | 1111 | 100000010 | 1001010 | 110001 |
Color Harmonies of #5720DA
Complementary color
Monochromatic Colors of #5720DA
Black with #5720DA
Text Example
Text Example
White with #5720DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5720DA; }
p { color: rgb(87,32,218); }
H1.HeaderClassName
{
color: #5720DA;
}
.AnyTagClassName
{
color: #5720DA;
}
</style>
background-color css
<style>
a { background-color: #5720DA; }
a { background-color: rgb(87,32,218); }
div.DivClassName
{
background-color: #5720DA;
}
.BgClassName
{
background-color: #5720DA;
}
</style>
border-color css
<style>
span { border-color: #5720DA; }
span { border-color: rgb(87,32,218); }
td.TdClassName
{
border-color: #5720DA;
}
.TagClassName
{
border-color: #5720DA;
}
</style>