Shades of Purple Heart #5812BA
Tints of Purple Heart #5812BA
RGB
CMYK
RGB Variations
Color information
#5812BA (or 0x5812BA) is known color: Purple Heart. HEX triplet: 58, 12 and BA. RGB value is (88,18,186). Sum of RGB (Red+Green+Blue) = 88+18+186=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #5812BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5812BA is #A7ED45. Grayscale: #393939. Windows color (decimal): -11005254 or 12194392. OLE color: 12194392.
HSL color Cylindrical-coordinate representation of color #5812BA: hue angle of 265º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5812BA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 18 | 186 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.27 |
| HSL | 265º | 0.82% | 0.4% | - |
| HSV(B) | 265º | 0.9% | 0.73% | - |
| XYZ | 13.1 | 6.05 | 46.93 | - |
| YUV | 58.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 186 | 0.53 | 0.90 | 0 | 0.27 | 265 | 0.82 | 0.4 |
| Hex | 58 | 12 | BA | 35 | 5A | 0 | 1B | 109 | 52 | 28 |
| Octal | 130 | 22 | 272 | 65 | 132 | 0 | 33 | 411 | 122 | 50 |
| Binary | 1011000 | 10010 | 10111010 | 110101 | 1011010 | 0 | 11011 | 100001001 | 1010010 | 101000 |
Color Harmonies of #5812BA
Complementary color
Monochromatic Colors of #5812BA
Black with #5812BA
Text Example
Text Example
White with #5812BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812BA; }
p { color: rgb(88,18,186); }
H1.HeaderClassName
{
color: #5812BA;
}
.AnyTagClassName
{
color: #5812BA;
}
</style>
background-color css
<style>
a { background-color: #5812BA; }
a { background-color: rgb(88,18,186); }
div.DivClassName
{
background-color: #5812BA;
}
.BgClassName
{
background-color: #5812BA;
}
</style>
border-color css
<style>
span { border-color: #5812BA; }
span { border-color: rgb(88,18,186); }
td.TdClassName
{
border-color: #5812BA;
}
.TagClassName
{
border-color: #5812BA;
}
</style>