Shades of Purple Heart #5814BA
Tints of Purple Heart #5814BA
RGB
CMYK
RGB Variations
Color information
#5814BA (or 0x5814BA) is known color: Purple Heart. HEX triplet: 58, 14 and BA. RGB value is (88,20,186). Sum of RGB (Red+Green+Blue) = 88+20+186=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #5814BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5814BA is #A7EB45. Grayscale: #3A3A3A. Windows color (decimal): -11004742 or 12194904. OLE color: 12194904.
HSL color Cylindrical-coordinate representation of color #5814BA: hue angle of 264.58º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5814BA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 20 | 186 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.27 |
| HSL | 264.58º | 0.81% | 0.4% | - |
| HSV(B) | 264.58º | 0.89% | 0.73% | - |
| XYZ | 13.14 | 6.12 | 46.94 | - |
| YUV | 59.26 | 199.53 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 186 | 0.53 | 0.89 | 0 | 0.27 | 264.58 | 0.81 | 0.4 |
| Hex | 58 | 14 | BA | 35 | 59 | 0 | 1B | 109 | 51 | 28 |
| Octal | 130 | 24 | 272 | 65 | 131 | 0 | 33 | 411 | 121 | 50 |
| Binary | 1011000 | 10100 | 10111010 | 110101 | 1011001 | 0 | 11011 | 100001001 | 1010001 | 101000 |
Color Harmonies of #5814BA
Complementary color
Monochromatic Colors of #5814BA
Black with #5814BA
Text Example
Text Example
White with #5814BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5814BA; }
p { color: rgb(88,20,186); }
H1.HeaderClassName
{
color: #5814BA;
}
.AnyTagClassName
{
color: #5814BA;
}
</style>
background-color css
<style>
a { background-color: #5814BA; }
a { background-color: rgb(88,20,186); }
div.DivClassName
{
background-color: #5814BA;
}
.BgClassName
{
background-color: #5814BA;
}
</style>
border-color css
<style>
span { border-color: #5814BA; }
span { border-color: rgb(88,20,186); }
td.TdClassName
{
border-color: #5814BA;
}
.TagClassName
{
border-color: #5814BA;
}
</style>