Shades of Purple Heart #7A32BC
Tints of Purple Heart #7A32BC
RGB
CMYK
RGB Variations
Color information
#7A32BC (or 0x7A32BC) is known color: Purple Heart. HEX triplet: 7A, 32 and BC. RGB value is (122,50,188). Sum of RGB (Red+Green+Blue) = 122+50+188=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A32BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32BC is #85CD43. Grayscale: #565656. Windows color (decimal): -8768836 or 12333690. OLE color: 12333690.
HSL color Cylindrical-coordinate representation of color #7A32BC: hue angle of 271.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A32BC is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 50 | 188 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.26 |
| HSL | 271.3º | 0.58% | 0.47% | - |
| HSV(B) | 271.3º | 0.73% | 0.74% | - |
| XYZ | 18.24 | 10.05 | 48.56 | - |
| YUV | 87.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 188 | 0.35 | 0.73 | 0 | 0.26 | 271.3 | 0.58 | 0.47 |
| Hex | 7A | 32 | BC | 23 | 49 | 0 | 1A | 10F | 3A | 2F |
| Octal | 172 | 62 | 274 | 43 | 111 | 0 | 32 | 417 | 72 | 57 |
| Binary | 1111010 | 110010 | 10111100 | 100011 | 1001001 | 0 | 11010 | 100001111 | 111010 | 101111 |
Color Harmonies of #7A32BC
Complementary color
Monochromatic Colors of #7A32BC
Black with #7A32BC
Text Example
Text Example
White with #7A32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32BC; }
p { color: rgb(122,50,188); }
H1.HeaderClassName
{
color: #7A32BC;
}
.AnyTagClassName
{
color: #7A32BC;
}
</style>
background-color css
<style>
a { background-color: #7A32BC; }
a { background-color: rgb(122,50,188); }
div.DivClassName
{
background-color: #7A32BC;
}
.BgClassName
{
background-color: #7A32BC;
}
</style>
border-color css
<style>
span { border-color: #7A32BC; }
span { border-color: rgb(122,50,188); }
td.TdClassName
{
border-color: #7A32BC;
}
.TagClassName
{
border-color: #7A32BC;
}
</style>