Shades of Dark Violet #7E00DB
Tints of Dark Violet #7E00DB
RGB
CMYK
RGB Variations
Color information
#7E00DB (or 0x7E00DB) is known color: Dark Violet. HEX triplet: 7E, 00 and DB. RGB value is (126,0,219). Sum of RGB (Red+Green+Blue) = 126+0+219=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E00DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00DB is #81FF24. Grayscale: #3D3D3D. Windows color (decimal): -8519461 or 14352510. OLE color: 14352510.
HSL color Cylindrical-coordinate representation of color #7E00DB: hue angle of 274.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00DB is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 0 | 219 | - |
| CMYK | 0.42 | 1 | 0 | 0.14 |
| HSL | 274.52º | 1% | 0.43% | - |
| HSV(B) | 274.52º | 1% | 0.86% | - |
| XYZ | 21.39 | 9.55 | 67.73 | - |
| YUV | 62.64 | 216.24 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 219 | 0.42 | 1 | 0 | 0.14 | 274.52 | 1 | 0.43 |
| Hex | 7E | 0 | DB | 2A | 64 | 0 | E | 113 | 64 | 2B |
| Octal | 176 | 0 | 333 | 52 | 144 | 0 | 16 | 423 | 144 | 53 |
| Binary | 1111110 | 0 | 11011011 | 101010 | 1100100 | 0 | 1110 | 100010011 | 1100100 | 101011 |
Color Harmonies of #7E00DB
Complementary color
Monochromatic Colors of #7E00DB
Black with #7E00DB
Text Example
Text Example
White with #7E00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00DB; }
p { color: rgb(126,0,219); }
H1.HeaderClassName
{
color: #7E00DB;
}
.AnyTagClassName
{
color: #7E00DB;
}
</style>
background-color css
<style>
a { background-color: #7E00DB; }
a { background-color: rgb(126,0,219); }
div.DivClassName
{
background-color: #7E00DB;
}
.BgClassName
{
background-color: #7E00DB;
}
</style>
border-color css
<style>
span { border-color: #7E00DB; }
span { border-color: rgb(126,0,219); }
td.TdClassName
{
border-color: #7E00DB;
}
.TagClassName
{
border-color: #7E00DB;
}
</style>