Shades of Purple #7A178B
Tints of Purple #7A178B
RGB
CMYK
RGB Variations
Color information
#7A178B (or 0x7A178B) is known color: Purple. HEX triplet: 7A, 17 and 8B. RGB value is (122,23,139). Sum of RGB (Red+Green+Blue) = 122+23+139=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A178B is #85E874. Grayscale: #414141. Windows color (decimal): -8775797 or 9115514. OLE color: 9115514.
HSL color Cylindrical-coordinate representation of color #7A178B: hue angle of 291.21º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A178B is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 23 | 139 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.45 |
| HSL | 291.21º | 0.72% | 0.32% | - |
| HSV(B) | 291.21º | 0.83% | 0.55% | - |
| XYZ | 12.99 | 6.61 | 25.02 | - |
| YUV | 65.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 139 | 0.12 | 0.83 | 0 | 0.45 | 291.21 | 0.72 | 0.32 |
| Hex | 7A | 17 | 8B | C | 53 | 0 | 2D | 123 | 48 | 20 |
| Octal | 172 | 27 | 213 | 14 | 123 | 0 | 55 | 443 | 110 | 40 |
| Binary | 1111010 | 10111 | 10001011 | 1100 | 1010011 | 0 | 101101 | 100100011 | 1001000 | 100000 |
Color Harmonies of #7A178B
Complementary color
Monochromatic Colors of #7A178B
Black with #7A178B
Text Example
Text Example
White with #7A178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A178B; }
p { color: rgb(122,23,139); }
H1.HeaderClassName
{
color: #7A178B;
}
.AnyTagClassName
{
color: #7A178B;
}
</style>
background-color css
<style>
a { background-color: #7A178B; }
a { background-color: rgb(122,23,139); }
div.DivClassName
{
background-color: #7A178B;
}
.BgClassName
{
background-color: #7A178B;
}
</style>
border-color css
<style>
span { border-color: #7A178B; }
span { border-color: rgb(122,23,139); }
td.TdClassName
{
border-color: #7A178B;
}
.TagClassName
{
border-color: #7A178B;
}
</style>