Shades of Purple Heart #7A31CA
Tints of Purple Heart #7A31CA
RGB
CMYK
RGB Variations
Color information
#7A31CA (or 0x7A31CA) is known color: Purple Heart. HEX triplet: 7A, 31 and CA. RGB value is (122,49,202). Sum of RGB (Red+Green+Blue) = 122+49+202=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A31CA is #85CE35. Grayscale: #575757. Windows color (decimal): -8769078 or 13250938. OLE color: 13250938.
HSL color Cylindrical-coordinate representation of color #7A31CA: hue angle of 268.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A31CA is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 49 | 202 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.21 |
| HSL | 268.63º | 0.61% | 0.49% | - |
| HSV(B) | 268.63º | 0.76% | 0.79% | - |
| XYZ | 19.79 | 10.6 | 56.88 | - |
| YUV | 88.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 202 | 0.40 | 0.76 | 0 | 0.21 | 268.63 | 0.61 | 0.49 |
| Hex | 7A | 31 | CA | 28 | 4C | 0 | 15 | 10D | 3D | 31 |
| Octal | 172 | 61 | 312 | 50 | 114 | 0 | 25 | 415 | 75 | 61 |
| Binary | 1111010 | 110001 | 11001010 | 101000 | 1001100 | 0 | 10101 | 100001101 | 111101 | 110001 |
Color Harmonies of #7A31CA
Complementary color
Monochromatic Colors of #7A31CA
Black with #7A31CA
Text Example
Text Example
White with #7A31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A31CA; }
p { color: rgb(122,49,202); }
H1.HeaderClassName
{
color: #7A31CA;
}
.AnyTagClassName
{
color: #7A31CA;
}
</style>
background-color css
<style>
a { background-color: #7A31CA; }
a { background-color: rgb(122,49,202); }
div.DivClassName
{
background-color: #7A31CA;
}
.BgClassName
{
background-color: #7A31CA;
}
</style>
border-color css
<style>
span { border-color: #7A31CA; }
span { border-color: rgb(122,49,202); }
td.TdClassName
{
border-color: #7A31CA;
}
.TagClassName
{
border-color: #7A31CA;
}
</style>