Shades of Dark Violet #7D07DD
Tints of Dark Violet #7D07DD
RGB
CMYK
RGB Variations
Color information
#7D07DD (or 0x7D07DD) is known color: Dark Violet. HEX triplet: 7D, 07 and DD. RGB value is (125,7,221). Sum of RGB (Red+Green+Blue) = 125+7+221=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D07DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D07DD is #82F822. Grayscale: #414141. Windows color (decimal): -8583203 or 14485373. OLE color: 14485373.
HSL color Cylindrical-coordinate representation of color #7D07DD: hue angle of 273.08º degrees, saturation: 0.94, 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 #7D07DD is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 7 | 221 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.13 |
| HSL | 273.08º | 0.94% | 0.45% | - |
| HSV(B) | 273.08º | 0.97% | 0.87% | - |
| XYZ | 21.58 | 9.73 | 69.15 | - |
| YUV | 66.68 | 215.09 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 221 | 0.43 | 0.97 | 0 | 0.13 | 273.08 | 0.94 | 0.45 |
| Hex | 7D | 7 | DD | 2B | 61 | 0 | D | 111 | 5E | 2D |
| Octal | 175 | 7 | 335 | 53 | 141 | 0 | 15 | 421 | 136 | 55 |
| Binary | 1111101 | 111 | 11011101 | 101011 | 1100001 | 0 | 1101 | 100010001 | 1011110 | 101101 |
Color Harmonies of #7D07DD
Complementary color
Monochromatic Colors of #7D07DD
Black with #7D07DD
Text Example
Text Example
White with #7D07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D07DD; }
p { color: rgb(125,7,221); }
H1.HeaderClassName
{
color: #7D07DD;
}
.AnyTagClassName
{
color: #7D07DD;
}
</style>
background-color css
<style>
a { background-color: #7D07DD; }
a { background-color: rgb(125,7,221); }
div.DivClassName
{
background-color: #7D07DD;
}
.BgClassName
{
background-color: #7D07DD;
}
</style>
border-color css
<style>
span { border-color: #7D07DD; }
span { border-color: rgb(125,7,221); }
td.TdClassName
{
border-color: #7D07DD;
}
.TagClassName
{
border-color: #7D07DD;
}
</style>