Shades of Purple #7A158F
Tints of Purple #7A158F
RGB
CMYK
RGB Variations
Color information
#7A158F (or 0x7A158F) is known color: Purple. HEX triplet: 7A, 15 and 8F. RGB value is (122,21,143). Sum of RGB (Red+Green+Blue) = 122+21+143=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A158F is #85EA70. Grayscale: #404040. Windows color (decimal): -8776305 or 9377146. OLE color: 9377146.
HSL color Cylindrical-coordinate representation of color #7A158F: hue angle of 289.67º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A158F is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 21 | 143 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.44 |
| HSL | 289.67º | 0.74% | 0.32% | - |
| HSV(B) | 289.67º | 0.85% | 0.56% | - |
| XYZ | 13.25 | 6.66 | 26.57 | - |
| YUV | 65.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 143 | 0.15 | 0.85 | 0 | 0.44 | 289.67 | 0.74 | 0.32 |
| Hex | 7A | 15 | 8F | F | 55 | 0 | 2C | 122 | 4A | 20 |
| Octal | 172 | 25 | 217 | 17 | 125 | 0 | 54 | 442 | 112 | 40 |
| Binary | 1111010 | 10101 | 10001111 | 1111 | 1010101 | 0 | 101100 | 100100010 | 1001010 | 100000 |
Color Harmonies of #7A158F
Complementary color
Monochromatic Colors of #7A158F
Black with #7A158F
Text Example
Text Example
White with #7A158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A158F; }
p { color: rgb(122,21,143); }
H1.HeaderClassName
{
color: #7A158F;
}
.AnyTagClassName
{
color: #7A158F;
}
</style>
background-color css
<style>
a { background-color: #7A158F; }
a { background-color: rgb(122,21,143); }
div.DivClassName
{
background-color: #7A158F;
}
.BgClassName
{
background-color: #7A158F;
}
</style>
border-color css
<style>
span { border-color: #7A158F; }
span { border-color: rgb(122,21,143); }
td.TdClassName
{
border-color: #7A158F;
}
.TagClassName
{
border-color: #7A158F;
}
</style>