Shades of Purple Heart #4E29B7
Tints of Purple Heart #4E29B7
RGB
CMYK
RGB Variations
Color information
#4E29B7 (or 0x4E29B7) is known color: Purple Heart. HEX triplet: 4E, 29 and B7. RGB value is (78,41,183). Sum of RGB (Red+Green+Blue) = 78+41+183=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 183 (71.88% from 255 or 60.60% from 302); Max value from RGB is 183 - color contains mainly: blue. Hex color #4E29B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E29B7 is #B1D648. Grayscale: #434343. Windows color (decimal): -11654729 or 12003662. OLE color: 12003662.
HSL color Cylindrical-coordinate representation of color #4E29B7: hue angle of 255.63º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E29B7 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 41 | 183 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.28 |
| HSL | 255.63º | 0.63% | 0.44% | - |
| HSV(B) | 255.63º | 0.78% | 0.72% | - |
| XYZ | 12.48 | 6.62 | 45.42 | - |
| YUV | 68.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 183 | 0.57 | 0.78 | 0 | 0.28 | 255.63 | 0.63 | 0.44 |
| Hex | 4E | 29 | B7 | 39 | 4E | 0 | 1C | 100 | 3F | 2C |
| Octal | 116 | 51 | 267 | 71 | 116 | 0 | 34 | 400 | 77 | 54 |
| Binary | 1001110 | 101001 | 10110111 | 111001 | 1001110 | 0 | 11100 | 100000000 | 111111 | 101100 |
Color Harmonies of #4E29B7
Complementary color
Monochromatic Colors of #4E29B7
Black with #4E29B7
Text Example
Text Example
White with #4E29B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E29B7; }
p { color: rgb(78,41,183); }
H1.HeaderClassName
{
color: #4E29B7;
}
.AnyTagClassName
{
color: #4E29B7;
}
</style>
background-color css
<style>
a { background-color: #4E29B7; }
a { background-color: rgb(78,41,183); }
div.DivClassName
{
background-color: #4E29B7;
}
.BgClassName
{
background-color: #4E29B7;
}
</style>
border-color css
<style>
span { border-color: #4E29B7; }
span { border-color: rgb(78,41,183); }
td.TdClassName
{
border-color: #4E29B7;
}
.TagClassName
{
border-color: #4E29B7;
}
</style>