Shades of Dark Violet #7A0ABD
Tints of Dark Violet #7A0ABD
RGB
CMYK
RGB Variations
Color information
#7A0ABD (or 0x7A0ABD) is known color: Dark Violet. HEX triplet: 7A, 0A and BD. RGB value is (122,10,189). Sum of RGB (Red+Green+Blue) = 122+10+189=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A0ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ABD is #85F542. Grayscale: #3F3F3F. Windows color (decimal): -8779075 or 12388986. OLE color: 12388986.
HSL color Cylindrical-coordinate representation of color #7A0ABD: hue angle of 277.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0ABD is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 10 | 189 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.26 |
| HSL | 277.54º | 0.9% | 0.39% | - |
| HSV(B) | 277.54º | 0.95% | 0.74% | - |
| XYZ | 17.32 | 8.03 | 48.78 | - |
| YUV | 63.89 | 198.61 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 189 | 0.35 | 0.95 | 0 | 0.26 | 277.54 | 0.9 | 0.39 |
| Hex | 7A | A | BD | 23 | 5F | 0 | 1A | 116 | 5A | 27 |
| Octal | 172 | 12 | 275 | 43 | 137 | 0 | 32 | 426 | 132 | 47 |
| Binary | 1111010 | 1010 | 10111101 | 100011 | 1011111 | 0 | 11010 | 100010110 | 1011010 | 100111 |
Color Harmonies of #7A0ABD
Complementary color
Monochromatic Colors of #7A0ABD
Black with #7A0ABD
Text Example
Text Example
White with #7A0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0ABD; }
p { color: rgb(122,10,189); }
H1.HeaderClassName
{
color: #7A0ABD;
}
.AnyTagClassName
{
color: #7A0ABD;
}
</style>
background-color css
<style>
a { background-color: #7A0ABD; }
a { background-color: rgb(122,10,189); }
div.DivClassName
{
background-color: #7A0ABD;
}
.BgClassName
{
background-color: #7A0ABD;
}
</style>
border-color css
<style>
span { border-color: #7A0ABD; }
span { border-color: rgb(122,10,189); }
td.TdClassName
{
border-color: #7A0ABD;
}
.TagClassName
{
border-color: #7A0ABD;
}
</style>