Shades of Purple Heart #4429CE
Tints of Purple Heart #4429CE
RGB
CMYK
RGB Variations
Color information
#4429CE (or 0x4429CE) is known color: Purple Heart. HEX triplet: 44, 29 and CE. RGB value is (68,41,206). Sum of RGB (Red+Green+Blue) = 68+41+206=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #4429CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4429CE is #BBD631. Grayscale: #434343. Windows color (decimal): -12310066 or 13510980. OLE color: 13510980.
HSL color Cylindrical-coordinate representation of color #4429CE: hue angle of 249.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 #4429CE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 41 | 206 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.19 |
| HSL | 249.82º | 0.67% | 0.48% | - |
| HSV(B) | 249.82º | 0.8% | 0.81% | - |
| XYZ | 14.32 | 7.27 | 59.04 | - |
| YUV | 67.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 206 | 0.67 | 0.80 | 0 | 0.19 | 249.82 | 0.67 | 0.48 |
| Hex | 44 | 29 | CE | 43 | 50 | 0 | 13 | FA | 43 | 30 |
| Octal | 104 | 51 | 316 | 103 | 120 | 0 | 23 | 372 | 103 | 60 |
| Binary | 1000100 | 101001 | 11001110 | 1000011 | 1010000 | 0 | 10011 | 11111010 | 1000011 | 110000 |
Color Harmonies of #4429CE
Complementary color
Monochromatic Colors of #4429CE
Black with #4429CE
Text Example
Text Example
White with #4429CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4429CE; }
p { color: rgb(68,41,206); }
H1.HeaderClassName
{
color: #4429CE;
}
.AnyTagClassName
{
color: #4429CE;
}
</style>
background-color css
<style>
a { background-color: #4429CE; }
a { background-color: rgb(68,41,206); }
div.DivClassName
{
background-color: #4429CE;
}
.BgClassName
{
background-color: #4429CE;
}
</style>
border-color css
<style>
span { border-color: #4429CE; }
span { border-color: rgb(68,41,206); }
td.TdClassName
{
border-color: #4429CE;
}
.TagClassName
{
border-color: #4429CE;
}
</style>