Shades of Dark Violet #7D0BDA
Tints of Dark Violet #7D0BDA
RGB
CMYK
RGB Variations
Color information
#7D0BDA (or 0x7D0BDA) is known color: Dark Violet. HEX triplet: 7D, 0B and DA. RGB value is (125,11,218). Sum of RGB (Red+Green+Blue) = 125+11+218=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D0BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BDA is #82F425. Grayscale: #434343. Windows color (decimal): -8582182 or 14289789. OLE color: 14289789.
HSL color Cylindrical-coordinate representation of color #7D0BDA: hue angle of 273.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0BDA is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 11 | 218 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.15 |
| HSL | 273.04º | 0.9% | 0.45% | - |
| HSV(B) | 273.04º | 0.95% | 0.85% | - |
| XYZ | 21.23 | 9.66 | 67.08 | - |
| YUV | 68.68 | 212.27 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 218 | 0.43 | 0.95 | 0 | 0.15 | 273.04 | 0.9 | 0.45 |
| Hex | 7D | B | DA | 2B | 5F | 0 | F | 111 | 5A | 2D |
| Octal | 175 | 13 | 332 | 53 | 137 | 0 | 17 | 421 | 132 | 55 |
| Binary | 1111101 | 1011 | 11011010 | 101011 | 1011111 | 0 | 1111 | 100010001 | 1011010 | 101101 |
Color Harmonies of #7D0BDA
Complementary color
Monochromatic Colors of #7D0BDA
Black with #7D0BDA
Text Example
Text Example
White with #7D0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BDA; }
p { color: rgb(125,11,218); }
H1.HeaderClassName
{
color: #7D0BDA;
}
.AnyTagClassName
{
color: #7D0BDA;
}
</style>
background-color css
<style>
a { background-color: #7D0BDA; }
a { background-color: rgb(125,11,218); }
div.DivClassName
{
background-color: #7D0BDA;
}
.BgClassName
{
background-color: #7D0BDA;
}
</style>
border-color css
<style>
span { border-color: #7D0BDA; }
span { border-color: rgb(125,11,218); }
td.TdClassName
{
border-color: #7D0BDA;
}
.TagClassName
{
border-color: #7D0BDA;
}
</style>