Shades of Purple #7A1A88
Tints of Purple #7A1A88
RGB
CMYK
RGB Variations
Color information
#7A1A88 (or 0x7A1A88) is known color: Purple. HEX triplet: 7A, 1A and 88. RGB value is (122,26,136). Sum of RGB (Red+Green+Blue) = 122+26+136=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A1A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1A88 is #85E577. Grayscale: #424242. Windows color (decimal): -8775032 or 8919674. OLE color: 8919674.
HSL color Cylindrical-coordinate representation of color #7A1A88: hue angle of 292.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1A88 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 26 | 136 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.47 |
| HSL | 292.36º | 0.68% | 0.32% | - |
| HSV(B) | 292.36º | 0.81% | 0.53% | - |
| XYZ | 12.84 | 6.65 | 23.9 | - |
| YUV | 67.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 136 | 0.10 | 0.81 | 0 | 0.47 | 292.36 | 0.68 | 0.32 |
| Hex | 7A | 1A | 88 | A | 51 | 0 | 2F | 124 | 44 | 20 |
| Octal | 172 | 32 | 210 | 12 | 121 | 0 | 57 | 444 | 104 | 40 |
| Binary | 1111010 | 11010 | 10001000 | 1010 | 1010001 | 0 | 101111 | 100100100 | 1000100 | 100000 |
Color Harmonies of #7A1A88
Complementary color
Monochromatic Colors of #7A1A88
Black with #7A1A88
Text Example
Text Example
White with #7A1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A88; }
p { color: rgb(122,26,136); }
H1.HeaderClassName
{
color: #7A1A88;
}
.AnyTagClassName
{
color: #7A1A88;
}
</style>
background-color css
<style>
a { background-color: #7A1A88; }
a { background-color: rgb(122,26,136); }
div.DivClassName
{
background-color: #7A1A88;
}
.BgClassName
{
background-color: #7A1A88;
}
</style>
border-color css
<style>
span { border-color: #7A1A88; }
span { border-color: rgb(122,26,136); }
td.TdClassName
{
border-color: #7A1A88;
}
.TagClassName
{
border-color: #7A1A88;
}
</style>