Shades of Dark Violet #7D0CDB
Tints of Dark Violet #7D0CDB
RGB
CMYK
RGB Variations
Color information
#7D0CDB (or 0x7D0CDB) is known color: Dark Violet. HEX triplet: 7D, 0C and DB. RGB value is (125,12,219). Sum of RGB (Red+Green+Blue) = 125+12+219=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0CDB is #82F324. Grayscale: #444444. Windows color (decimal): -8581925 or 14355581. OLE color: 14355581.
HSL color Cylindrical-coordinate representation of color #7D0CDB: hue angle of 272.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0CDB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 12 | 219 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.14 |
| HSL | 272.75º | 0.9% | 0.45% | - |
| HSV(B) | 272.75º | 0.95% | 0.86% | - |
| XYZ | 21.38 | 9.74 | 67.77 | - |
| YUV | 69.39 | 212.44 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 219 | 0.43 | 0.95 | 0 | 0.14 | 272.75 | 0.9 | 0.45 |
| Hex | 7D | C | DB | 2B | 5F | 0 | E | 111 | 5A | 2D |
| Octal | 175 | 14 | 333 | 53 | 137 | 0 | 16 | 421 | 132 | 55 |
| Binary | 1111101 | 1100 | 11011011 | 101011 | 1011111 | 0 | 1110 | 100010001 | 1011010 | 101101 |
Color Harmonies of #7D0CDB
Complementary color
Monochromatic Colors of #7D0CDB
Black with #7D0CDB
Text Example
Text Example
White with #7D0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0CDB; }
p { color: rgb(125,12,219); }
H1.HeaderClassName
{
color: #7D0CDB;
}
.AnyTagClassName
{
color: #7D0CDB;
}
</style>
background-color css
<style>
a { background-color: #7D0CDB; }
a { background-color: rgb(125,12,219); }
div.DivClassName
{
background-color: #7D0CDB;
}
.BgClassName
{
background-color: #7D0CDB;
}
</style>
border-color css
<style>
span { border-color: #7D0CDB; }
span { border-color: rgb(125,12,219); }
td.TdClassName
{
border-color: #7D0CDB;
}
.TagClassName
{
border-color: #7D0CDB;
}
</style>