Shades of Dark Violet #7A06DB
Tints of Dark Violet #7A06DB
RGB
CMYK
RGB Variations
Color information
#7A06DB (or 0x7A06DB) is known color: Dark Violet. HEX triplet: 7A, 06 and DB. RGB value is (122,6,219). Sum of RGB (Red+Green+Blue) = 122+6+219=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A06DB is #85F924. Grayscale: #404040. Windows color (decimal): -8780069 or 14354042. OLE color: 14354042.
HSL color Cylindrical-coordinate representation of color #7A06DB: hue angle of 272.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A06DB is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 6 | 219 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.14 |
| HSL | 272.68º | 0.95% | 0.44% | - |
| HSV(B) | 272.68º | 0.97% | 0.86% | - |
| XYZ | 20.88 | 9.38 | 67.73 | - |
| YUV | 64.97 | 214.93 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 219 | 0.44 | 0.97 | 0 | 0.14 | 272.68 | 0.95 | 0.44 |
| Hex | 7A | 6 | DB | 2C | 61 | 0 | E | 111 | 5F | 2C |
| Octal | 172 | 6 | 333 | 54 | 141 | 0 | 16 | 421 | 137 | 54 |
| Binary | 1111010 | 110 | 11011011 | 101100 | 1100001 | 0 | 1110 | 100010001 | 1011111 | 101100 |
Color Harmonies of #7A06DB
Complementary color
Monochromatic Colors of #7A06DB
Black with #7A06DB
Text Example
Text Example
White with #7A06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A06DB; }
p { color: rgb(122,6,219); }
H1.HeaderClassName
{
color: #7A06DB;
}
.AnyTagClassName
{
color: #7A06DB;
}
</style>
background-color css
<style>
a { background-color: #7A06DB; }
a { background-color: rgb(122,6,219); }
div.DivClassName
{
background-color: #7A06DB;
}
.BgClassName
{
background-color: #7A06DB;
}
</style>
border-color css
<style>
span { border-color: #7A06DB; }
span { border-color: rgb(122,6,219); }
td.TdClassName
{
border-color: #7A06DB;
}
.TagClassName
{
border-color: #7A06DB;
}
</style>