Shades of Purple Heart #7729CF
Tints of Purple Heart #7729CF
RGB
CMYK
RGB Variations
Color information
#7729CF (or 0x7729CF) is known color: Purple Heart. HEX triplet: 77, 29 and CF. RGB value is (119,41,207). Sum of RGB (Red+Green+Blue) = 119+41+207=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #7729CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7729CF is #88D630. Grayscale: #525252. Windows color (decimal): -8967729 or 13576567. OLE color: 13576567.
HSL color Cylindrical-coordinate representation of color #7729CF: hue angle of 268.19º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7729CF is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 41 | 207 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.19 |
| HSL | 268.19º | 0.67% | 0.49% | - |
| HSV(B) | 268.19º | 0.8% | 0.81% | - |
| XYZ | 19.66 | 10.01 | 59.93 | - |
| YUV | 83.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 207 | 0.43 | 0.80 | 0 | 0.19 | 268.19 | 0.67 | 0.49 |
| Hex | 77 | 29 | CF | 2B | 50 | 0 | 13 | 10C | 43 | 31 |
| Octal | 167 | 51 | 317 | 53 | 120 | 0 | 23 | 414 | 103 | 61 |
| Binary | 1110111 | 101001 | 11001111 | 101011 | 1010000 | 0 | 10011 | 100001100 | 1000011 | 110001 |
Color Harmonies of #7729CF
Complementary color
Monochromatic Colors of #7729CF
Black with #7729CF
Text Example
Text Example
White with #7729CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729CF; }
p { color: rgb(119,41,207); }
H1.HeaderClassName
{
color: #7729CF;
}
.AnyTagClassName
{
color: #7729CF;
}
</style>
background-color css
<style>
a { background-color: #7729CF; }
a { background-color: rgb(119,41,207); }
div.DivClassName
{
background-color: #7729CF;
}
.BgClassName
{
background-color: #7729CF;
}
</style>
border-color css
<style>
span { border-color: #7729CF; }
span { border-color: rgb(119,41,207); }
td.TdClassName
{
border-color: #7729CF;
}
.TagClassName
{
border-color: #7729CF;
}
</style>