Shades of Purple Heart #7729CE
Tints of Purple Heart #7729CE
RGB
CMYK
RGB Variations
Color information
#7729CE (or 0x7729CE) is known color: Purple Heart. HEX triplet: 77, 29 and CE. RGB value is (119,41,206). Sum of RGB (Red+Green+Blue) = 119+41+206=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #7729CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7729CE is #88D631. Grayscale: #525252. Windows color (decimal): -8967730 or 13511031. OLE color: 13511031.
HSL color Cylindrical-coordinate representation of color #7729CE: hue angle of 268.36º 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 #7729CE is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 41 | 206 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.19 |
| HSL | 268.36º | 0.67% | 0.48% | - |
| HSV(B) | 268.36º | 0.8% | 0.81% | - |
| XYZ | 19.54 | 9.96 | 59.29 | - |
| YUV | 83.13 | 197.34 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 206 | 0.42 | 0.80 | 0 | 0.19 | 268.36 | 0.67 | 0.48 |
| Hex | 77 | 29 | CE | 2A | 50 | 0 | 13 | 10C | 43 | 30 |
| Octal | 167 | 51 | 316 | 52 | 120 | 0 | 23 | 414 | 103 | 60 |
| Binary | 1110111 | 101001 | 11001110 | 101010 | 1010000 | 0 | 10011 | 100001100 | 1000011 | 110000 |
Color Harmonies of #7729CE
Complementary color
Monochromatic Colors of #7729CE
Black with #7729CE
Text Example
Text Example
White with #7729CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729CE; }
p { color: rgb(119,41,206); }
H1.HeaderClassName
{
color: #7729CE;
}
.AnyTagClassName
{
color: #7729CE;
}
</style>
background-color css
<style>
a { background-color: #7729CE; }
a { background-color: rgb(119,41,206); }
div.DivClassName
{
background-color: #7729CE;
}
.BgClassName
{
background-color: #7729CE;
}
</style>
border-color css
<style>
span { border-color: #7729CE; }
span { border-color: rgb(119,41,206); }
td.TdClassName
{
border-color: #7729CE;
}
.TagClassName
{
border-color: #7729CE;
}
</style>