Shades of Dark Violet #7A00DC
Tints of Dark Violet #7A00DC
RGB
CMYK
RGB Variations
Color information
#7A00DC (or 0x7A00DC) is known color: Dark Violet. HEX triplet: 7A, 00 and DC. RGB value is (122,0,220). Sum of RGB (Red+Green+Blue) = 122+0+220=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A00DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00DC is #85FF23. Grayscale: #3C3C3C. Windows color (decimal): -8781604 or 14418042. OLE color: 14418042.
HSL color Cylindrical-coordinate representation of color #7A00DC: hue angle of 273.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00DC is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 0 | 220 | - |
| CMYK | 0.45 | 1 | 0 | 0.14 |
| HSL | 273.27º | 1% | 0.43% | - |
| HSV(B) | 273.27º | 1% | 0.86% | - |
| XYZ | 20.94 | 9.3 | 68.4 | - |
| YUV | 61.56 | 217.42 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 220 | 0.45 | 1 | 0 | 0.14 | 273.27 | 1 | 0.43 |
| Hex | 7A | 0 | DC | 2D | 64 | 0 | E | 111 | 64 | 2B |
| Octal | 172 | 0 | 334 | 55 | 144 | 0 | 16 | 421 | 144 | 53 |
| Binary | 1111010 | 0 | 11011100 | 101101 | 1100100 | 0 | 1110 | 100010001 | 1100100 | 101011 |
Color Harmonies of #7A00DC
Complementary color
Monochromatic Colors of #7A00DC
Black with #7A00DC
Text Example
Text Example
White with #7A00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00DC; }
p { color: rgb(122,0,220); }
H1.HeaderClassName
{
color: #7A00DC;
}
.AnyTagClassName
{
color: #7A00DC;
}
</style>
background-color css
<style>
a { background-color: #7A00DC; }
a { background-color: rgb(122,0,220); }
div.DivClassName
{
background-color: #7A00DC;
}
.BgClassName
{
background-color: #7A00DC;
}
</style>
border-color css
<style>
span { border-color: #7A00DC; }
span { border-color: rgb(122,0,220); }
td.TdClassName
{
border-color: #7A00DC;
}
.TagClassName
{
border-color: #7A00DC;
}
</style>