Shades of Purple Heart #7A32CD
Tints of Purple Heart #7A32CD
RGB
CMYK
RGB Variations
Color information
#7A32CD (or 0x7A32CD) is known color: Purple Heart. HEX triplet: 7A, 32 and CD. RGB value is (122,50,205). Sum of RGB (Red+Green+Blue) = 122+50+205=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32CD is #85CD32. Grayscale: #585858. Windows color (decimal): -8768819 or 13447802. OLE color: 13447802.
HSL color Cylindrical-coordinate representation of color #7A32CD: hue angle of 267.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A32CD is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 50 | 205 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.20 |
| HSL | 267.87º | 0.61% | 0.5% | - |
| HSV(B) | 267.87º | 0.76% | 0.8% | - |
| XYZ | 20.19 | 10.83 | 58.78 | - |
| YUV | 89.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 205 | 0.40 | 0.76 | 0 | 0.20 | 267.87 | 0.61 | 0.5 |
| Hex | 7A | 32 | CD | 28 | 4C | 0 | 14 | 10C | 3D | 32 |
| Octal | 172 | 62 | 315 | 50 | 114 | 0 | 24 | 414 | 75 | 62 |
| Binary | 1111010 | 110010 | 11001101 | 101000 | 1001100 | 0 | 10100 | 100001100 | 111101 | 110010 |
Color Harmonies of #7A32CD
Complementary color
Monochromatic Colors of #7A32CD
Black with #7A32CD
Text Example
Text Example
White with #7A32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32CD; }
p { color: rgb(122,50,205); }
H1.HeaderClassName
{
color: #7A32CD;
}
.AnyTagClassName
{
color: #7A32CD;
}
</style>
background-color css
<style>
a { background-color: #7A32CD; }
a { background-color: rgb(122,50,205); }
div.DivClassName
{
background-color: #7A32CD;
}
.BgClassName
{
background-color: #7A32CD;
}
</style>
border-color css
<style>
span { border-color: #7A32CD; }
span { border-color: rgb(122,50,205); }
td.TdClassName
{
border-color: #7A32CD;
}
.TagClassName
{
border-color: #7A32CD;
}
</style>