Shades of Purple #7A018E
Tints of Purple #7A018E
RGB
CMYK
RGB Variations
Color information
#7A018E (or 0x7A018E) is known color: Purple. HEX triplet: 7A, 01 and 8E. RGB value is (122,1,142). Sum of RGB (Red+Green+Blue) = 122+1+142=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A018E is #85FE71. Grayscale: #343434. Windows color (decimal): -8781426 or 9306490. OLE color: 9306490.
HSL color Cylindrical-coordinate representation of color #7A018E: hue angle of 291.49º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A018E is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 1 | 142 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.44 |
| HSL | 291.49º | 0.99% | 0.28% | - |
| HSV(B) | 291.49º | 0.99% | 0.56% | - |
| XYZ | 12.92 | 6.11 | 26.09 | - |
| YUV | 53.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 142 | 0.14 | 0.99 | 0 | 0.44 | 291.49 | 0.99 | 0.28 |
| Hex | 7A | 1 | 8E | E | 63 | 0 | 2C | 123 | 63 | 1C |
| Octal | 172 | 1 | 216 | 16 | 143 | 0 | 54 | 443 | 143 | 34 |
| Binary | 1111010 | 1 | 10001110 | 1110 | 1100011 | 0 | 101100 | 100100011 | 1100011 | 11100 |
Color Harmonies of #7A018E
Complementary color
Monochromatic Colors of #7A018E
Black with #7A018E
Text Example
Text Example
White with #7A018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A018E; }
p { color: rgb(122,1,142); }
H1.HeaderClassName
{
color: #7A018E;
}
.AnyTagClassName
{
color: #7A018E;
}
</style>
background-color css
<style>
a { background-color: #7A018E; }
a { background-color: rgb(122,1,142); }
div.DivClassName
{
background-color: #7A018E;
}
.BgClassName
{
background-color: #7A018E;
}
</style>
border-color css
<style>
span { border-color: #7A018E; }
span { border-color: rgb(122,1,142); }
td.TdClassName
{
border-color: #7A018E;
}
.TagClassName
{
border-color: #7A018E;
}
</style>