Shades of Blue Violet #7E1ACE
Tints of Blue Violet #7E1ACE
RGB
CMYK
RGB Variations
Color information
#7E1ACE (or 0x7E1ACE) is known color: Blue Violet. HEX triplet: 7E, 1A and CE. RGB value is (126,26,206). Sum of RGB (Red+Green+Blue) = 126+26+206=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E1ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ACE is #81E531. Grayscale: #4B4B4B. Windows color (decimal): -8512818 or 13507198. OLE color: 13507198.
HSL color Cylindrical-coordinate representation of color #7E1ACE: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1ACE is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 26 | 206 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.19 |
| HSL | 273.33º | 0.78% | 0.45% | - |
| HSV(B) | 273.33º | 0.87% | 0.81% | - |
| XYZ | 20.11 | 9.63 | 59.19 | - |
| YUV | 76.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 26 | 206 | 0.39 | 0.87 | 0 | 0.19 | 273.33 | 0.78 | 0.45 |
| Hex | 7E | 1A | CE | 27 | 57 | 0 | 13 | 111 | 4E | 2D |
| Octal | 176 | 32 | 316 | 47 | 127 | 0 | 23 | 421 | 116 | 55 |
| Binary | 1111110 | 11010 | 11001110 | 100111 | 1010111 | 0 | 10011 | 100010001 | 1001110 | 101101 |
Color Harmonies of #7E1ACE
Complementary color
Monochromatic Colors of #7E1ACE
Black with #7E1ACE
Text Example
Text Example
White with #7E1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1ACE; }
p { color: rgb(126,26,206); }
H1.HeaderClassName
{
color: #7E1ACE;
}
.AnyTagClassName
{
color: #7E1ACE;
}
</style>
background-color css
<style>
a { background-color: #7E1ACE; }
a { background-color: rgb(126,26,206); }
div.DivClassName
{
background-color: #7E1ACE;
}
.BgClassName
{
background-color: #7E1ACE;
}
</style>
border-color css
<style>
span { border-color: #7E1ACE; }
span { border-color: rgb(126,26,206); }
td.TdClassName
{
border-color: #7E1ACE;
}
.TagClassName
{
border-color: #7E1ACE;
}
</style>