Shades of Dark Violet #7A0DB1
Tints of Dark Violet #7A0DB1
RGB
CMYK
RGB Variations
Color information
#7A0DB1 (or 0x7A0DB1) is known color: Dark Violet. HEX triplet: 7A, 0D and B1. RGB value is (122,13,177). Sum of RGB (Red+Green+Blue) = 122+13+177=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A0DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0DB1 is #85F24E. Grayscale: #3F3F3F. Windows color (decimal): -8778319 or 11603322. OLE color: 11603322.
HSL color Cylindrical-coordinate representation of color #7A0DB1: hue angle of 279.88º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0DB1 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 13 | 177 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.31 |
| HSL | 279.88º | 0.86% | 0.37% | - |
| HSV(B) | 279.88º | 0.93% | 0.69% | - |
| XYZ | 16.11 | 7.6 | 42.21 | - |
| YUV | 64.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 177 | 0.31 | 0.93 | 0 | 0.31 | 279.88 | 0.86 | 0.37 |
| Hex | 7A | D | B1 | 1F | 5D | 0 | 1F | 118 | 56 | 25 |
| Octal | 172 | 15 | 261 | 37 | 135 | 0 | 37 | 430 | 126 | 45 |
| Binary | 1111010 | 1101 | 10110001 | 11111 | 1011101 | 0 | 11111 | 100011000 | 1010110 | 100101 |
Color Harmonies of #7A0DB1
Complementary color
Monochromatic Colors of #7A0DB1
Black with #7A0DB1
Text Example
Text Example
White with #7A0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DB1; }
p { color: rgb(122,13,177); }
H1.HeaderClassName
{
color: #7A0DB1;
}
.AnyTagClassName
{
color: #7A0DB1;
}
</style>
background-color css
<style>
a { background-color: #7A0DB1; }
a { background-color: rgb(122,13,177); }
div.DivClassName
{
background-color: #7A0DB1;
}
.BgClassName
{
background-color: #7A0DB1;
}
</style>
border-color css
<style>
span { border-color: #7A0DB1; }
span { border-color: rgb(122,13,177); }
td.TdClassName
{
border-color: #7A0DB1;
}
.TagClassName
{
border-color: #7A0DB1;
}
</style>