Shades of Purple Heart #4E30BA
Tints of Purple Heart #4E30BA
RGB
CMYK
RGB Variations
Color information
#4E30BA (or 0x4E30BA) is known color: Purple Heart. HEX triplet: 4E, 30 and BA. RGB value is (78,48,186). Sum of RGB (Red+Green+Blue) = 78+48+186=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E30BA is #B1CF45. Grayscale: #484848. Windows color (decimal): -11652934 or 12202062. OLE color: 12202062.
HSL color Cylindrical-coordinate representation of color #4E30BA: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E30BA is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 48 | 186 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.27 |
| HSL | 253.04º | 0.59% | 0.46% | - |
| HSV(B) | 253.04º | 0.74% | 0.73% | - |
| XYZ | 13.06 | 7.28 | 47.17 | - |
| YUV | 72.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 186 | 0.58 | 0.74 | 0 | 0.27 | 253.04 | 0.59 | 0.46 |
| Hex | 4E | 30 | BA | 3A | 4A | 0 | 1B | FD | 3B | 2E |
| Octal | 116 | 60 | 272 | 72 | 112 | 0 | 33 | 375 | 73 | 56 |
| Binary | 1001110 | 110000 | 10111010 | 111010 | 1001010 | 0 | 11011 | 11111101 | 111011 | 101110 |
Color Harmonies of #4E30BA
Complementary color
Monochromatic Colors of #4E30BA
Black with #4E30BA
Text Example
Text Example
White with #4E30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E30BA; }
p { color: rgb(78,48,186); }
H1.HeaderClassName
{
color: #4E30BA;
}
.AnyTagClassName
{
color: #4E30BA;
}
</style>
background-color css
<style>
a { background-color: #4E30BA; }
a { background-color: rgb(78,48,186); }
div.DivClassName
{
background-color: #4E30BA;
}
.BgClassName
{
background-color: #4E30BA;
}
</style>
border-color css
<style>
span { border-color: #4E30BA; }
span { border-color: rgb(78,48,186); }
td.TdClassName
{
border-color: #4E30BA;
}
.TagClassName
{
border-color: #4E30BA;
}
</style>