Shades of Purple #7A178D
Tints of Purple #7A178D
RGB
CMYK
RGB Variations
Color information
#7A178D (or 0x7A178D) is known color: Purple. HEX triplet: 7A, 17 and 8D. RGB value is (122,23,141). Sum of RGB (Red+Green+Blue) = 122+23+141=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A178D is #85E872. Grayscale: #414141. Windows color (decimal): -8775795 or 9246586. OLE color: 9246586.
HSL color Cylindrical-coordinate representation of color #7A178D: hue angle of 290.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A178D is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 23 | 141 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.45 |
| HSL | 290.34º | 0.72% | 0.32% | - |
| HSV(B) | 290.34º | 0.84% | 0.55% | - |
| XYZ | 13.14 | 6.67 | 25.79 | - |
| YUV | 66.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 141 | 0.13 | 0.84 | 0 | 0.45 | 290.34 | 0.72 | 0.32 |
| Hex | 7A | 17 | 8D | D | 54 | 0 | 2D | 122 | 48 | 20 |
| Octal | 172 | 27 | 215 | 15 | 124 | 0 | 55 | 442 | 110 | 40 |
| Binary | 1111010 | 10111 | 10001101 | 1101 | 1010100 | 0 | 101101 | 100100010 | 1001000 | 100000 |
Color Harmonies of #7A178D
Complementary color
Monochromatic Colors of #7A178D
Black with #7A178D
Text Example
Text Example
White with #7A178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A178D; }
p { color: rgb(122,23,141); }
H1.HeaderClassName
{
color: #7A178D;
}
.AnyTagClassName
{
color: #7A178D;
}
</style>
background-color css
<style>
a { background-color: #7A178D; }
a { background-color: rgb(122,23,141); }
div.DivClassName
{
background-color: #7A178D;
}
.BgClassName
{
background-color: #7A178D;
}
</style>
border-color css
<style>
span { border-color: #7A178D; }
span { border-color: rgb(122,23,141); }
td.TdClassName
{
border-color: #7A178D;
}
.TagClassName
{
border-color: #7A178D;
}
</style>