Shades of Purple Heart #7A32BE
Tints of Purple Heart #7A32BE
RGB
CMYK
RGB Variations
Color information
#7A32BE (or 0x7A32BE) is known color: Purple Heart. HEX triplet: 7A, 32 and BE. RGB value is (122,50,190). Sum of RGB (Red+Green+Blue) = 122+50+190=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A32BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32BE is #85CD41. Grayscale: #575757. Windows color (decimal): -8768834 or 12464762. OLE color: 12464762.
HSL color Cylindrical-coordinate representation of color #7A32BE: hue angle of 270.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A32BE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 50 | 190 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.25 |
| HSL | 270.86º | 0.58% | 0.47% | - |
| HSV(B) | 270.86º | 0.74% | 0.75% | - |
| XYZ | 18.46 | 10.14 | 49.7 | - |
| YUV | 87.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 190 | 0.36 | 0.74 | 0 | 0.25 | 270.86 | 0.58 | 0.47 |
| Hex | 7A | 32 | BE | 24 | 4A | 0 | 19 | 10F | 3A | 2F |
| Octal | 172 | 62 | 276 | 44 | 112 | 0 | 31 | 417 | 72 | 57 |
| Binary | 1111010 | 110010 | 10111110 | 100100 | 1001010 | 0 | 11001 | 100001111 | 111010 | 101111 |
Color Harmonies of #7A32BE
Complementary color
Monochromatic Colors of #7A32BE
Black with #7A32BE
Text Example
Text Example
White with #7A32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32BE; }
p { color: rgb(122,50,190); }
H1.HeaderClassName
{
color: #7A32BE;
}
.AnyTagClassName
{
color: #7A32BE;
}
</style>
background-color css
<style>
a { background-color: #7A32BE; }
a { background-color: rgb(122,50,190); }
div.DivClassName
{
background-color: #7A32BE;
}
.BgClassName
{
background-color: #7A32BE;
}
</style>
border-color css
<style>
span { border-color: #7A32BE; }
span { border-color: rgb(122,50,190); }
td.TdClassName
{
border-color: #7A32BE;
}
.TagClassName
{
border-color: #7A32BE;
}
</style>