Shades of Blue Violet #7E1ECE
Tints of Blue Violet #7E1ECE
RGB
CMYK
RGB Variations
Color information
#7E1ECE (or 0x7E1ECE) is known color: Blue Violet. HEX triplet: 7E, 1E and CE. RGB value is (126,30,206). Sum of RGB (Red+Green+Blue) = 126+30+206=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ECE is #81E131. Grayscale: #4E4E4E. Windows color (decimal): -8511794 or 13508222. OLE color: 13508222.
HSL color Cylindrical-coordinate representation of color #7E1ECE: hue angle of 272.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E1ECE is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 30 | 206 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.19 |
| HSL | 272.73º | 0.75% | 0.46% | - |
| HSV(B) | 272.73º | 0.85% | 0.81% | - |
| XYZ | 20.21 | 9.82 | 59.22 | - |
| YUV | 78.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 30 | 206 | 0.39 | 0.85 | 0 | 0.19 | 272.73 | 0.75 | 0.46 |
| Hex | 7E | 1E | CE | 27 | 55 | 0 | 13 | 111 | 4B | 2E |
| Octal | 176 | 36 | 316 | 47 | 125 | 0 | 23 | 421 | 113 | 56 |
| Binary | 1111110 | 11110 | 11001110 | 100111 | 1010101 | 0 | 10011 | 100010001 | 1001011 | 101110 |
Color Harmonies of #7E1ECE
Complementary color
Monochromatic Colors of #7E1ECE
Black with #7E1ECE
Text Example
Text Example
White with #7E1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1ECE; }
p { color: rgb(126,30,206); }
H1.HeaderClassName
{
color: #7E1ECE;
}
.AnyTagClassName
{
color: #7E1ECE;
}
</style>
background-color css
<style>
a { background-color: #7E1ECE; }
a { background-color: rgb(126,30,206); }
div.DivClassName
{
background-color: #7E1ECE;
}
.BgClassName
{
background-color: #7E1ECE;
}
</style>
border-color css
<style>
span { border-color: #7E1ECE; }
span { border-color: rgb(126,30,206); }
td.TdClassName
{
border-color: #7E1ECE;
}
.TagClassName
{
border-color: #7E1ECE;
}
</style>