Shades of Dark Violet #7D0BDD
Tints of Dark Violet #7D0BDD
RGB
CMYK
RGB Variations
Color information
#7D0BDD (or 0x7D0BDD) is known color: Dark Violet. HEX triplet: 7D, 0B and DD. RGB value is (125,11,221). Sum of RGB (Red+Green+Blue) = 125+11+221=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D0BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BDD is #82F422. Grayscale: #444444. Windows color (decimal): -8582179 or 14486397. OLE color: 14486397.
HSL color Cylindrical-coordinate representation of color #7D0BDD: hue angle of 272.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0BDD is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 11 | 221 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.13 |
| HSL | 272.57º | 0.91% | 0.45% | - |
| HSV(B) | 272.57º | 0.95% | 0.87% | - |
| XYZ | 21.63 | 9.82 | 69.16 | - |
| YUV | 69.03 | 213.77 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 221 | 0.43 | 0.95 | 0 | 0.13 | 272.57 | 0.91 | 0.45 |
| Hex | 7D | B | DD | 2B | 5F | 0 | D | 111 | 5B | 2D |
| Octal | 175 | 13 | 335 | 53 | 137 | 0 | 15 | 421 | 133 | 55 |
| Binary | 1111101 | 1011 | 11011101 | 101011 | 1011111 | 0 | 1101 | 100010001 | 1011011 | 101101 |
Color Harmonies of #7D0BDD
Complementary color
Monochromatic Colors of #7D0BDD
Black with #7D0BDD
Text Example
Text Example
White with #7D0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BDD; }
p { color: rgb(125,11,221); }
H1.HeaderClassName
{
color: #7D0BDD;
}
.AnyTagClassName
{
color: #7D0BDD;
}
</style>
background-color css
<style>
a { background-color: #7D0BDD; }
a { background-color: rgb(125,11,221); }
div.DivClassName
{
background-color: #7D0BDD;
}
.BgClassName
{
background-color: #7D0BDD;
}
</style>
border-color css
<style>
span { border-color: #7D0BDD; }
span { border-color: rgb(125,11,221); }
td.TdClassName
{
border-color: #7D0BDD;
}
.TagClassName
{
border-color: #7D0BDD;
}
</style>