Shades of Dark Purple #7A167E
Tints of Dark Purple #7A167E
RGB
CMYK
RGB Variations
Color information
#7A167E (or 0x7A167E) is known color: Dark Purple. HEX triplet: 7A, 16 and 7E. RGB value is (122,22,126). Sum of RGB (Red+Green+Blue) = 122+22+126=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A167E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A167E is #85E981. Grayscale: #3F3F3F. Windows color (decimal): -8776066 or 8263290. OLE color: 8263290.
HSL color Cylindrical-coordinate representation of color #7A167E: hue angle of 297.69º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A167E is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 22 | 126 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.51 |
| HSL | 297.69º | 0.7% | 0.29% | - |
| HSV(B) | 297.69º | 0.83% | 0.49% | - |
| XYZ | 12.08 | 6.22 | 20.3 | - |
| YUV | 63.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 126 | 0.03 | 0.83 | 0 | 0.51 | 297.69 | 0.7 | 0.29 |
| Hex | 7A | 16 | 7E | 3 | 53 | 0 | 33 | 12A | 46 | 1D |
| Octal | 172 | 26 | 176 | 3 | 123 | 0 | 63 | 452 | 106 | 35 |
| Binary | 1111010 | 10110 | 1111110 | 11 | 1010011 | 0 | 110011 | 100101010 | 1000110 | 11101 |
Color Harmonies of #7A167E
Complementary color
Monochromatic Colors of #7A167E
Black with #7A167E
Text Example
Text Example
White with #7A167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A167E; }
p { color: rgb(122,22,126); }
H1.HeaderClassName
{
color: #7A167E;
}
.AnyTagClassName
{
color: #7A167E;
}
</style>
background-color css
<style>
a { background-color: #7A167E; }
a { background-color: rgb(122,22,126); }
div.DivClassName
{
background-color: #7A167E;
}
.BgClassName
{
background-color: #7A167E;
}
</style>
border-color css
<style>
span { border-color: #7A167E; }
span { border-color: rgb(122,22,126); }
td.TdClassName
{
border-color: #7A167E;
}
.TagClassName
{
border-color: #7A167E;
}
</style>