Shades of Purple Heart #7A16CA
Tints of Purple Heart #7A16CA
RGB
CMYK
RGB Variations
Color information
#7A16CA (or 0x7A16CA) is known color: Purple Heart. HEX triplet: 7A, 16 and CA. RGB value is (122,22,202). Sum of RGB (Red+Green+Blue) = 122+22+202=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A16CA is #85E935. Grayscale: #474747. Windows color (decimal): -8775990 or 13244026. OLE color: 13244026.
HSL color Cylindrical-coordinate representation of color #7A16CA: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A16CA is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 22 | 202 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.21 |
| HSL | 273.33º | 0.8% | 0.44% | - |
| HSV(B) | 273.33º | 0.89% | 0.79% | - |
| XYZ | 18.97 | 8.98 | 56.61 | - |
| YUV | 72.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 202 | 0.40 | 0.89 | 0 | 0.21 | 273.33 | 0.8 | 0.44 |
| Hex | 7A | 16 | CA | 28 | 59 | 0 | 15 | 111 | 50 | 2C |
| Octal | 172 | 26 | 312 | 50 | 131 | 0 | 25 | 421 | 120 | 54 |
| Binary | 1111010 | 10110 | 11001010 | 101000 | 1011001 | 0 | 10101 | 100010001 | 1010000 | 101100 |
Color Harmonies of #7A16CA
Complementary color
Monochromatic Colors of #7A16CA
Black with #7A16CA
Text Example
Text Example
White with #7A16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A16CA; }
p { color: rgb(122,22,202); }
H1.HeaderClassName
{
color: #7A16CA;
}
.AnyTagClassName
{
color: #7A16CA;
}
</style>
background-color css
<style>
a { background-color: #7A16CA; }
a { background-color: rgb(122,22,202); }
div.DivClassName
{
background-color: #7A16CA;
}
.BgClassName
{
background-color: #7A16CA;
}
</style>
border-color css
<style>
span { border-color: #7A16CA; }
span { border-color: rgb(122,22,202); }
td.TdClassName
{
border-color: #7A16CA;
}
.TagClassName
{
border-color: #7A16CA;
}
</style>