Shades of Purple Heart #4E2BBD
Tints of Purple Heart #4E2BBD
RGB
CMYK
RGB Variations
Color information
#4E2BBD (or 0x4E2BBD) is known color: Purple Heart. HEX triplet: 4E, 2B and BD. RGB value is (78,43,189). Sum of RGB (Red+Green+Blue) = 78+43+189=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BBD is #B1D442. Grayscale: #454545. Windows color (decimal): -11654211 or 12397390. OLE color: 12397390.
HSL color Cylindrical-coordinate representation of color #4E2BBD: hue angle of 254.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2BBD is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 43 | 189 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.26 |
| HSL | 254.38º | 0.63% | 0.45% | - |
| HSV(B) | 254.38º | 0.77% | 0.74% | - |
| XYZ | 13.19 | 7.02 | 48.8 | - |
| YUV | 70.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 189 | 0.59 | 0.77 | 0 | 0.26 | 254.38 | 0.63 | 0.45 |
| Hex | 4E | 2B | BD | 3B | 4D | 0 | 1A | FE | 3F | 2D |
| Octal | 116 | 53 | 275 | 73 | 115 | 0 | 32 | 376 | 77 | 55 |
| Binary | 1001110 | 101011 | 10111101 | 111011 | 1001101 | 0 | 11010 | 11111110 | 111111 | 101101 |
Color Harmonies of #4E2BBD
Complementary color
Monochromatic Colors of #4E2BBD
Black with #4E2BBD
Text Example
Text Example
White with #4E2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BBD; }
p { color: rgb(78,43,189); }
H1.HeaderClassName
{
color: #4E2BBD;
}
.AnyTagClassName
{
color: #4E2BBD;
}
</style>
background-color css
<style>
a { background-color: #4E2BBD; }
a { background-color: rgb(78,43,189); }
div.DivClassName
{
background-color: #4E2BBD;
}
.BgClassName
{
background-color: #4E2BBD;
}
</style>
border-color css
<style>
span { border-color: #4E2BBD; }
span { border-color: rgb(78,43,189); }
td.TdClassName
{
border-color: #4E2BBD;
}
.TagClassName
{
border-color: #4E2BBD;
}
</style>