Shades of Purple Heart #7A32BA
Tints of Purple Heart #7A32BA
RGB
CMYK
RGB Variations
Color information
#7A32BA (or 0x7A32BA) is known color: Purple Heart. HEX triplet: 7A, 32 and BA. RGB value is (122,50,186). Sum of RGB (Red+Green+Blue) = 122+50+186=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A32BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32BA is #85CD45. Grayscale: #565656. Windows color (decimal): -8768838 or 12202618. OLE color: 12202618.
HSL color Cylindrical-coordinate representation of color #7A32BA: hue angle of 271.76º 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 #7A32BA is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 50 | 186 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.27 |
| HSL | 271.76º | 0.58% | 0.46% | - |
| HSV(B) | 271.76º | 0.73% | 0.73% | - |
| XYZ | 18.03 | 9.96 | 47.43 | - |
| YUV | 87.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 186 | 0.34 | 0.73 | 0 | 0.27 | 271.76 | 0.58 | 0.46 |
| Hex | 7A | 32 | BA | 22 | 49 | 0 | 1B | 110 | 3A | 2E |
| Octal | 172 | 62 | 272 | 42 | 111 | 0 | 33 | 420 | 72 | 56 |
| Binary | 1111010 | 110010 | 10111010 | 100010 | 1001001 | 0 | 11011 | 100010000 | 111010 | 101110 |
Color Harmonies of #7A32BA
Complementary color
Monochromatic Colors of #7A32BA
Black with #7A32BA
Text Example
Text Example
White with #7A32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32BA; }
p { color: rgb(122,50,186); }
H1.HeaderClassName
{
color: #7A32BA;
}
.AnyTagClassName
{
color: #7A32BA;
}
</style>
background-color css
<style>
a { background-color: #7A32BA; }
a { background-color: rgb(122,50,186); }
div.DivClassName
{
background-color: #7A32BA;
}
.BgClassName
{
background-color: #7A32BA;
}
</style>
border-color css
<style>
span { border-color: #7A32BA; }
span { border-color: rgb(122,50,186); }
td.TdClassName
{
border-color: #7A32BA;
}
.TagClassName
{
border-color: #7A32BA;
}
</style>