Shades of Dark Violet #7A07DA
Tints of Dark Violet #7A07DA
RGB
CMYK
RGB Variations
Color information
#7A07DA (or 0x7A07DA) is known color: Dark Violet. HEX triplet: 7A, 07 and DA. RGB value is (122,7,218). Sum of RGB (Red+Green+Blue) = 122+7+218=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A07DA is #85F825. Grayscale: #404040. Windows color (decimal): -8779814 or 14288762. OLE color: 14288762.
HSL color Cylindrical-coordinate representation of color #7A07DA: hue angle of 272.7º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07DA is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 7 | 218 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.15 |
| HSL | 272.7º | 0.94% | 0.44% | - |
| HSV(B) | 272.7º | 0.97% | 0.85% | - |
| XYZ | 20.76 | 9.35 | 67.04 | - |
| YUV | 65.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 218 | 0.44 | 0.97 | 0 | 0.15 | 272.7 | 0.94 | 0.44 |
| Hex | 7A | 7 | DA | 2C | 61 | 0 | F | 111 | 5E | 2C |
| Octal | 172 | 7 | 332 | 54 | 141 | 0 | 17 | 421 | 136 | 54 |
| Binary | 1111010 | 111 | 11011010 | 101100 | 1100001 | 0 | 1111 | 100010001 | 1011110 | 101100 |
Color Harmonies of #7A07DA
Complementary color
Monochromatic Colors of #7A07DA
Black with #7A07DA
Text Example
Text Example
White with #7A07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07DA; }
p { color: rgb(122,7,218); }
H1.HeaderClassName
{
color: #7A07DA;
}
.AnyTagClassName
{
color: #7A07DA;
}
</style>
background-color css
<style>
a { background-color: #7A07DA; }
a { background-color: rgb(122,7,218); }
div.DivClassName
{
background-color: #7A07DA;
}
.BgClassName
{
background-color: #7A07DA;
}
</style>
border-color css
<style>
span { border-color: #7A07DA; }
span { border-color: rgb(122,7,218); }
td.TdClassName
{
border-color: #7A07DA;
}
.TagClassName
{
border-color: #7A07DA;
}
</style>