Shades of Purple Heart #7A1ABC
Tints of Purple Heart #7A1ABC
RGB
CMYK
RGB Variations
Color information
#7A1ABC (or 0x7A1ABC) is known color: Purple Heart. HEX triplet: 7A, 1A and BC. RGB value is (122,26,188). Sum of RGB (Red+Green+Blue) = 122+26+188=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1ABC is #85E543. Grayscale: #484848. Windows color (decimal): -8774980 or 12327546. OLE color: 12327546.
HSL color Cylindrical-coordinate representation of color #7A1ABC: hue angle of 275.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1ABC is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 26 | 188 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.26 |
| HSL | 275.56º | 0.76% | 0.42% | - |
| HSV(B) | 275.56º | 0.86% | 0.74% | - |
| XYZ | 17.47 | 8.51 | 48.3 | - |
| YUV | 73.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 188 | 0.35 | 0.86 | 0 | 0.26 | 275.56 | 0.76 | 0.42 |
| Hex | 7A | 1A | BC | 23 | 56 | 0 | 1A | 114 | 4C | 2A |
| Octal | 172 | 32 | 274 | 43 | 126 | 0 | 32 | 424 | 114 | 52 |
| Binary | 1111010 | 11010 | 10111100 | 100011 | 1010110 | 0 | 11010 | 100010100 | 1001100 | 101010 |
Color Harmonies of #7A1ABC
Complementary color
Monochromatic Colors of #7A1ABC
Black with #7A1ABC
Text Example
Text Example
White with #7A1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1ABC; }
p { color: rgb(122,26,188); }
H1.HeaderClassName
{
color: #7A1ABC;
}
.AnyTagClassName
{
color: #7A1ABC;
}
</style>
background-color css
<style>
a { background-color: #7A1ABC; }
a { background-color: rgb(122,26,188); }
div.DivClassName
{
background-color: #7A1ABC;
}
.BgClassName
{
background-color: #7A1ABC;
}
</style>
border-color css
<style>
span { border-color: #7A1ABC; }
span { border-color: rgb(122,26,188); }
td.TdClassName
{
border-color: #7A1ABC;
}
.TagClassName
{
border-color: #7A1ABC;
}
</style>