Shades of Purple Heart #7A32C6
Tints of Purple Heart #7A32C6
RGB
CMYK
RGB Variations
Color information
#7A32C6 (or 0x7A32C6) is known color: Purple Heart. HEX triplet: 7A, 32 and C6. RGB value is (122,50,198). Sum of RGB (Red+Green+Blue) = 122+50+198=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A32C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32C6 is #85CD39. Grayscale: #575757. Windows color (decimal): -8768826 or 12989050. OLE color: 12989050.
HSL color Cylindrical-coordinate representation of color #7A32C6: hue angle of 269.19º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A32C6 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 50 | 198 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.22 |
| HSL | 269.19º | 0.6% | 0.49% | - |
| HSV(B) | 269.19º | 0.75% | 0.78% | - |
| XYZ | 19.36 | 10.5 | 54.43 | - |
| YUV | 88.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 198 | 0.38 | 0.75 | 0 | 0.22 | 269.19 | 0.6 | 0.49 |
| Hex | 7A | 32 | C6 | 26 | 4B | 0 | 16 | 10D | 3C | 31 |
| Octal | 172 | 62 | 306 | 46 | 113 | 0 | 26 | 415 | 74 | 61 |
| Binary | 1111010 | 110010 | 11000110 | 100110 | 1001011 | 0 | 10110 | 100001101 | 111100 | 110001 |
Color Harmonies of #7A32C6
Complementary color
Monochromatic Colors of #7A32C6
Black with #7A32C6
Text Example
Text Example
White with #7A32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32C6; }
p { color: rgb(122,50,198); }
H1.HeaderClassName
{
color: #7A32C6;
}
.AnyTagClassName
{
color: #7A32C6;
}
</style>
background-color css
<style>
a { background-color: #7A32C6; }
a { background-color: rgb(122,50,198); }
div.DivClassName
{
background-color: #7A32C6;
}
.BgClassName
{
background-color: #7A32C6;
}
</style>
border-color css
<style>
span { border-color: #7A32C6; }
span { border-color: rgb(122,50,198); }
td.TdClassName
{
border-color: #7A32C6;
}
.TagClassName
{
border-color: #7A32C6;
}
</style>