Shades of Dark Violet #7A0DC3
Tints of Dark Violet #7A0DC3
RGB
CMYK
RGB Variations
Color information
#7A0DC3 (or 0x7A0DC3) is known color: Dark Violet. HEX triplet: 7A, 0D and C3. RGB value is (122,13,195). Sum of RGB (Red+Green+Blue) = 122+13+195=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 195 (76.56% from 255 or 59.09% from 330); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A0DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0DC3 is #85F23C. Grayscale: #414141. Windows color (decimal): -8778301 or 12782970. OLE color: 12782970.
HSL color Cylindrical-coordinate representation of color #7A0DC3: hue angle of 275.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0DC3 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 13 | 195 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.24 |
| HSL | 275.93º | 0.88% | 0.41% | - |
| HSV(B) | 275.93º | 0.93% | 0.76% | - |
| XYZ | 18.02 | 8.37 | 52.29 | - |
| YUV | 66.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 195 | 0.37 | 0.93 | 0 | 0.24 | 275.93 | 0.88 | 0.41 |
| Hex | 7A | D | C3 | 25 | 5D | 0 | 18 | 114 | 58 | 29 |
| Octal | 172 | 15 | 303 | 45 | 135 | 0 | 30 | 424 | 130 | 51 |
| Binary | 1111010 | 1101 | 11000011 | 100101 | 1011101 | 0 | 11000 | 100010100 | 1011000 | 101001 |
Color Harmonies of #7A0DC3
Complementary color
Monochromatic Colors of #7A0DC3
Black with #7A0DC3
Text Example
Text Example
White with #7A0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DC3; }
p { color: rgb(122,13,195); }
H1.HeaderClassName
{
color: #7A0DC3;
}
.AnyTagClassName
{
color: #7A0DC3;
}
</style>
background-color css
<style>
a { background-color: #7A0DC3; }
a { background-color: rgb(122,13,195); }
div.DivClassName
{
background-color: #7A0DC3;
}
.BgClassName
{
background-color: #7A0DC3;
}
</style>
border-color css
<style>
span { border-color: #7A0DC3; }
span { border-color: rgb(122,13,195); }
td.TdClassName
{
border-color: #7A0DC3;
}
.TagClassName
{
border-color: #7A0DC3;
}
</style>