Shades of Purple Heart #7726BB
Tints of Purple Heart #7726BB
RGB
CMYK
RGB Variations
Color information
#7726BB (or 0x7726BB) is known color: Purple Heart. HEX triplet: 77, 26 and BB. RGB value is (119,38,187). Sum of RGB (Red+Green+Blue) = 119+38+187=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #7726BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7726BB is #88D944. Grayscale: #4E4E4E. Windows color (decimal): -8968517 or 12265079. OLE color: 12265079.
HSL color Cylindrical-coordinate representation of color #7726BB: hue angle of 272.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7726BB is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 38 | 187 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.27 |
| HSL | 272.62º | 0.66% | 0.44% | - |
| HSV(B) | 272.62º | 0.8% | 0.73% | - |
| XYZ | 17.27 | 8.9 | 47.82 | - |
| YUV | 79.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 187 | 0.36 | 0.80 | 0 | 0.27 | 272.62 | 0.66 | 0.44 |
| Hex | 77 | 26 | BB | 24 | 50 | 0 | 1B | 111 | 42 | 2C |
| Octal | 167 | 46 | 273 | 44 | 120 | 0 | 33 | 421 | 102 | 54 |
| Binary | 1110111 | 100110 | 10111011 | 100100 | 1010000 | 0 | 11011 | 100010001 | 1000010 | 101100 |
Color Harmonies of #7726BB
Complementary color
Monochromatic Colors of #7726BB
Black with #7726BB
Text Example
Text Example
White with #7726BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726BB; }
p { color: rgb(119,38,187); }
H1.HeaderClassName
{
color: #7726BB;
}
.AnyTagClassName
{
color: #7726BB;
}
</style>
background-color css
<style>
a { background-color: #7726BB; }
a { background-color: rgb(119,38,187); }
div.DivClassName
{
background-color: #7726BB;
}
.BgClassName
{
background-color: #7726BB;
}
</style>
border-color css
<style>
span { border-color: #7726BB; }
span { border-color: rgb(119,38,187); }
td.TdClassName
{
border-color: #7726BB;
}
.TagClassName
{
border-color: #7726BB;
}
</style>