Shades of Purple Heart #5E12BD
Tints of Purple Heart #5E12BD
RGB
CMYK
RGB Variations
Color information
#5E12BD (or 0x5E12BD) is known color: Purple Heart. HEX triplet: 5E, 12 and BD. RGB value is (94,18,189). Sum of RGB (Red+Green+Blue) = 94+18+189=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E12BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E12BD is #A1ED42. Grayscale: #3B3B3B. Windows color (decimal): -10612035 or 12391006. OLE color: 12391006.
HSL color Cylindrical-coordinate representation of color #5E12BD: hue angle of 266.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E12BD is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 18 | 189 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.26 |
| HSL | 266.67º | 0.83% | 0.41% | - |
| HSV(B) | 266.67º | 0.9% | 0.74% | - |
| XYZ | 14.02 | 6.49 | 48.66 | - |
| YUV | 60.22 | 200.68 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 189 | 0.50 | 0.90 | 0 | 0.26 | 266.67 | 0.83 | 0.41 |
| Hex | 5E | 12 | BD | 32 | 5A | 0 | 1A | 10B | 53 | 29 |
| Octal | 136 | 22 | 275 | 62 | 132 | 0 | 32 | 413 | 123 | 51 |
| Binary | 1011110 | 10010 | 10111101 | 110010 | 1011010 | 0 | 11010 | 100001011 | 1010011 | 101001 |
Color Harmonies of #5E12BD
Complementary color
Monochromatic Colors of #5E12BD
Black with #5E12BD
Text Example
Text Example
White with #5E12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E12BD; }
p { color: rgb(94,18,189); }
H1.HeaderClassName
{
color: #5E12BD;
}
.AnyTagClassName
{
color: #5E12BD;
}
</style>
background-color css
<style>
a { background-color: #5E12BD; }
a { background-color: rgb(94,18,189); }
div.DivClassName
{
background-color: #5E12BD;
}
.BgClassName
{
background-color: #5E12BD;
}
</style>
border-color css
<style>
span { border-color: #5E12BD; }
span { border-color: rgb(94,18,189); }
td.TdClassName
{
border-color: #5E12BD;
}
.TagClassName
{
border-color: #5E12BD;
}
</style>