Shades of Purple Heart #5811CE
Tints of Purple Heart #5811CE
RGB
CMYK
RGB Variations
Color information
#5811CE (or 0x5811CE) is known color: Purple Heart. HEX triplet: 58, 11 and CE. RGB value is (88,17,206). Sum of RGB (Red+Green+Blue) = 88+17+206=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #5811CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811CE is #A7EE31. Grayscale: #3B3B3B. Windows color (decimal): -11005490 or 13504856. OLE color: 13504856.
HSL color Cylindrical-coordinate representation of color #5811CE: hue angle of 262.54º 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 #5811CE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 17 | 206 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.19 |
| HSL | 262.54º | 0.85% | 0.44% | - |
| HSV(B) | 262.54º | 0.92% | 0.81% | - |
| XYZ | 15.37 | 6.93 | 58.92 | - |
| YUV | 59.78 | 210.52 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 206 | 0.57 | 0.92 | 0 | 0.19 | 262.54 | 0.85 | 0.44 |
| Hex | 58 | 11 | CE | 39 | 5C | 0 | 13 | 107 | 55 | 2C |
| Octal | 130 | 21 | 316 | 71 | 134 | 0 | 23 | 407 | 125 | 54 |
| Binary | 1011000 | 10001 | 11001110 | 111001 | 1011100 | 0 | 10011 | 100000111 | 1010101 | 101100 |
Color Harmonies of #5811CE
Complementary color
Monochromatic Colors of #5811CE
Black with #5811CE
Text Example
Text Example
White with #5811CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5811CE; }
p { color: rgb(88,17,206); }
H1.HeaderClassName
{
color: #5811CE;
}
.AnyTagClassName
{
color: #5811CE;
}
</style>
background-color css
<style>
a { background-color: #5811CE; }
a { background-color: rgb(88,17,206); }
div.DivClassName
{
background-color: #5811CE;
}
.BgClassName
{
background-color: #5811CE;
}
</style>
border-color css
<style>
span { border-color: #5811CE; }
span { border-color: rgb(88,17,206); }
td.TdClassName
{
border-color: #5811CE;
}
.TagClassName
{
border-color: #5811CE;
}
</style>