Shades of Dark Violet #7A0AB7
Tints of Dark Violet #7A0AB7
RGB
CMYK
RGB Variations
Color information
#7A0AB7 (or 0x7A0AB7) is known color: Dark Violet. HEX triplet: 7A, 0A and B7. RGB value is (122,10,183). Sum of RGB (Red+Green+Blue) = 122+10+183=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A0AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0AB7 is #85F548. Grayscale: #3E3E3E. Windows color (decimal): -8779081 or 11995770. OLE color: 11995770.
HSL color Cylindrical-coordinate representation of color #7A0AB7: hue angle of 278.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0AB7 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 10 | 183 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.28 |
| HSL | 278.84º | 0.9% | 0.38% | - |
| HSV(B) | 278.84º | 0.95% | 0.72% | - |
| XYZ | 16.68 | 7.77 | 45.42 | - |
| YUV | 63.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 183 | 0.33 | 0.95 | 0 | 0.28 | 278.84 | 0.9 | 0.38 |
| Hex | 7A | A | B7 | 21 | 5F | 0 | 1C | 117 | 5A | 26 |
| Octal | 172 | 12 | 267 | 41 | 137 | 0 | 34 | 427 | 132 | 46 |
| Binary | 1111010 | 1010 | 10110111 | 100001 | 1011111 | 0 | 11100 | 100010111 | 1011010 | 100110 |
Color Harmonies of #7A0AB7
Complementary color
Monochromatic Colors of #7A0AB7
Black with #7A0AB7
Text Example
Text Example
White with #7A0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AB7; }
p { color: rgb(122,10,183); }
H1.HeaderClassName
{
color: #7A0AB7;
}
.AnyTagClassName
{
color: #7A0AB7;
}
</style>
background-color css
<style>
a { background-color: #7A0AB7; }
a { background-color: rgb(122,10,183); }
div.DivClassName
{
background-color: #7A0AB7;
}
.BgClassName
{
background-color: #7A0AB7;
}
</style>
border-color css
<style>
span { border-color: #7A0AB7; }
span { border-color: rgb(122,10,183); }
td.TdClassName
{
border-color: #7A0AB7;
}
.TagClassName
{
border-color: #7A0AB7;
}
</style>