Shades of Purple #7A168B
Tints of Purple #7A168B
RGB
CMYK
RGB Variations
Color information
#7A168B (or 0x7A168B) is known color: Purple. HEX triplet: 7A, 16 and 8B. RGB value is (122,22,139). Sum of RGB (Red+Green+Blue) = 122+22+139=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A168B is #85E974. Grayscale: #404040. Windows color (decimal): -8776053 or 9115258. OLE color: 9115258.
HSL color Cylindrical-coordinate representation of color #7A168B: hue angle of 291.28º degrees, saturation: 0.73, 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 #7A168B is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 22 | 139 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.45 |
| HSL | 291.28º | 0.73% | 0.32% | - |
| HSV(B) | 291.28º | 0.84% | 0.55% | - |
| XYZ | 12.97 | 6.58 | 25.01 | - |
| YUV | 65.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 139 | 0.12 | 0.84 | 0 | 0.45 | 291.28 | 0.73 | 0.32 |
| Hex | 7A | 16 | 8B | C | 54 | 0 | 2D | 123 | 49 | 20 |
| Octal | 172 | 26 | 213 | 14 | 124 | 0 | 55 | 443 | 111 | 40 |
| Binary | 1111010 | 10110 | 10001011 | 1100 | 1010100 | 0 | 101101 | 100100011 | 1001001 | 100000 |
Color Harmonies of #7A168B
Complementary color
Monochromatic Colors of #7A168B
Black with #7A168B
Text Example
Text Example
White with #7A168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A168B; }
p { color: rgb(122,22,139); }
H1.HeaderClassName
{
color: #7A168B;
}
.AnyTagClassName
{
color: #7A168B;
}
</style>
background-color css
<style>
a { background-color: #7A168B; }
a { background-color: rgb(122,22,139); }
div.DivClassName
{
background-color: #7A168B;
}
.BgClassName
{
background-color: #7A168B;
}
</style>
border-color css
<style>
span { border-color: #7A168B; }
span { border-color: rgb(122,22,139); }
td.TdClassName
{
border-color: #7A168B;
}
.TagClassName
{
border-color: #7A168B;
}
</style>