Shades of Dark Violet #7A00DD
Tints of Dark Violet #7A00DD
RGB
CMYK
RGB Variations
Color information
#7A00DD (or 0x7A00DD) is known color: Dark Violet. HEX triplet: 7A, 00 and DD. RGB value is (122,0,221). Sum of RGB (Red+Green+Blue) = 122+0+221=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A00DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00DD is #85FF22. Grayscale: #3C3C3C. Windows color (decimal): -8781603 or 14483578. OLE color: 14483578.
HSL color Cylindrical-coordinate representation of color #7A00DD: hue angle of 273.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00DD is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 0 | 221 | - |
| CMYK | 0.45 | 1 | 0 | 0.13 |
| HSL | 273.12º | 1% | 0.43% | - |
| HSV(B) | 273.12º | 1% | 0.87% | - |
| XYZ | 21.08 | 9.36 | 69.1 | - |
| YUV | 61.67 | 217.92 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 221 | 0.45 | 1 | 0 | 0.13 | 273.12 | 1 | 0.43 |
| Hex | 7A | 0 | DD | 2D | 64 | 0 | D | 111 | 64 | 2B |
| Octal | 172 | 0 | 335 | 55 | 144 | 0 | 15 | 421 | 144 | 53 |
| Binary | 1111010 | 0 | 11011101 | 101101 | 1100100 | 0 | 1101 | 100010001 | 1100100 | 101011 |
Color Harmonies of #7A00DD
Complementary color
Monochromatic Colors of #7A00DD
Black with #7A00DD
Text Example
Text Example
White with #7A00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00DD; }
p { color: rgb(122,0,221); }
H1.HeaderClassName
{
color: #7A00DD;
}
.AnyTagClassName
{
color: #7A00DD;
}
</style>
background-color css
<style>
a { background-color: #7A00DD; }
a { background-color: rgb(122,0,221); }
div.DivClassName
{
background-color: #7A00DD;
}
.BgClassName
{
background-color: #7A00DD;
}
</style>
border-color css
<style>
span { border-color: #7A00DD; }
span { border-color: rgb(122,0,221); }
td.TdClassName
{
border-color: #7A00DD;
}
.TagClassName
{
border-color: #7A00DD;
}
</style>