Shades of Purple Heart #7A32BB
Tints of Purple Heart #7A32BB
RGB
CMYK
RGB Variations
Color information
#7A32BB (or 0x7A32BB) is known color: Purple Heart. HEX triplet: 7A, 32 and BB. RGB value is (122,50,187). Sum of RGB (Red+Green+Blue) = 122+50+187=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A32BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32BB is #85CD44. Grayscale: #565656. Windows color (decimal): -8768837 or 12268154. OLE color: 12268154.
HSL color Cylindrical-coordinate representation of color #7A32BB: hue angle of 271.53º 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 #7A32BB is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 50 | 187 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.27 |
| HSL | 271.53º | 0.58% | 0.46% | - |
| HSV(B) | 271.53º | 0.73% | 0.73% | - |
| XYZ | 18.14 | 10.01 | 47.99 | - |
| YUV | 87.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 187 | 0.35 | 0.73 | 0 | 0.27 | 271.53 | 0.58 | 0.46 |
| Hex | 7A | 32 | BB | 23 | 49 | 0 | 1B | 110 | 3A | 2E |
| Octal | 172 | 62 | 273 | 43 | 111 | 0 | 33 | 420 | 72 | 56 |
| Binary | 1111010 | 110010 | 10111011 | 100011 | 1001001 | 0 | 11011 | 100010000 | 111010 | 101110 |
Color Harmonies of #7A32BB
Complementary color
Monochromatic Colors of #7A32BB
Black with #7A32BB
Text Example
Text Example
White with #7A32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32BB; }
p { color: rgb(122,50,187); }
H1.HeaderClassName
{
color: #7A32BB;
}
.AnyTagClassName
{
color: #7A32BB;
}
</style>
background-color css
<style>
a { background-color: #7A32BB; }
a { background-color: rgb(122,50,187); }
div.DivClassName
{
background-color: #7A32BB;
}
.BgClassName
{
background-color: #7A32BB;
}
</style>
border-color css
<style>
span { border-color: #7A32BB; }
span { border-color: rgb(122,50,187); }
td.TdClassName
{
border-color: #7A32BB;
}
.TagClassName
{
border-color: #7A32BB;
}
</style>