Shades of Dark Violet #7C0DDB
Tints of Dark Violet #7C0DDB
RGB
CMYK
RGB Variations
Color information
#7C0DDB (or 0x7C0DDB) is known color: Dark Violet. HEX triplet: 7C, 0D and DB. RGB value is (124,13,219). Sum of RGB (Red+Green+Blue) = 124+13+219=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 13 (5.47% from 255 or 3.65% 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 #7C0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0DDB is #83F224. Grayscale: #444444. Windows color (decimal): -8647205 or 14355836. OLE color: 14355836.
HSL color Cylindrical-coordinate representation of color #7C0DDB: hue angle of 272.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0DDB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 13 | 219 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.14 |
| HSL | 272.33º | 0.89% | 0.45% | - |
| HSV(B) | 272.33º | 0.94% | 0.86% | - |
| XYZ | 21.24 | 9.69 | 67.77 | - |
| YUV | 69.67 | 212.27 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 13 | 219 | 0.43 | 0.94 | 0 | 0.14 | 272.33 | 0.89 | 0.45 |
| Hex | 7C | D | DB | 2B | 5E | 0 | E | 110 | 59 | 2D |
| Octal | 174 | 15 | 333 | 53 | 136 | 0 | 16 | 420 | 131 | 55 |
| Binary | 1111100 | 1101 | 11011011 | 101011 | 1011110 | 0 | 1110 | 100010000 | 1011001 | 101101 |
Color Harmonies of #7C0DDB
Complementary color
Monochromatic Colors of #7C0DDB
Black with #7C0DDB
Text Example
Text Example
White with #7C0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0DDB; }
p { color: rgb(124,13,219); }
H1.HeaderClassName
{
color: #7C0DDB;
}
.AnyTagClassName
{
color: #7C0DDB;
}
</style>
background-color css
<style>
a { background-color: #7C0DDB; }
a { background-color: rgb(124,13,219); }
div.DivClassName
{
background-color: #7C0DDB;
}
.BgClassName
{
background-color: #7C0DDB;
}
</style>
border-color css
<style>
span { border-color: #7C0DDB; }
span { border-color: rgb(124,13,219); }
td.TdClassName
{
border-color: #7C0DDB;
}
.TagClassName
{
border-color: #7C0DDB;
}
</style>