Shades of Dark Violet #7A0ABF
Tints of Dark Violet #7A0ABF
RGB
CMYK
RGB Variations
Color information
#7A0ABF (or 0x7A0ABF) is known color: Dark Violet. HEX triplet: 7A, 0A and BF. RGB value is (122,10,191). Sum of RGB (Red+Green+Blue) = 122+10+191=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A0ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ABF is #85F540. Grayscale: #3F3F3F. Windows color (decimal): -8779073 or 12520058. OLE color: 12520058.
HSL color Cylindrical-coordinate representation of color #7A0ABF: hue angle of 277.13º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0ABF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 10 | 191 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.25 |
| HSL | 277.13º | 0.9% | 0.39% | - |
| HSV(B) | 277.13º | 0.95% | 0.75% | - |
| XYZ | 17.54 | 8.12 | 49.93 | - |
| YUV | 64.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 191 | 0.36 | 0.95 | 0 | 0.25 | 277.13 | 0.9 | 0.39 |
| Hex | 7A | A | BF | 24 | 5F | 0 | 19 | 115 | 5A | 27 |
| Octal | 172 | 12 | 277 | 44 | 137 | 0 | 31 | 425 | 132 | 47 |
| Binary | 1111010 | 1010 | 10111111 | 100100 | 1011111 | 0 | 11001 | 100010101 | 1011010 | 100111 |
Color Harmonies of #7A0ABF
Complementary color
Monochromatic Colors of #7A0ABF
Black with #7A0ABF
Text Example
Text Example
White with #7A0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0ABF; }
p { color: rgb(122,10,191); }
H1.HeaderClassName
{
color: #7A0ABF;
}
.AnyTagClassName
{
color: #7A0ABF;
}
</style>
background-color css
<style>
a { background-color: #7A0ABF; }
a { background-color: rgb(122,10,191); }
div.DivClassName
{
background-color: #7A0ABF;
}
.BgClassName
{
background-color: #7A0ABF;
}
</style>
border-color css
<style>
span { border-color: #7A0ABF; }
span { border-color: rgb(122,10,191); }
td.TdClassName
{
border-color: #7A0ABF;
}
.TagClassName
{
border-color: #7A0ABF;
}
</style>