Shades of Purple Heart #4E2FBA
Tints of Purple Heart #4E2FBA
RGB
CMYK
RGB Variations
Color information
#4E2FBA (or 0x4E2FBA) is known color: Purple Heart. HEX triplet: 4E, 2F and BA. RGB value is (78,47,186). Sum of RGB (Red+Green+Blue) = 78+47+186=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FBA is #B1D045. Grayscale: #474747. Windows color (decimal): -11653190 or 12201806. OLE color: 12201806.
HSL color Cylindrical-coordinate representation of color #4E2FBA: hue angle of 253.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2FBA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 47 | 186 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.27 |
| HSL | 253.38º | 0.6% | 0.46% | - |
| HSV(B) | 253.38º | 0.75% | 0.73% | - |
| XYZ | 13.02 | 7.2 | 47.16 | - |
| YUV | 72.12 | 192.27 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 186 | 0.58 | 0.75 | 0 | 0.27 | 253.38 | 0.6 | 0.46 |
| Hex | 4E | 2F | BA | 3A | 4B | 0 | 1B | FD | 3C | 2E |
| Octal | 116 | 57 | 272 | 72 | 113 | 0 | 33 | 375 | 74 | 56 |
| Binary | 1001110 | 101111 | 10111010 | 111010 | 1001011 | 0 | 11011 | 11111101 | 111100 | 101110 |
Color Harmonies of #4E2FBA
Complementary color
Monochromatic Colors of #4E2FBA
Black with #4E2FBA
Text Example
Text Example
White with #4E2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2FBA; }
p { color: rgb(78,47,186); }
H1.HeaderClassName
{
color: #4E2FBA;
}
.AnyTagClassName
{
color: #4E2FBA;
}
</style>
background-color css
<style>
a { background-color: #4E2FBA; }
a { background-color: rgb(78,47,186); }
div.DivClassName
{
background-color: #4E2FBA;
}
.BgClassName
{
background-color: #4E2FBA;
}
</style>
border-color css
<style>
span { border-color: #4E2FBA; }
span { border-color: rgb(78,47,186); }
td.TdClassName
{
border-color: #4E2FBA;
}
.TagClassName
{
border-color: #4E2FBA;
}
</style>