Shades of Purple Heart #4D29CE
Tints of Purple Heart #4D29CE
RGB
CMYK
RGB Variations
Color information
#4D29CE (or 0x4D29CE) is known color: Purple Heart. HEX triplet: 4D, 29 and CE. RGB value is (77,41,206). Sum of RGB (Red+Green+Blue) = 77+41+206=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D29CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D29CE is #B2D631. Grayscale: #454545. Windows color (decimal): -11720242 or 13510989. OLE color: 13510989.
HSL color Cylindrical-coordinate representation of color #4D29CE: hue angle of 253.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D29CE is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 41 | 206 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.19 |
| HSL | 253.09º | 0.67% | 0.48% | - |
| HSV(B) | 253.09º | 0.8% | 0.81% | - |
| XYZ | 14.99 | 7.62 | 59.07 | - |
| YUV | 70.57 | 204.43 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 206 | 0.63 | 0.80 | 0 | 0.19 | 253.09 | 0.67 | 0.48 |
| Hex | 4D | 29 | CE | 3F | 50 | 0 | 13 | FD | 43 | 30 |
| Octal | 115 | 51 | 316 | 77 | 120 | 0 | 23 | 375 | 103 | 60 |
| Binary | 1001101 | 101001 | 11001110 | 111111 | 1010000 | 0 | 10011 | 11111101 | 1000011 | 110000 |
Color Harmonies of #4D29CE
Complementary color
Monochromatic Colors of #4D29CE
Black with #4D29CE
Text Example
Text Example
White with #4D29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D29CE; }
p { color: rgb(77,41,206); }
H1.HeaderClassName
{
color: #4D29CE;
}
.AnyTagClassName
{
color: #4D29CE;
}
</style>
background-color css
<style>
a { background-color: #4D29CE; }
a { background-color: rgb(77,41,206); }
div.DivClassName
{
background-color: #4D29CE;
}
.BgClassName
{
background-color: #4D29CE;
}
</style>
border-color css
<style>
span { border-color: #4D29CE; }
span { border-color: rgb(77,41,206); }
td.TdClassName
{
border-color: #4D29CE;
}
.TagClassName
{
border-color: #4D29CE;
}
</style>