Shades of Dark Violet #7A07DD
Tints of Dark Violet #7A07DD
RGB
CMYK
RGB Variations
Color information
#7A07DD (or 0x7A07DD) is known color: Dark Violet. HEX triplet: 7A, 07 and DD. RGB value is (122,7,221). Sum of RGB (Red+Green+Blue) = 122+7+221=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A07DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A07DD is #85F822. Grayscale: #414141. Windows color (decimal): -8779811 or 14485370. OLE color: 14485370.
HSL color Cylindrical-coordinate representation of color #7A07DD: hue angle of 272.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07DD is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 7 | 221 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.13 |
| HSL | 272.24º | 0.94% | 0.45% | - |
| HSV(B) | 272.24º | 0.97% | 0.87% | - |
| XYZ | 21.15 | 9.51 | 69.13 | - |
| YUV | 65.78 | 215.6 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 221 | 0.45 | 0.97 | 0 | 0.13 | 272.24 | 0.94 | 0.45 |
| Hex | 7A | 7 | DD | 2D | 61 | 0 | D | 110 | 5E | 2D |
| Octal | 172 | 7 | 335 | 55 | 141 | 0 | 15 | 420 | 136 | 55 |
| Binary | 1111010 | 111 | 11011101 | 101101 | 1100001 | 0 | 1101 | 100010000 | 1011110 | 101101 |
Color Harmonies of #7A07DD
Complementary color
Monochromatic Colors of #7A07DD
Black with #7A07DD
Text Example
Text Example
White with #7A07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07DD; }
p { color: rgb(122,7,221); }
H1.HeaderClassName
{
color: #7A07DD;
}
.AnyTagClassName
{
color: #7A07DD;
}
</style>
background-color css
<style>
a { background-color: #7A07DD; }
a { background-color: rgb(122,7,221); }
div.DivClassName
{
background-color: #7A07DD;
}
.BgClassName
{
background-color: #7A07DD;
}
</style>
border-color css
<style>
span { border-color: #7A07DD; }
span { border-color: rgb(122,7,221); }
td.TdClassName
{
border-color: #7A07DD;
}
.TagClassName
{
border-color: #7A07DD;
}
</style>