Shades of Dark Violet #7A0CB2
Tints of Dark Violet #7A0CB2
RGB
CMYK
RGB Variations
Color information
#7A0CB2 (or 0x7A0CB2) is known color: Dark Violet. HEX triplet: 7A, 0C and B2. RGB value is (122,12,178). Sum of RGB (Red+Green+Blue) = 122+12+178=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A0CB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0CB2 is #85F34D. Grayscale: #3F3F3F. Windows color (decimal): -8778574 or 11668602. OLE color: 11668602.
HSL color Cylindrical-coordinate representation of color #7A0CB2: hue angle of 279.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0CB2 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 12 | 178 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.30 |
| HSL | 279.76º | 0.87% | 0.37% | - |
| HSV(B) | 279.76º | 0.93% | 0.7% | - |
| XYZ | 16.19 | 7.61 | 42.74 | - |
| YUV | 63.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 178 | 0.31 | 0.93 | 0 | 0.30 | 279.76 | 0.87 | 0.37 |
| Hex | 7A | C | B2 | 1F | 5D | 0 | 1E | 118 | 57 | 25 |
| Octal | 172 | 14 | 262 | 37 | 135 | 0 | 36 | 430 | 127 | 45 |
| Binary | 1111010 | 1100 | 10110010 | 11111 | 1011101 | 0 | 11110 | 100011000 | 1010111 | 100101 |
Color Harmonies of #7A0CB2
Complementary color
Monochromatic Colors of #7A0CB2
Black with #7A0CB2
Text Example
Text Example
White with #7A0CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CB2; }
p { color: rgb(122,12,178); }
H1.HeaderClassName
{
color: #7A0CB2;
}
.AnyTagClassName
{
color: #7A0CB2;
}
</style>
background-color css
<style>
a { background-color: #7A0CB2; }
a { background-color: rgb(122,12,178); }
div.DivClassName
{
background-color: #7A0CB2;
}
.BgClassName
{
background-color: #7A0CB2;
}
</style>
border-color css
<style>
span { border-color: #7A0CB2; }
span { border-color: rgb(122,12,178); }
td.TdClassName
{
border-color: #7A0CB2;
}
.TagClassName
{
border-color: #7A0CB2;
}
</style>