Shades of Dark Violet #7E01DD
Tints of Dark Violet #7E01DD
RGB
CMYK
RGB Variations
Color information
#7E01DD (or 0x7E01DD) is known color: Dark Violet. HEX triplet: 7E, 01 and DD. RGB value is (126,1,221). Sum of RGB (Red+Green+Blue) = 126+1+221=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E01DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E01DD is #81FE22. Grayscale: #3E3E3E. Windows color (decimal): -8519203 or 14483838. OLE color: 14483838.
HSL color Cylindrical-coordinate representation of color #7E01DD: hue angle of 274.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E01DD is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 1 | 221 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.13 |
| HSL | 274.09º | 0.99% | 0.44% | - |
| HSV(B) | 274.09º | 1% | 0.87% | - |
| XYZ | 21.67 | 9.68 | 69.13 | - |
| YUV | 63.46 | 216.91 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 221 | 0.43 | 1.00 | 0 | 0.13 | 274.09 | 0.99 | 0.44 |
| Hex | 7E | 1 | DD | 2B | 64 | 0 | D | 112 | 63 | 2C |
| Octal | 176 | 1 | 335 | 53 | 144 | 0 | 15 | 422 | 143 | 54 |
| Binary | 1111110 | 1 | 11011101 | 101011 | 1100100 | 0 | 1101 | 100010010 | 1100011 | 101100 |
Color Harmonies of #7E01DD
Complementary color
Monochromatic Colors of #7E01DD
Black with #7E01DD
Text Example
Text Example
White with #7E01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E01DD; }
p { color: rgb(126,1,221); }
H1.HeaderClassName
{
color: #7E01DD;
}
.AnyTagClassName
{
color: #7E01DD;
}
</style>
background-color css
<style>
a { background-color: #7E01DD; }
a { background-color: rgb(126,1,221); }
div.DivClassName
{
background-color: #7E01DD;
}
.BgClassName
{
background-color: #7E01DD;
}
</style>
border-color css
<style>
span { border-color: #7E01DD; }
span { border-color: rgb(126,1,221); }
td.TdClassName
{
border-color: #7E01DD;
}
.TagClassName
{
border-color: #7E01DD;
}
</style>