Shades of Dark Violet #7A0CC4
Tints of Dark Violet #7A0CC4
RGB
CMYK
RGB Variations
Color information
#7A0CC4 (or 0x7A0CC4) is known color: Dark Violet. HEX triplet: 7A, 0C and C4. RGB value is (122,12,196). Sum of RGB (Red+Green+Blue) = 122+12+196=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A0CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CC4 is #85F33B. Grayscale: #414141. Windows color (decimal): -8778556 or 12848250. OLE color: 12848250.
HSL color Cylindrical-coordinate representation of color #7A0CC4: hue angle of 275.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0CC4 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 12 | 196 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.23 |
| HSL | 275.87º | 0.88% | 0.41% | - |
| HSV(B) | 275.87º | 0.94% | 0.77% | - |
| XYZ | 18.12 | 8.39 | 52.89 | - |
| YUV | 65.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 196 | 0.38 | 0.94 | 0 | 0.23 | 275.87 | 0.88 | 0.41 |
| Hex | 7A | C | C4 | 26 | 5E | 0 | 17 | 114 | 58 | 29 |
| Octal | 172 | 14 | 304 | 46 | 136 | 0 | 27 | 424 | 130 | 51 |
| Binary | 1111010 | 1100 | 11000100 | 100110 | 1011110 | 0 | 10111 | 100010100 | 1011000 | 101001 |
Color Harmonies of #7A0CC4
Complementary color
Monochromatic Colors of #7A0CC4
Black with #7A0CC4
Text Example
Text Example
White with #7A0CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CC4; }
p { color: rgb(122,12,196); }
H1.HeaderClassName
{
color: #7A0CC4;
}
.AnyTagClassName
{
color: #7A0CC4;
}
</style>
background-color css
<style>
a { background-color: #7A0CC4; }
a { background-color: rgb(122,12,196); }
div.DivClassName
{
background-color: #7A0CC4;
}
.BgClassName
{
background-color: #7A0CC4;
}
</style>
border-color css
<style>
span { border-color: #7A0CC4; }
span { border-color: rgb(122,12,196); }
td.TdClassName
{
border-color: #7A0CC4;
}
.TagClassName
{
border-color: #7A0CC4;
}
</style>