Shades of Purple Heart #7429CC
Tints of Purple Heart #7429CC
RGB
CMYK
RGB Variations
Color information
#7429CC (or 0x7429CC) is known color: Purple Heart. HEX triplet: 74, 29 and CC. RGB value is (116,41,204). Sum of RGB (Red+Green+Blue) = 116+41+204=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #7429CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429CC is #8BD633. Grayscale: #515151. Windows color (decimal): -9164340 or 13379956. OLE color: 13379956.
HSL color Cylindrical-coordinate representation of color #7429CC: hue angle of 267.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7429CC is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 41 | 204 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.2 |
| HSL | 267.61º | 0.67% | 0.48% | - |
| HSV(B) | 267.61º | 0.8% | 0.8% | - |
| XYZ | 18.89 | 9.66 | 58 | - |
| YUV | 82.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 204 | 0.43 | 0.80 | 0 | 0.2 | 267.61 | 0.67 | 0.48 |
| Hex | 74 | 29 | CC | 2B | 50 | 0 | 14 | 10C | 43 | 30 |
| Octal | 164 | 51 | 314 | 53 | 120 | 0 | 24 | 414 | 103 | 60 |
| Binary | 1110100 | 101001 | 11001100 | 101011 | 1010000 | 0 | 10100 | 100001100 | 1000011 | 110000 |
Color Harmonies of #7429CC
Complementary color
Monochromatic Colors of #7429CC
Black with #7429CC
Text Example
Text Example
White with #7429CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429CC; }
p { color: rgb(116,41,204); }
H1.HeaderClassName
{
color: #7429CC;
}
.AnyTagClassName
{
color: #7429CC;
}
</style>
background-color css
<style>
a { background-color: #7429CC; }
a { background-color: rgb(116,41,204); }
div.DivClassName
{
background-color: #7429CC;
}
.BgClassName
{
background-color: #7429CC;
}
</style>
border-color css
<style>
span { border-color: #7429CC; }
span { border-color: rgb(116,41,204); }
td.TdClassName
{
border-color: #7429CC;
}
.TagClassName
{
border-color: #7429CC;
}
</style>