Shades of Dark Violet #7D06DB
Tints of Dark Violet #7D06DB
RGB
CMYK
RGB Variations
Color information
#7D06DB (or 0x7D06DB) is known color: Dark Violet. HEX triplet: 7D, 06 and DB. RGB value is (125,6,219). Sum of RGB (Red+Green+Blue) = 125+6+219=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D06DB is #82F924. Grayscale: #414141. Windows color (decimal): -8583461 or 14354045. OLE color: 14354045.
HSL color Cylindrical-coordinate representation of color #7D06DB: hue angle of 273.52º 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 #7D06DB is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 6 | 219 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.14 |
| HSL | 273.52º | 0.95% | 0.44% | - |
| HSV(B) | 273.52º | 0.97% | 0.86% | - |
| XYZ | 21.31 | 9.6 | 67.75 | - |
| YUV | 65.86 | 214.42 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 219 | 0.43 | 0.97 | 0 | 0.14 | 273.52 | 0.95 | 0.44 |
| Hex | 7D | 6 | DB | 2B | 61 | 0 | E | 112 | 5F | 2C |
| Octal | 175 | 6 | 333 | 53 | 141 | 0 | 16 | 422 | 137 | 54 |
| Binary | 1111101 | 110 | 11011011 | 101011 | 1100001 | 0 | 1110 | 100010010 | 1011111 | 101100 |
Color Harmonies of #7D06DB
Complementary color
Monochromatic Colors of #7D06DB
Black with #7D06DB
Text Example
Text Example
White with #7D06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D06DB; }
p { color: rgb(125,6,219); }
H1.HeaderClassName
{
color: #7D06DB;
}
.AnyTagClassName
{
color: #7D06DB;
}
</style>
background-color css
<style>
a { background-color: #7D06DB; }
a { background-color: rgb(125,6,219); }
div.DivClassName
{
background-color: #7D06DB;
}
.BgClassName
{
background-color: #7D06DB;
}
</style>
border-color css
<style>
span { border-color: #7D06DB; }
span { border-color: rgb(125,6,219); }
td.TdClassName
{
border-color: #7D06DB;
}
.TagClassName
{
border-color: #7D06DB;
}
</style>