Shades of Purple Heart #4F29CE
Tints of Purple Heart #4F29CE
RGB
CMYK
RGB Variations
Color information
#4F29CE (or 0x4F29CE) is known color: Purple Heart. HEX triplet: 4F, 29 and CE. RGB value is (79,41,206). Sum of RGB (Red+Green+Blue) = 79+41+206=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F29CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F29CE is #B0D631. Grayscale: #464646. Windows color (decimal): -11589170 or 13510991. OLE color: 13510991.
HSL color Cylindrical-coordinate representation of color #4F29CE: hue angle of 253.82º 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 #4F29CE is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 41 | 206 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.19 |
| HSL | 253.82º | 0.67% | 0.48% | - |
| HSV(B) | 253.82º | 0.8% | 0.81% | - |
| XYZ | 15.16 | 7.7 | 59.08 | - |
| YUV | 71.17 | 204.09 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 206 | 0.62 | 0.80 | 0 | 0.19 | 253.82 | 0.67 | 0.48 |
| Hex | 4F | 29 | CE | 3E | 50 | 0 | 13 | FE | 43 | 30 |
| Octal | 117 | 51 | 316 | 76 | 120 | 0 | 23 | 376 | 103 | 60 |
| Binary | 1001111 | 101001 | 11001110 | 111110 | 1010000 | 0 | 10011 | 11111110 | 1000011 | 110000 |
Color Harmonies of #4F29CE
Complementary color
Monochromatic Colors of #4F29CE
Black with #4F29CE
Text Example
Text Example
White with #4F29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29CE; }
p { color: rgb(79,41,206); }
H1.HeaderClassName
{
color: #4F29CE;
}
.AnyTagClassName
{
color: #4F29CE;
}
</style>
background-color css
<style>
a { background-color: #4F29CE; }
a { background-color: rgb(79,41,206); }
div.DivClassName
{
background-color: #4F29CE;
}
.BgClassName
{
background-color: #4F29CE;
}
</style>
border-color css
<style>
span { border-color: #4F29CE; }
span { border-color: rgb(79,41,206); }
td.TdClassName
{
border-color: #4F29CE;
}
.TagClassName
{
border-color: #4F29CE;
}
</style>