Shades of Dark Violet #7D03DC
Tints of Dark Violet #7D03DC
RGB
CMYK
RGB Variations
Color information
#7D03DC (or 0x7D03DC) is known color: Dark Violet. HEX triplet: 7D, 03 and DC. RGB value is (125,3,220). Sum of RGB (Red+Green+Blue) = 125+3+220=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D03DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D03DC is #82FC23. Grayscale: #3F3F3F. Windows color (decimal): -8584228 or 14418813. OLE color: 14418813.
HSL color Cylindrical-coordinate representation of color #7D03DC: hue angle of 273.73º 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 #7D03DC is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 3 | 220 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.14 |
| HSL | 273.73º | 0.97% | 0.44% | - |
| HSV(B) | 273.73º | 0.99% | 0.86% | - |
| XYZ | 21.41 | 9.59 | 68.43 | - |
| YUV | 64.22 | 215.92 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 220 | 0.43 | 0.99 | 0 | 0.14 | 273.73 | 0.97 | 0.44 |
| Hex | 7D | 3 | DC | 2B | 63 | 0 | E | 112 | 61 | 2C |
| Octal | 175 | 3 | 334 | 53 | 143 | 0 | 16 | 422 | 141 | 54 |
| Binary | 1111101 | 11 | 11011100 | 101011 | 1100011 | 0 | 1110 | 100010010 | 1100001 | 101100 |
Color Harmonies of #7D03DC
Complementary color
Monochromatic Colors of #7D03DC
Black with #7D03DC
Text Example
Text Example
White with #7D03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D03DC; }
p { color: rgb(125,3,220); }
H1.HeaderClassName
{
color: #7D03DC;
}
.AnyTagClassName
{
color: #7D03DC;
}
</style>
background-color css
<style>
a { background-color: #7D03DC; }
a { background-color: rgb(125,3,220); }
div.DivClassName
{
background-color: #7D03DC;
}
.BgClassName
{
background-color: #7D03DC;
}
</style>
border-color css
<style>
span { border-color: #7D03DC; }
span { border-color: rgb(125,3,220); }
td.TdClassName
{
border-color: #7D03DC;
}
.TagClassName
{
border-color: #7D03DC;
}
</style>