Shades of Purple Heart #7A14BE
Tints of Purple Heart #7A14BE
RGB
CMYK
RGB Variations
Color information
#7A14BE (or 0x7A14BE) is known color: Purple Heart. HEX triplet: 7A, 14 and BE. RGB value is (122,20,190). Sum of RGB (Red+Green+Blue) = 122+20+190=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14BE is #85EB41. Grayscale: #454545. Windows color (decimal): -8776514 or 12457082. OLE color: 12457082.
HSL color Cylindrical-coordinate representation of color #7A14BE: hue angle of 276º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A14BE is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 20 | 190 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.25 |
| HSL | 276º | 0.81% | 0.41% | - |
| HSV(B) | 276º | 0.89% | 0.75% | - |
| XYZ | 17.57 | 8.36 | 49.4 | - |
| YUV | 69.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 190 | 0.36 | 0.89 | 0 | 0.25 | 276 | 0.81 | 0.41 |
| Hex | 7A | 14 | BE | 24 | 59 | 0 | 19 | 114 | 51 | 29 |
| Octal | 172 | 24 | 276 | 44 | 131 | 0 | 31 | 424 | 121 | 51 |
| Binary | 1111010 | 10100 | 10111110 | 100100 | 1011001 | 0 | 11001 | 100010100 | 1010001 | 101001 |
Color Harmonies of #7A14BE
Complementary color
Monochromatic Colors of #7A14BE
Black with #7A14BE
Text Example
Text Example
White with #7A14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A14BE; }
p { color: rgb(122,20,190); }
H1.HeaderClassName
{
color: #7A14BE;
}
.AnyTagClassName
{
color: #7A14BE;
}
</style>
background-color css
<style>
a { background-color: #7A14BE; }
a { background-color: rgb(122,20,190); }
div.DivClassName
{
background-color: #7A14BE;
}
.BgClassName
{
background-color: #7A14BE;
}
</style>
border-color css
<style>
span { border-color: #7A14BE; }
span { border-color: rgb(122,20,190); }
td.TdClassName
{
border-color: #7A14BE;
}
.TagClassName
{
border-color: #7A14BE;
}
</style>