Shades of Purple #7A1290
Tints of Purple #7A1290
RGB
CMYK
RGB Variations
Color information
#7A1290 (or 0x7A1290) is known color: Purple. HEX triplet: 7A, 12 and 90. RGB value is (122,18,144). Sum of RGB (Red+Green+Blue) = 122+18+144=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A1290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1290 is #85ED6F. Grayscale: #3F3F3F. Windows color (decimal): -8777072 or 9441914. OLE color: 9441914.
HSL color Cylindrical-coordinate representation of color #7A1290: hue angle of 289.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1290 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 18 | 144 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.44 |
| HSL | 289.52º | 0.78% | 0.32% | - |
| HSV(B) | 289.52º | 0.88% | 0.56% | - |
| XYZ | 13.28 | 6.58 | 26.96 | - |
| YUV | 63.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 144 | 0.15 | 0.88 | 0 | 0.44 | 289.52 | 0.78 | 0.32 |
| Hex | 7A | 12 | 90 | F | 58 | 0 | 2C | 122 | 4E | 20 |
| Octal | 172 | 22 | 220 | 17 | 130 | 0 | 54 | 442 | 116 | 40 |
| Binary | 1111010 | 10010 | 10010000 | 1111 | 1011000 | 0 | 101100 | 100100010 | 1001110 | 100000 |
Color Harmonies of #7A1290
Complementary color
Monochromatic Colors of #7A1290
Black with #7A1290
Text Example
Text Example
White with #7A1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1290; }
p { color: rgb(122,18,144); }
H1.HeaderClassName
{
color: #7A1290;
}
.AnyTagClassName
{
color: #7A1290;
}
</style>
background-color css
<style>
a { background-color: #7A1290; }
a { background-color: rgb(122,18,144); }
div.DivClassName
{
background-color: #7A1290;
}
.BgClassName
{
background-color: #7A1290;
}
</style>
border-color css
<style>
span { border-color: #7A1290; }
span { border-color: rgb(122,18,144); }
td.TdClassName
{
border-color: #7A1290;
}
.TagClassName
{
border-color: #7A1290;
}
</style>