Shades of Purple Heart #7932BA
Tints of Purple Heart #7932BA
RGB
CMYK
RGB Variations
Color information
#7932BA (or 0x7932BA) is known color: Purple Heart. HEX triplet: 79, 32 and BA. RGB value is (121,50,186). Sum of RGB (Red+Green+Blue) = 121+50+186=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #7932BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7932BA is #86CD45. Grayscale: #565656. Windows color (decimal): -8834374 or 12202617. OLE color: 12202617.
HSL color Cylindrical-coordinate representation of color #7932BA: hue angle of 271.32º 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 #7932BA is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 50 | 186 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.27 |
| HSL | 271.32º | 0.58% | 0.46% | - |
| HSV(B) | 271.32º | 0.73% | 0.73% | - |
| XYZ | 17.89 | 9.89 | 47.42 | - |
| YUV | 86.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 186 | 0.35 | 0.73 | 0 | 0.27 | 271.32 | 0.58 | 0.46 |
| Hex | 79 | 32 | BA | 23 | 49 | 0 | 1B | 10F | 3A | 2E |
| Octal | 171 | 62 | 272 | 43 | 111 | 0 | 33 | 417 | 72 | 56 |
| Binary | 1111001 | 110010 | 10111010 | 100011 | 1001001 | 0 | 11011 | 100001111 | 111010 | 101110 |
Color Harmonies of #7932BA
Complementary color
Monochromatic Colors of #7932BA
Black with #7932BA
Text Example
Text Example
White with #7932BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7932BA; }
p { color: rgb(121,50,186); }
H1.HeaderClassName
{
color: #7932BA;
}
.AnyTagClassName
{
color: #7932BA;
}
</style>
background-color css
<style>
a { background-color: #7932BA; }
a { background-color: rgb(121,50,186); }
div.DivClassName
{
background-color: #7932BA;
}
.BgClassName
{
background-color: #7932BA;
}
</style>
border-color css
<style>
span { border-color: #7932BA; }
span { border-color: rgb(121,50,186); }
td.TdClassName
{
border-color: #7932BA;
}
.TagClassName
{
border-color: #7932BA;
}
</style>