Shades of Dark Violet #7D0BDE
Tints of Dark Violet #7D0BDE
RGB
CMYK
RGB Variations
Color information
#7D0BDE (or 0x7D0BDE) is known color: Dark Violet. HEX triplet: 7D, 0B and DE. RGB value is (125,11,222). Sum of RGB (Red+Green+Blue) = 125+11+222=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D0BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BDE is #82F421. Grayscale: #444444. Windows color (decimal): -8582178 or 14551933. OLE color: 14551933.
HSL color Cylindrical-coordinate representation of color #7D0BDE: hue angle of 272.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0BDE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 11 | 222 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.13 |
| HSL | 272.42º | 0.91% | 0.46% | - |
| HSV(B) | 272.42º | 0.95% | 0.87% | - |
| XYZ | 21.76 | 9.87 | 69.87 | - |
| YUV | 69.14 | 214.27 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 222 | 0.44 | 0.95 | 0 | 0.13 | 272.42 | 0.91 | 0.46 |
| Hex | 7D | B | DE | 2C | 5F | 0 | D | 110 | 5B | 2E |
| Octal | 175 | 13 | 336 | 54 | 137 | 0 | 15 | 420 | 133 | 56 |
| Binary | 1111101 | 1011 | 11011110 | 101100 | 1011111 | 0 | 1101 | 100010000 | 1011011 | 101110 |
Color Harmonies of #7D0BDE
Complementary color
Monochromatic Colors of #7D0BDE
Black with #7D0BDE
Text Example
Text Example
White with #7D0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BDE; }
p { color: rgb(125,11,222); }
H1.HeaderClassName
{
color: #7D0BDE;
}
.AnyTagClassName
{
color: #7D0BDE;
}
</style>
background-color css
<style>
a { background-color: #7D0BDE; }
a { background-color: rgb(125,11,222); }
div.DivClassName
{
background-color: #7D0BDE;
}
.BgClassName
{
background-color: #7D0BDE;
}
</style>
border-color css
<style>
span { border-color: #7D0BDE; }
span { border-color: rgb(125,11,222); }
td.TdClassName
{
border-color: #7D0BDE;
}
.TagClassName
{
border-color: #7D0BDE;
}
</style>