Shades of Purple Heart #7A14B7
Tints of Purple Heart #7A14B7
RGB
CMYK
RGB Variations
Color information
#7A14B7 (or 0x7A14B7) is known color: Purple Heart. HEX triplet: 7A, 14 and B7. RGB value is (122,20,183). Sum of RGB (Red+Green+Blue) = 122+20+183=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A14B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14B7 is #85EB48. Grayscale: #444444. Windows color (decimal): -8776521 or 11998330. OLE color: 11998330.
HSL color Cylindrical-coordinate representation of color #7A14B7: hue angle of 277.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A14B7 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 20 | 183 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.28 |
| HSL | 277.55º | 0.8% | 0.4% | - |
| HSV(B) | 277.55º | 0.89% | 0.72% | - |
| XYZ | 16.82 | 8.06 | 45.47 | - |
| YUV | 69.08 | 192.29 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 183 | 0.33 | 0.89 | 0 | 0.28 | 277.55 | 0.8 | 0.4 |
| Hex | 7A | 14 | B7 | 21 | 59 | 0 | 1C | 116 | 50 | 28 |
| Octal | 172 | 24 | 267 | 41 | 131 | 0 | 34 | 426 | 120 | 50 |
| Binary | 1111010 | 10100 | 10110111 | 100001 | 1011001 | 0 | 11100 | 100010110 | 1010000 | 101000 |
Color Harmonies of #7A14B7
Complementary color
Monochromatic Colors of #7A14B7
Black with #7A14B7
Text Example
Text Example
White with #7A14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A14B7; }
p { color: rgb(122,20,183); }
H1.HeaderClassName
{
color: #7A14B7;
}
.AnyTagClassName
{
color: #7A14B7;
}
</style>
background-color css
<style>
a { background-color: #7A14B7; }
a { background-color: rgb(122,20,183); }
div.DivClassName
{
background-color: #7A14B7;
}
.BgClassName
{
background-color: #7A14B7;
}
</style>
border-color css
<style>
span { border-color: #7A14B7; }
span { border-color: rgb(122,20,183); }
td.TdClassName
{
border-color: #7A14B7;
}
.TagClassName
{
border-color: #7A14B7;
}
</style>