Shades of Dark Violet #7B06DD
Tints of Dark Violet #7B06DD
RGB
CMYK
RGB Variations
Color information
#7B06DD (or 0x7B06DD) is known color: Dark Violet. HEX triplet: 7B, 06 and DD. RGB value is (123,6,221). Sum of RGB (Red+Green+Blue) = 123+6+221=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 6 (2.73% from 255 or 1.71% 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 #7B06DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06DD is #84F922. Grayscale: #404040. Windows color (decimal): -8714531 or 14485115. OLE color: 14485115.
HSL color Cylindrical-coordinate representation of color #7B06DD: hue angle of 272.65º degrees, saturation: 0.95, 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 #7B06DD is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 6 | 221 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.13 |
| HSL | 272.65º | 0.95% | 0.45% | - |
| HSV(B) | 272.65º | 0.97% | 0.87% | - |
| XYZ | 21.28 | 9.56 | 69.13 | - |
| YUV | 65.49 | 215.76 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 221 | 0.44 | 0.97 | 0 | 0.13 | 272.65 | 0.95 | 0.45 |
| Hex | 7B | 6 | DD | 2C | 61 | 0 | D | 111 | 5F | 2D |
| Octal | 173 | 6 | 335 | 54 | 141 | 0 | 15 | 421 | 137 | 55 |
| Binary | 1111011 | 110 | 11011101 | 101100 | 1100001 | 0 | 1101 | 100010001 | 1011111 | 101101 |
Color Harmonies of #7B06DD
Complementary color
Monochromatic Colors of #7B06DD
Black with #7B06DD
Text Example
Text Example
White with #7B06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B06DD; }
p { color: rgb(123,6,221); }
H1.HeaderClassName
{
color: #7B06DD;
}
.AnyTagClassName
{
color: #7B06DD;
}
</style>
background-color css
<style>
a { background-color: #7B06DD; }
a { background-color: rgb(123,6,221); }
div.DivClassName
{
background-color: #7B06DD;
}
.BgClassName
{
background-color: #7B06DD;
}
</style>
border-color css
<style>
span { border-color: #7B06DD; }
span { border-color: rgb(123,6,221); }
td.TdClassName
{
border-color: #7B06DD;
}
.TagClassName
{
border-color: #7B06DD;
}
</style>