Shades of Dark Violet #7E14BF
Tints of Dark Violet #7E14BF
RGB
CMYK
RGB Variations
Color information
#7E14BF (or 0x7E14BF) is known color: Dark Violet. HEX triplet: 7E, 14 and BF. RGB value is (126,20,191). Sum of RGB (Red+Green+Blue) = 126+20+191=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E14BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E14BF is #81EB40. Grayscale: #464646. Windows color (decimal): -8514369 or 12522622. OLE color: 12522622.
HSL color Cylindrical-coordinate representation of color #7E14BF: hue angle of 277.19º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E14BF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 20 | 191 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.25 |
| HSL | 277.19º | 0.81% | 0.41% | - |
| HSV(B) | 277.19º | 0.9% | 0.75% | - |
| XYZ | 18.26 | 8.7 | 50.01 | - |
| YUV | 71.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 191 | 0.34 | 0.90 | 0 | 0.25 | 277.19 | 0.81 | 0.41 |
| Hex | 7E | 14 | BF | 22 | 5A | 0 | 19 | 115 | 51 | 29 |
| Octal | 176 | 24 | 277 | 42 | 132 | 0 | 31 | 425 | 121 | 51 |
| Binary | 1111110 | 10100 | 10111111 | 100010 | 1011010 | 0 | 11001 | 100010101 | 1010001 | 101001 |
Color Harmonies of #7E14BF
Complementary color
Monochromatic Colors of #7E14BF
Black with #7E14BF
Text Example
Text Example
White with #7E14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E14BF; }
p { color: rgb(126,20,191); }
H1.HeaderClassName
{
color: #7E14BF;
}
.AnyTagClassName
{
color: #7E14BF;
}
</style>
background-color css
<style>
a { background-color: #7E14BF; }
a { background-color: rgb(126,20,191); }
div.DivClassName
{
background-color: #7E14BF;
}
.BgClassName
{
background-color: #7E14BF;
}
</style>
border-color css
<style>
span { border-color: #7E14BF; }
span { border-color: rgb(126,20,191); }
td.TdClassName
{
border-color: #7E14BF;
}
.TagClassName
{
border-color: #7E14BF;
}
</style>