Shades of Dark Violet #7A0DC8
Tints of Dark Violet #7A0DC8
RGB
CMYK
RGB Variations
Color information
#7A0DC8 (or 0x7A0DC8) is known color: Dark Violet. HEX triplet: 7A, 0D and C8. RGB value is (122,13,200). Sum of RGB (Red+Green+Blue) = 122+13+200=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 200 (78.52% from 255 or 59.70% from 335); Max value from RGB is 200 - color contains mainly: blue. Hex color #7A0DC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0DC8 is #85F237. Grayscale: #424242. Windows color (decimal): -8778296 or 13110650. OLE color: 13110650.
HSL color Cylindrical-coordinate representation of color #7A0DC8: hue angle of 274.97º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0DC8 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 13 | 200 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.22 |
| HSL | 274.97º | 0.88% | 0.42% | - |
| HSV(B) | 274.97º | 0.94% | 0.78% | - |
| XYZ | 18.6 | 8.6 | 55.32 | - |
| YUV | 66.91 | 203.11 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 200 | 0.39 | 0.94 | 0 | 0.22 | 274.97 | 0.88 | 0.42 |
| Hex | 7A | D | C8 | 27 | 5E | 0 | 16 | 113 | 58 | 2A |
| Octal | 172 | 15 | 310 | 47 | 136 | 0 | 26 | 423 | 130 | 52 |
| Binary | 1111010 | 1101 | 11001000 | 100111 | 1011110 | 0 | 10110 | 100010011 | 1011000 | 101010 |
Color Harmonies of #7A0DC8
Complementary color
Monochromatic Colors of #7A0DC8
Black with #7A0DC8
Text Example
Text Example
White with #7A0DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DC8; }
p { color: rgb(122,13,200); }
H1.HeaderClassName
{
color: #7A0DC8;
}
.AnyTagClassName
{
color: #7A0DC8;
}
</style>
background-color css
<style>
a { background-color: #7A0DC8; }
a { background-color: rgb(122,13,200); }
div.DivClassName
{
background-color: #7A0DC8;
}
.BgClassName
{
background-color: #7A0DC8;
}
</style>
border-color css
<style>
span { border-color: #7A0DC8; }
span { border-color: rgb(122,13,200); }
td.TdClassName
{
border-color: #7A0DC8;
}
.TagClassName
{
border-color: #7A0DC8;
}
</style>