Shades of Purple Heart #5911CE
Tints of Purple Heart #5911CE
RGB
CMYK
RGB Variations
Color information
#5911CE (or 0x5911CE) is known color: Purple Heart. HEX triplet: 59, 11 and CE. RGB value is (89,17,206). Sum of RGB (Red+Green+Blue) = 89+17+206=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #5911CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5911CE is #A6EE31. Grayscale: #3B3B3B. Windows color (decimal): -10939954 or 13504857. OLE color: 13504857.
HSL color Cylindrical-coordinate representation of color #5911CE: hue angle of 262.86º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5911CE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 17 | 206 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.19 |
| HSL | 262.86º | 0.85% | 0.44% | - |
| HSV(B) | 262.86º | 0.92% | 0.81% | - |
| XYZ | 15.46 | 6.98 | 58.93 | - |
| YUV | 60.07 | 210.35 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 206 | 0.57 | 0.92 | 0 | 0.19 | 262.86 | 0.85 | 0.44 |
| Hex | 59 | 11 | CE | 39 | 5C | 0 | 13 | 107 | 55 | 2C |
| Octal | 131 | 21 | 316 | 71 | 134 | 0 | 23 | 407 | 125 | 54 |
| Binary | 1011001 | 10001 | 11001110 | 111001 | 1011100 | 0 | 10011 | 100000111 | 1010101 | 101100 |
Color Harmonies of #5911CE
Complementary color
Monochromatic Colors of #5911CE
Black with #5911CE
Text Example
Text Example
White with #5911CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911CE; }
p { color: rgb(89,17,206); }
H1.HeaderClassName
{
color: #5911CE;
}
.AnyTagClassName
{
color: #5911CE;
}
</style>
background-color css
<style>
a { background-color: #5911CE; }
a { background-color: rgb(89,17,206); }
div.DivClassName
{
background-color: #5911CE;
}
.BgClassName
{
background-color: #5911CE;
}
</style>
border-color css
<style>
span { border-color: #5911CE; }
span { border-color: rgb(89,17,206); }
td.TdClassName
{
border-color: #5911CE;
}
.TagClassName
{
border-color: #5911CE;
}
</style>