Shades of Purple Heart #7A14BC
Tints of Purple Heart #7A14BC
RGB
CMYK
RGB Variations
Color information
#7A14BC (or 0x7A14BC) is known color: Purple Heart. HEX triplet: 7A, 14 and BC. RGB value is (122,20,188). Sum of RGB (Red+Green+Blue) = 122+20+188=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A14BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A14BC is #85EB43. Grayscale: #454545. Windows color (decimal): -8776516 or 12326010. OLE color: 12326010.
HSL color Cylindrical-coordinate representation of color #7A14BC: hue angle of 276.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A14BC is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 20 | 188 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.26 |
| HSL | 276.43º | 0.81% | 0.41% | - |
| HSV(B) | 276.43º | 0.89% | 0.74% | - |
| XYZ | 17.35 | 8.27 | 48.26 | - |
| YUV | 69.65 | 194.79 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 188 | 0.35 | 0.89 | 0 | 0.26 | 276.43 | 0.81 | 0.41 |
| Hex | 7A | 14 | BC | 23 | 59 | 0 | 1A | 114 | 51 | 29 |
| Octal | 172 | 24 | 274 | 43 | 131 | 0 | 32 | 424 | 121 | 51 |
| Binary | 1111010 | 10100 | 10111100 | 100011 | 1011001 | 0 | 11010 | 100010100 | 1010001 | 101001 |
Color Harmonies of #7A14BC
Complementary color
Monochromatic Colors of #7A14BC
Black with #7A14BC
Text Example
Text Example
White with #7A14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A14BC; }
p { color: rgb(122,20,188); }
H1.HeaderClassName
{
color: #7A14BC;
}
.AnyTagClassName
{
color: #7A14BC;
}
</style>
background-color css
<style>
a { background-color: #7A14BC; }
a { background-color: rgb(122,20,188); }
div.DivClassName
{
background-color: #7A14BC;
}
.BgClassName
{
background-color: #7A14BC;
}
</style>
border-color css
<style>
span { border-color: #7A14BC; }
span { border-color: rgb(122,20,188); }
td.TdClassName
{
border-color: #7A14BC;
}
.TagClassName
{
border-color: #7A14BC;
}
</style>