Shades of Purple Heart #5812CE
Tints of Purple Heart #5812CE
RGB
CMYK
RGB Variations
Color information
#5812CE (or 0x5812CE) is known color: Purple Heart. HEX triplet: 58, 12 and CE. RGB value is (88,18,206). Sum of RGB (Red+Green+Blue) = 88+18+206=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 18 (7.42% from 255 or 5.77% 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 #5812CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5812CE is #A7ED31. Grayscale: #3B3B3B. Windows color (decimal): -11005234 or 13505112. OLE color: 13505112.
HSL color Cylindrical-coordinate representation of color #5812CE: hue angle of 262.34º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5812CE is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 18 | 206 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.19 |
| HSL | 262.34º | 0.84% | 0.44% | - |
| HSV(B) | 262.34º | 0.91% | 0.81% | - |
| XYZ | 15.38 | 6.96 | 58.93 | - |
| YUV | 60.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 206 | 0.57 | 0.91 | 0 | 0.19 | 262.34 | 0.84 | 0.44 |
| Hex | 58 | 12 | CE | 39 | 5B | 0 | 13 | 106 | 54 | 2C |
| Octal | 130 | 22 | 316 | 71 | 133 | 0 | 23 | 406 | 124 | 54 |
| Binary | 1011000 | 10010 | 11001110 | 111001 | 1011011 | 0 | 10011 | 100000110 | 1010100 | 101100 |
Color Harmonies of #5812CE
Complementary color
Monochromatic Colors of #5812CE
Black with #5812CE
Text Example
Text Example
White with #5812CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812CE; }
p { color: rgb(88,18,206); }
H1.HeaderClassName
{
color: #5812CE;
}
.AnyTagClassName
{
color: #5812CE;
}
</style>
background-color css
<style>
a { background-color: #5812CE; }
a { background-color: rgb(88,18,206); }
div.DivClassName
{
background-color: #5812CE;
}
.BgClassName
{
background-color: #5812CE;
}
</style>
border-color css
<style>
span { border-color: #5812CE; }
span { border-color: rgb(88,18,206); }
td.TdClassName
{
border-color: #5812CE;
}
.TagClassName
{
border-color: #5812CE;
}
</style>