Shades of Purple Heart #7A32CC
Tints of Purple Heart #7A32CC
RGB
CMYK
RGB Variations
Color information
#7A32CC (or 0x7A32CC) is known color: Purple Heart. HEX triplet: 7A, 32 and CC. RGB value is (122,50,204). Sum of RGB (Red+Green+Blue) = 122+50+204=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A32CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32CC is #85CD33. Grayscale: #585858. Windows color (decimal): -8768820 or 13382266. OLE color: 13382266.
HSL color Cylindrical-coordinate representation of color #7A32CC: hue angle of 268.05º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A32CC is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 50 | 204 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.2 |
| HSL | 268.05º | 0.61% | 0.5% | - |
| HSV(B) | 268.05º | 0.75% | 0.8% | - |
| XYZ | 20.07 | 10.78 | 58.15 | - |
| YUV | 89.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 204 | 0.40 | 0.75 | 0 | 0.2 | 268.05 | 0.61 | 0.5 |
| Hex | 7A | 32 | CC | 28 | 4B | 0 | 14 | 10C | 3D | 32 |
| Octal | 172 | 62 | 314 | 50 | 113 | 0 | 24 | 414 | 75 | 62 |
| Binary | 1111010 | 110010 | 11001100 | 101000 | 1001011 | 0 | 10100 | 100001100 | 111101 | 110010 |
Color Harmonies of #7A32CC
Complementary color
Monochromatic Colors of #7A32CC
Black with #7A32CC
Text Example
Text Example
White with #7A32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32CC; }
p { color: rgb(122,50,204); }
H1.HeaderClassName
{
color: #7A32CC;
}
.AnyTagClassName
{
color: #7A32CC;
}
</style>
background-color css
<style>
a { background-color: #7A32CC; }
a { background-color: rgb(122,50,204); }
div.DivClassName
{
background-color: #7A32CC;
}
.BgClassName
{
background-color: #7A32CC;
}
</style>
border-color css
<style>
span { border-color: #7A32CC; }
span { border-color: rgb(122,50,204); }
td.TdClassName
{
border-color: #7A32CC;
}
.TagClassName
{
border-color: #7A32CC;
}
</style>