Shades of Dark Purple #7A176A
Tints of Dark Purple #7A176A
RGB
CMYK
RGB Variations
Color information
#7A176A (or 0x7A176A) is known color: Dark Purple. HEX triplet: 7A, 17 and 6A. RGB value is (122,23,106). Sum of RGB (Red+Green+Blue) = 122+23+106=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A176A is #85E895. Grayscale: #3D3D3D. Windows color (decimal): -8775830 or 6952826. OLE color: 6952826.
HSL color Cylindrical-coordinate representation of color #7A176A: hue angle of 309.7º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A176A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 106 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.52 |
| HSL | 309.7º | 0.68% | 0.28% | - |
| HSV(B) | 309.7º | 0.81% | 0.48% | - |
| XYZ | 10.93 | 5.79 | 14.18 | - |
| YUV | 62.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 106 | 0 | 0.81 | 0.13 | 0.52 | 309.7 | 0.68 | 0.28 |
| Hex | 7A | 17 | 6A | 0 | 51 | D | 34 | 136 | 44 | 1C |
| Octal | 172 | 27 | 152 | 0 | 121 | 15 | 64 | 466 | 104 | 34 |
| Binary | 1111010 | 10111 | 1101010 | 0 | 1010001 | 1101 | 110100 | 100110110 | 1000100 | 11100 |
Color Harmonies of #7A176A
Complementary color
Monochromatic Colors of #7A176A
Black with #7A176A
Text Example
Text Example
White with #7A176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A176A; }
p { color: rgb(122,23,106); }
H1.HeaderClassName
{
color: #7A176A;
}
.AnyTagClassName
{
color: #7A176A;
}
</style>
background-color css
<style>
a { background-color: #7A176A; }
a { background-color: rgb(122,23,106); }
div.DivClassName
{
background-color: #7A176A;
}
.BgClassName
{
background-color: #7A176A;
}
</style>
border-color css
<style>
span { border-color: #7A176A; }
span { border-color: rgb(122,23,106); }
td.TdClassName
{
border-color: #7A176A;
}
.TagClassName
{
border-color: #7A176A;
}
</style>