Shades of Purple #7A158D
Tints of Purple #7A158D
RGB
CMYK
RGB Variations
Color information
#7A158D (or 0x7A158D) is known color: Purple. HEX triplet: 7A, 15 and 8D. RGB value is (122,21,141). Sum of RGB (Red+Green+Blue) = 122+21+141=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A158D is #85EA72. Grayscale: #404040. Windows color (decimal): -8776307 or 9246074. OLE color: 9246074.
HSL color Cylindrical-coordinate representation of color #7A158D: hue angle of 290.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A158D is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 21 | 141 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.45 |
| HSL | 290.5º | 0.74% | 0.32% | - |
| HSV(B) | 290.5º | 0.85% | 0.55% | - |
| XYZ | 13.1 | 6.6 | 25.78 | - |
| YUV | 64.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 141 | 0.13 | 0.85 | 0 | 0.45 | 290.5 | 0.74 | 0.32 |
| Hex | 7A | 15 | 8D | D | 55 | 0 | 2D | 122 | 4A | 20 |
| Octal | 172 | 25 | 215 | 15 | 125 | 0 | 55 | 442 | 112 | 40 |
| Binary | 1111010 | 10101 | 10001101 | 1101 | 1010101 | 0 | 101101 | 100100010 | 1001010 | 100000 |
Color Harmonies of #7A158D
Complementary color
Monochromatic Colors of #7A158D
Black with #7A158D
Text Example
Text Example
White with #7A158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A158D; }
p { color: rgb(122,21,141); }
H1.HeaderClassName
{
color: #7A158D;
}
.AnyTagClassName
{
color: #7A158D;
}
</style>
background-color css
<style>
a { background-color: #7A158D; }
a { background-color: rgb(122,21,141); }
div.DivClassName
{
background-color: #7A158D;
}
.BgClassName
{
background-color: #7A158D;
}
</style>
border-color css
<style>
span { border-color: #7A158D; }
span { border-color: rgb(122,21,141); }
td.TdClassName
{
border-color: #7A158D;
}
.TagClassName
{
border-color: #7A158D;
}
</style>