Shades of Dark Violet #7E14BE
Tints of Dark Violet #7E14BE
RGB
CMYK
RGB Variations
Color information
#7E14BE (or 0x7E14BE) is known color: Dark Violet. HEX triplet: 7E, 14 and BE. RGB value is (126,20,190). Sum of RGB (Red+Green+Blue) = 126+20+190=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E14BE is #81EB41. Grayscale: #464646. Windows color (decimal): -8514370 or 12457086. OLE color: 12457086.
HSL color Cylindrical-coordinate representation of color #7E14BE: hue angle of 277.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E14BE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 20 | 190 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.25 |
| HSL | 277.41º | 0.81% | 0.41% | - |
| HSV(B) | 277.41º | 0.89% | 0.75% | - |
| XYZ | 18.15 | 8.65 | 49.43 | - |
| YUV | 71.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 190 | 0.34 | 0.89 | 0 | 0.25 | 277.41 | 0.81 | 0.41 |
| Hex | 7E | 14 | BE | 22 | 59 | 0 | 19 | 115 | 51 | 29 |
| Octal | 176 | 24 | 276 | 42 | 131 | 0 | 31 | 425 | 121 | 51 |
| Binary | 1111110 | 10100 | 10111110 | 100010 | 1011001 | 0 | 11001 | 100010101 | 1010001 | 101001 |
Color Harmonies of #7E14BE
Complementary color
Monochromatic Colors of #7E14BE
Black with #7E14BE
Text Example
Text Example
White with #7E14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E14BE; }
p { color: rgb(126,20,190); }
H1.HeaderClassName
{
color: #7E14BE;
}
.AnyTagClassName
{
color: #7E14BE;
}
</style>
background-color css
<style>
a { background-color: #7E14BE; }
a { background-color: rgb(126,20,190); }
div.DivClassName
{
background-color: #7E14BE;
}
.BgClassName
{
background-color: #7E14BE;
}
</style>
border-color css
<style>
span { border-color: #7E14BE; }
span { border-color: rgb(126,20,190); }
td.TdClassName
{
border-color: #7E14BE;
}
.TagClassName
{
border-color: #7E14BE;
}
</style>