Shades of Purple Heart #7429CE
Tints of Purple Heart #7429CE
RGB
CMYK
RGB Variations
Color information
#7429CE (or 0x7429CE) is known color: Purple Heart. HEX triplet: 74, 29 and CE. RGB value is (116,41,206). Sum of RGB (Red+Green+Blue) = 116+41+206=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #7429CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429CE is #8BD631. Grayscale: #515151. Windows color (decimal): -9164338 or 13511028. OLE color: 13511028.
HSL color Cylindrical-coordinate representation of color #7429CE: hue angle of 267.27º 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 #7429CE is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 41 | 206 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.19 |
| HSL | 267.27º | 0.67% | 0.48% | - |
| HSV(B) | 267.27º | 0.8% | 0.81% | - |
| XYZ | 19.14 | 9.76 | 59.27 | - |
| YUV | 82.24 | 197.85 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 206 | 0.44 | 0.80 | 0 | 0.19 | 267.27 | 0.67 | 0.48 |
| Hex | 74 | 29 | CE | 2C | 50 | 0 | 13 | 10B | 43 | 30 |
| Octal | 164 | 51 | 316 | 54 | 120 | 0 | 23 | 413 | 103 | 60 |
| Binary | 1110100 | 101001 | 11001110 | 101100 | 1010000 | 0 | 10011 | 100001011 | 1000011 | 110000 |
Color Harmonies of #7429CE
Complementary color
Monochromatic Colors of #7429CE
Black with #7429CE
Text Example
Text Example
White with #7429CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429CE; }
p { color: rgb(116,41,206); }
H1.HeaderClassName
{
color: #7429CE;
}
.AnyTagClassName
{
color: #7429CE;
}
</style>
background-color css
<style>
a { background-color: #7429CE; }
a { background-color: rgb(116,41,206); }
div.DivClassName
{
background-color: #7429CE;
}
.BgClassName
{
background-color: #7429CE;
}
</style>
border-color css
<style>
span { border-color: #7429CE; }
span { border-color: rgb(116,41,206); }
td.TdClassName
{
border-color: #7429CE;
}
.TagClassName
{
border-color: #7429CE;
}
</style>