Shades of Purple Heart #5920CE
Tints of Purple Heart #5920CE
RGB
CMYK
RGB Variations
Color information
#5920CE (or 0x5920CE) is known color: Purple Heart. HEX triplet: 59, 20 and CE. RGB value is (89,32,206). Sum of RGB (Red+Green+Blue) = 89+32+206=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #5920CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920CE is #A6DF31. Grayscale: #444444. Windows color (decimal): -10936114 or 13508697. OLE color: 13508697.
HSL color Cylindrical-coordinate representation of color #5920CE: hue angle of 259.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5920CE is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 32 | 206 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.19 |
| HSL | 259.66º | 0.73% | 0.47% | - |
| HSV(B) | 259.66º | 0.84% | 0.81% | - |
| XYZ | 15.78 | 7.61 | 59.03 | - |
| YUV | 68.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 206 | 0.57 | 0.84 | 0 | 0.19 | 259.66 | 0.73 | 0.47 |
| Hex | 59 | 20 | CE | 39 | 54 | 0 | 13 | 104 | 49 | 2F |
| Octal | 131 | 40 | 316 | 71 | 124 | 0 | 23 | 404 | 111 | 57 |
| Binary | 1011001 | 100000 | 11001110 | 111001 | 1010100 | 0 | 10011 | 100000100 | 1001001 | 101111 |
Color Harmonies of #5920CE
Complementary color
Monochromatic Colors of #5920CE
Black with #5920CE
Text Example
Text Example
White with #5920CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5920CE; }
p { color: rgb(89,32,206); }
H1.HeaderClassName
{
color: #5920CE;
}
.AnyTagClassName
{
color: #5920CE;
}
</style>
background-color css
<style>
a { background-color: #5920CE; }
a { background-color: rgb(89,32,206); }
div.DivClassName
{
background-color: #5920CE;
}
.BgClassName
{
background-color: #5920CE;
}
</style>
border-color css
<style>
span { border-color: #5920CE; }
span { border-color: rgb(89,32,206); }
td.TdClassName
{
border-color: #5920CE;
}
.TagClassName
{
border-color: #5920CE;
}
</style>