Shades of Dark Violet #7E01DF
Tints of Dark Violet #7E01DF
RGB
CMYK
RGB Variations
Color information
#7E01DF (or 0x7E01DF) is known color: Dark Violet. HEX triplet: 7E, 01 and DF. RGB value is (126,1,223). Sum of RGB (Red+Green+Blue) = 126+1+223=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E01DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E01DF is #81FE20. Grayscale: #3E3E3E. Windows color (decimal): -8519201 or 14614910. OLE color: 14614910.
HSL color Cylindrical-coordinate representation of color #7E01DF: hue angle of 273.78º 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 #7E01DF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 1 | 223 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.13 |
| HSL | 273.78º | 0.99% | 0.44% | - |
| HSV(B) | 273.78º | 1% | 0.87% | - |
| XYZ | 21.93 | 9.79 | 70.54 | - |
| YUV | 63.68 | 217.91 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 223 | 0.43 | 1.00 | 0 | 0.13 | 273.78 | 0.99 | 0.44 |
| Hex | 7E | 1 | DF | 2B | 64 | 0 | D | 112 | 63 | 2C |
| Octal | 176 | 1 | 337 | 53 | 144 | 0 | 15 | 422 | 143 | 54 |
| Binary | 1111110 | 1 | 11011111 | 101011 | 1100100 | 0 | 1101 | 100010010 | 1100011 | 101100 |
Color Harmonies of #7E01DF
Complementary color
Monochromatic Colors of #7E01DF
Black with #7E01DF
Text Example
Text Example
White with #7E01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E01DF; }
p { color: rgb(126,1,223); }
H1.HeaderClassName
{
color: #7E01DF;
}
.AnyTagClassName
{
color: #7E01DF;
}
</style>
background-color css
<style>
a { background-color: #7E01DF; }
a { background-color: rgb(126,1,223); }
div.DivClassName
{
background-color: #7E01DF;
}
.BgClassName
{
background-color: #7E01DF;
}
</style>
border-color css
<style>
span { border-color: #7E01DF; }
span { border-color: rgb(126,1,223); }
td.TdClassName
{
border-color: #7E01DF;
}
.TagClassName
{
border-color: #7E01DF;
}
</style>