Shades of Purple Heart #4E2DBD
Tints of Purple Heart #4E2DBD
RGB
CMYK
RGB Variations
Color information
#4E2DBD (or 0x4E2DBD) is known color: Purple Heart. HEX triplet: 4E, 2D and BD. RGB value is (78,45,189). Sum of RGB (Red+Green+Blue) = 78+45+189=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E2DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2DBD is #B1D242. Grayscale: #464646. Windows color (decimal): -11653699 or 12397902. OLE color: 12397902.
HSL color Cylindrical-coordinate representation of color #4E2DBD: hue angle of 253.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E2DBD is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 45 | 189 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.26 |
| HSL | 253.75º | 0.62% | 0.46% | - |
| HSV(B) | 253.75º | 0.76% | 0.74% | - |
| XYZ | 13.27 | 7.17 | 48.83 | - |
| YUV | 71.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 189 | 0.59 | 0.76 | 0 | 0.26 | 253.75 | 0.62 | 0.46 |
| Hex | 4E | 2D | BD | 3B | 4C | 0 | 1A | FE | 3E | 2E |
| Octal | 116 | 55 | 275 | 73 | 114 | 0 | 32 | 376 | 76 | 56 |
| Binary | 1001110 | 101101 | 10111101 | 111011 | 1001100 | 0 | 11010 | 11111110 | 111110 | 101110 |
Color Harmonies of #4E2DBD
Complementary color
Monochromatic Colors of #4E2DBD
Black with #4E2DBD
Text Example
Text Example
White with #4E2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DBD; }
p { color: rgb(78,45,189); }
H1.HeaderClassName
{
color: #4E2DBD;
}
.AnyTagClassName
{
color: #4E2DBD;
}
</style>
background-color css
<style>
a { background-color: #4E2DBD; }
a { background-color: rgb(78,45,189); }
div.DivClassName
{
background-color: #4E2DBD;
}
.BgClassName
{
background-color: #4E2DBD;
}
</style>
border-color css
<style>
span { border-color: #4E2DBD; }
span { border-color: rgb(78,45,189); }
td.TdClassName
{
border-color: #4E2DBD;
}
.TagClassName
{
border-color: #4E2DBD;
}
</style>