Shades of Dark Violet #7D0BDF
Tints of Dark Violet #7D0BDF
RGB
CMYK
RGB Variations
Color information
#7D0BDF (or 0x7D0BDF) is known color: Dark Violet. HEX triplet: 7D, 0B and DF. RGB value is (125,11,223). Sum of RGB (Red+Green+Blue) = 125+11+223=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D0BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BDF is #82F420. Grayscale: #444444. Windows color (decimal): -8582177 or 14617469. OLE color: 14617469.
HSL color Cylindrical-coordinate representation of color #7D0BDF: hue angle of 272.26º 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 #7D0BDF is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 11 | 223 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.13 |
| HSL | 272.26º | 0.91% | 0.46% | - |
| HSV(B) | 272.26º | 0.95% | 0.87% | - |
| XYZ | 21.9 | 9.93 | 70.57 | - |
| YUV | 69.25 | 214.77 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 223 | 0.44 | 0.95 | 0 | 0.13 | 272.26 | 0.91 | 0.46 |
| Hex | 7D | B | DF | 2C | 5F | 0 | D | 110 | 5B | 2E |
| Octal | 175 | 13 | 337 | 54 | 137 | 0 | 15 | 420 | 133 | 56 |
| Binary | 1111101 | 1011 | 11011111 | 101100 | 1011111 | 0 | 1101 | 100010000 | 1011011 | 101110 |
Color Harmonies of #7D0BDF
Complementary color
Monochromatic Colors of #7D0BDF
Black with #7D0BDF
Text Example
Text Example
White with #7D0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BDF; }
p { color: rgb(125,11,223); }
H1.HeaderClassName
{
color: #7D0BDF;
}
.AnyTagClassName
{
color: #7D0BDF;
}
</style>
background-color css
<style>
a { background-color: #7D0BDF; }
a { background-color: rgb(125,11,223); }
div.DivClassName
{
background-color: #7D0BDF;
}
.BgClassName
{
background-color: #7D0BDF;
}
</style>
border-color css
<style>
span { border-color: #7D0BDF; }
span { border-color: rgb(125,11,223); }
td.TdClassName
{
border-color: #7D0BDF;
}
.TagClassName
{
border-color: #7D0BDF;
}
</style>