Shades of Dark Violet #7A0AB6
Tints of Dark Violet #7A0AB6
RGB
CMYK
RGB Variations
Color information
#7A0AB6 (or 0x7A0AB6) is known color: Dark Violet. HEX triplet: 7A, 0A and B6. RGB value is (122,10,182). Sum of RGB (Red+Green+Blue) = 122+10+182=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A0AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0AB6 is #85F549. Grayscale: #3E3E3E. Windows color (decimal): -8779082 or 11930234. OLE color: 11930234.
HSL color Cylindrical-coordinate representation of color #7A0AB6: hue angle of 279.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0AB6 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 10 | 182 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.29 |
| HSL | 279.07º | 0.9% | 0.38% | - |
| HSV(B) | 279.07º | 0.95% | 0.71% | - |
| XYZ | 16.58 | 7.73 | 44.87 | - |
| YUV | 63.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 182 | 0.33 | 0.95 | 0 | 0.29 | 279.07 | 0.9 | 0.38 |
| Hex | 7A | A | B6 | 21 | 5F | 0 | 1D | 117 | 5A | 26 |
| Octal | 172 | 12 | 266 | 41 | 137 | 0 | 35 | 427 | 132 | 46 |
| Binary | 1111010 | 1010 | 10110110 | 100001 | 1011111 | 0 | 11101 | 100010111 | 1011010 | 100110 |
Color Harmonies of #7A0AB6
Complementary color
Monochromatic Colors of #7A0AB6
Black with #7A0AB6
Text Example
Text Example
White with #7A0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AB6; }
p { color: rgb(122,10,182); }
H1.HeaderClassName
{
color: #7A0AB6;
}
.AnyTagClassName
{
color: #7A0AB6;
}
</style>
background-color css
<style>
a { background-color: #7A0AB6; }
a { background-color: rgb(122,10,182); }
div.DivClassName
{
background-color: #7A0AB6;
}
.BgClassName
{
background-color: #7A0AB6;
}
</style>
border-color css
<style>
span { border-color: #7A0AB6; }
span { border-color: rgb(122,10,182); }
td.TdClassName
{
border-color: #7A0AB6;
}
.TagClassName
{
border-color: #7A0AB6;
}
</style>