Shades of Dark Violet #7B06DC
Tints of Dark Violet #7B06DC
RGB
CMYK
RGB Variations
Color information
#7B06DC (or 0x7B06DC) is known color: Dark Violet. HEX triplet: 7B, 06 and DC. RGB value is (123,6,220). Sum of RGB (Red+Green+Blue) = 123+6+220=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B06DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06DC is #84F923. Grayscale: #404040. Windows color (decimal): -8714532 or 14419579. OLE color: 14419579.
HSL color Cylindrical-coordinate representation of color #7B06DC: hue angle of 272.8º 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 #7B06DC is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 6 | 220 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.14 |
| HSL | 272.8º | 0.95% | 0.44% | - |
| HSV(B) | 272.8º | 0.97% | 0.86% | - |
| XYZ | 21.15 | 9.51 | 68.43 | - |
| YUV | 65.38 | 215.26 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 220 | 0.44 | 0.97 | 0 | 0.14 | 272.8 | 0.95 | 0.44 |
| Hex | 7B | 6 | DC | 2C | 61 | 0 | E | 111 | 5F | 2C |
| Octal | 173 | 6 | 334 | 54 | 141 | 0 | 16 | 421 | 137 | 54 |
| Binary | 1111011 | 110 | 11011100 | 101100 | 1100001 | 0 | 1110 | 100010001 | 1011111 | 101100 |
Color Harmonies of #7B06DC
Complementary color
Monochromatic Colors of #7B06DC
Black with #7B06DC
Text Example
Text Example
White with #7B06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B06DC; }
p { color: rgb(123,6,220); }
H1.HeaderClassName
{
color: #7B06DC;
}
.AnyTagClassName
{
color: #7B06DC;
}
</style>
background-color css
<style>
a { background-color: #7B06DC; }
a { background-color: rgb(123,6,220); }
div.DivClassName
{
background-color: #7B06DC;
}
.BgClassName
{
background-color: #7B06DC;
}
</style>
border-color css
<style>
span { border-color: #7B06DC; }
span { border-color: rgb(123,6,220); }
td.TdClassName
{
border-color: #7B06DC;
}
.TagClassName
{
border-color: #7B06DC;
}
</style>