Shades of Dark Violet #7D03DB
Tints of Dark Violet #7D03DB
RGB
CMYK
RGB Variations
Color information
#7D03DB (or 0x7D03DB) is known color: Dark Violet. HEX triplet: 7D, 03 and DB. RGB value is (125,3,219). Sum of RGB (Red+Green+Blue) = 125+3+219=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 3 (1.56% from 255 or 0.86% 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 #7D03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D03DB is #82FC24. Grayscale: #3F3F3F. Windows color (decimal): -8584229 or 14353277. OLE color: 14353277.
HSL color Cylindrical-coordinate representation of color #7D03DB: hue angle of 273.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D03DB is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 3 | 219 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.14 |
| HSL | 273.89º | 0.97% | 0.44% | - |
| HSV(B) | 273.89º | 0.99% | 0.86% | - |
| XYZ | 21.28 | 9.54 | 67.74 | - |
| YUV | 64.1 | 215.42 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 219 | 0.43 | 0.99 | 0 | 0.14 | 273.89 | 0.97 | 0.44 |
| Hex | 7D | 3 | DB | 2B | 63 | 0 | E | 112 | 61 | 2C |
| Octal | 175 | 3 | 333 | 53 | 143 | 0 | 16 | 422 | 141 | 54 |
| Binary | 1111101 | 11 | 11011011 | 101011 | 1100011 | 0 | 1110 | 100010010 | 1100001 | 101100 |
Color Harmonies of #7D03DB
Complementary color
Monochromatic Colors of #7D03DB
Black with #7D03DB
Text Example
Text Example
White with #7D03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D03DB; }
p { color: rgb(125,3,219); }
H1.HeaderClassName
{
color: #7D03DB;
}
.AnyTagClassName
{
color: #7D03DB;
}
</style>
background-color css
<style>
a { background-color: #7D03DB; }
a { background-color: rgb(125,3,219); }
div.DivClassName
{
background-color: #7D03DB;
}
.BgClassName
{
background-color: #7D03DB;
}
</style>
border-color css
<style>
span { border-color: #7D03DB; }
span { border-color: rgb(125,3,219); }
td.TdClassName
{
border-color: #7D03DB;
}
.TagClassName
{
border-color: #7D03DB;
}
</style>