Shades of Purple Heart #7729BF
Tints of Purple Heart #7729BF
RGB
CMYK
RGB Variations
Color information
#7729BF (or 0x7729BF) is known color: Purple Heart. HEX triplet: 77, 29 and BF. RGB value is (119,41,191). Sum of RGB (Red+Green+Blue) = 119+41+191=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #7729BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7729BF is #88D640. Grayscale: #505050. Windows color (decimal): -8967745 or 12527991. OLE color: 12527991.
HSL color Cylindrical-coordinate representation of color #7729BF: hue angle of 271.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7729BF is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 41 | 191 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.25 |
| HSL | 271.2º | 0.65% | 0.45% | - |
| HSV(B) | 271.2º | 0.79% | 0.75% | - |
| XYZ | 17.8 | 9.27 | 50.14 | - |
| YUV | 81.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 191 | 0.38 | 0.79 | 0 | 0.25 | 271.2 | 0.65 | 0.45 |
| Hex | 77 | 29 | BF | 26 | 4F | 0 | 19 | 10F | 41 | 2D |
| Octal | 167 | 51 | 277 | 46 | 117 | 0 | 31 | 417 | 101 | 55 |
| Binary | 1110111 | 101001 | 10111111 | 100110 | 1001111 | 0 | 11001 | 100001111 | 1000001 | 101101 |
Color Harmonies of #7729BF
Complementary color
Monochromatic Colors of #7729BF
Black with #7729BF
Text Example
Text Example
White with #7729BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729BF; }
p { color: rgb(119,41,191); }
H1.HeaderClassName
{
color: #7729BF;
}
.AnyTagClassName
{
color: #7729BF;
}
</style>
background-color css
<style>
a { background-color: #7729BF; }
a { background-color: rgb(119,41,191); }
div.DivClassName
{
background-color: #7729BF;
}
.BgClassName
{
background-color: #7729BF;
}
</style>
border-color css
<style>
span { border-color: #7729BF; }
span { border-color: rgb(119,41,191); }
td.TdClassName
{
border-color: #7729BF;
}
.TagClassName
{
border-color: #7729BF;
}
</style>