Shades of Dark Violet #7E0DDC
Tints of Dark Violet #7E0DDC
RGB
CMYK
RGB Variations
Color information
#7E0DDC (or 0x7E0DDC) is known color: Dark Violet. HEX triplet: 7E, 0D and DC. RGB value is (126,13,220). Sum of RGB (Red+Green+Blue) = 126+13+220=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0DDC is #81F223. Grayscale: #454545. Windows color (decimal): -8516132 or 14421374. OLE color: 14421374.
HSL color Cylindrical-coordinate representation of color #7E0DDC: hue angle of 272.75º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0DDC is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 13 | 220 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.14 |
| HSL | 272.75º | 0.89% | 0.46% | - |
| HSV(B) | 272.75º | 0.94% | 0.86% | - |
| XYZ | 21.67 | 9.89 | 68.48 | - |
| YUV | 70.39 | 212.44 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 220 | 0.43 | 0.94 | 0 | 0.14 | 272.75 | 0.89 | 0.46 |
| Hex | 7E | D | DC | 2B | 5E | 0 | E | 111 | 59 | 2E |
| Octal | 176 | 15 | 334 | 53 | 136 | 0 | 16 | 421 | 131 | 56 |
| Binary | 1111110 | 1101 | 11011100 | 101011 | 1011110 | 0 | 1110 | 100010001 | 1011001 | 101110 |
Color Harmonies of #7E0DDC
Complementary color
Monochromatic Colors of #7E0DDC
Black with #7E0DDC
Text Example
Text Example
White with #7E0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0DDC; }
p { color: rgb(126,13,220); }
H1.HeaderClassName
{
color: #7E0DDC;
}
.AnyTagClassName
{
color: #7E0DDC;
}
</style>
background-color css
<style>
a { background-color: #7E0DDC; }
a { background-color: rgb(126,13,220); }
div.DivClassName
{
background-color: #7E0DDC;
}
.BgClassName
{
background-color: #7E0DDC;
}
</style>
border-color css
<style>
span { border-color: #7E0DDC; }
span { border-color: rgb(126,13,220); }
td.TdClassName
{
border-color: #7E0DDC;
}
.TagClassName
{
border-color: #7E0DDC;
}
</style>