Shades of Purple Heart #5920D2
Tints of Purple Heart #5920D2
RGB
CMYK
RGB Variations
Color information
#5920D2 (or 0x5920D2) is known color: Purple Heart. HEX triplet: 59, 20 and D2. RGB value is (89,32,210). Sum of RGB (Red+Green+Blue) = 89+32+210=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 210 (82.42% from 255 or 63.44% from 331); Max value from RGB is 210 - color contains mainly: blue. Hex color #5920D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920D2 is #A6DF2D. Grayscale: #444444. Windows color (decimal): -10936110 or 13770841. OLE color: 13770841.
HSL color Cylindrical-coordinate representation of color #5920D2: hue angle of 259.21º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5920D2 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 32 | 210 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.18 |
| HSL | 259.21º | 0.74% | 0.47% | - |
| HSV(B) | 259.21º | 0.85% | 0.82% | - |
| XYZ | 16.27 | 7.81 | 61.62 | - |
| YUV | 69.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 210 | 0.58 | 0.85 | 0 | 0.18 | 259.21 | 0.74 | 0.47 |
| Hex | 59 | 20 | D2 | 3A | 55 | 0 | 12 | 103 | 4A | 2F |
| Octal | 131 | 40 | 322 | 72 | 125 | 0 | 22 | 403 | 112 | 57 |
| Binary | 1011001 | 100000 | 11010010 | 111010 | 1010101 | 0 | 10010 | 100000011 | 1001010 | 101111 |
Color Harmonies of #5920D2
Complementary color
Monochromatic Colors of #5920D2
Black with #5920D2
Text Example
Text Example
White with #5920D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5920D2; }
p { color: rgb(89,32,210); }
H1.HeaderClassName
{
color: #5920D2;
}
.AnyTagClassName
{
color: #5920D2;
}
</style>
background-color css
<style>
a { background-color: #5920D2; }
a { background-color: rgb(89,32,210); }
div.DivClassName
{
background-color: #5920D2;
}
.BgClassName
{
background-color: #5920D2;
}
</style>
border-color css
<style>
span { border-color: #5920D2; }
span { border-color: rgb(89,32,210); }
td.TdClassName
{
border-color: #5920D2;
}
.TagClassName
{
border-color: #5920D2;
}
</style>