Shades of Purple Heart #7932BB
Tints of Purple Heart #7932BB
RGB
CMYK
RGB Variations
Color information
#7932BB (or 0x7932BB) is known color: Purple Heart. HEX triplet: 79, 32 and BB. RGB value is (121,50,187). Sum of RGB (Red+Green+Blue) = 121+50+187=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #7932BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7932BB is #86CD44. Grayscale: #565656. Windows color (decimal): -8834373 or 12268153. OLE color: 12268153.
HSL color Cylindrical-coordinate representation of color #7932BB: hue angle of 271.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7932BB is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 50 | 187 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.27 |
| HSL | 271.09º | 0.58% | 0.46% | - |
| HSV(B) | 271.09º | 0.73% | 0.73% | - |
| XYZ | 18 | 9.93 | 47.98 | - |
| YUV | 86.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 187 | 0.35 | 0.73 | 0 | 0.27 | 271.09 | 0.58 | 0.46 |
| Hex | 79 | 32 | BB | 23 | 49 | 0 | 1B | 10F | 3A | 2E |
| Octal | 171 | 62 | 273 | 43 | 111 | 0 | 33 | 417 | 72 | 56 |
| Binary | 1111001 | 110010 | 10111011 | 100011 | 1001001 | 0 | 11011 | 100001111 | 111010 | 101110 |
Color Harmonies of #7932BB
Complementary color
Monochromatic Colors of #7932BB
Black with #7932BB
Text Example
Text Example
White with #7932BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7932BB; }
p { color: rgb(121,50,187); }
H1.HeaderClassName
{
color: #7932BB;
}
.AnyTagClassName
{
color: #7932BB;
}
</style>
background-color css
<style>
a { background-color: #7932BB; }
a { background-color: rgb(121,50,187); }
div.DivClassName
{
background-color: #7932BB;
}
.BgClassName
{
background-color: #7932BB;
}
</style>
border-color css
<style>
span { border-color: #7932BB; }
span { border-color: rgb(121,50,187); }
td.TdClassName
{
border-color: #7932BB;
}
.TagClassName
{
border-color: #7932BB;
}
</style>