Shades of Blue Violet #7E3ACE
Tints of Blue Violet #7E3ACE
RGB
CMYK
RGB Variations
Color information
#7E3ACE (or 0x7E3ACE) is known color: Blue Violet. HEX triplet: 7E, 3A and CE. RGB value is (126,58,206). Sum of RGB (Red+Green+Blue) = 126+58+206=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ACE is #81C531. Grayscale: #5E5E5E. Windows color (decimal): -8504626 or 13515390. OLE color: 13515390.
HSL color Cylindrical-coordinate representation of color #7E3ACE: hue angle of 267.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E3ACE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 58 | 206 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.19 |
| HSL | 267.57º | 0.6% | 0.52% | - |
| HSV(B) | 267.57º | 0.72% | 0.81% | - |
| XYZ | 21.26 | 11.92 | 59.57 | - |
| YUV | 95.2 | 190.53 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 206 | 0.39 | 0.72 | 0 | 0.19 | 267.57 | 0.6 | 0.52 |
| Hex | 7E | 3A | CE | 27 | 48 | 0 | 13 | 10C | 3C | 34 |
| Octal | 176 | 72 | 316 | 47 | 110 | 0 | 23 | 414 | 74 | 64 |
| Binary | 1111110 | 111010 | 11001110 | 100111 | 1001000 | 0 | 10011 | 100001100 | 111100 | 110100 |
Color Harmonies of #7E3ACE
Complementary color
Monochromatic Colors of #7E3ACE
Black with #7E3ACE
Text Example
Text Example
White with #7E3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3ACE; }
p { color: rgb(126,58,206); }
H1.HeaderClassName
{
color: #7E3ACE;
}
.AnyTagClassName
{
color: #7E3ACE;
}
</style>
background-color css
<style>
a { background-color: #7E3ACE; }
a { background-color: rgb(126,58,206); }
div.DivClassName
{
background-color: #7E3ACE;
}
.BgClassName
{
background-color: #7E3ACE;
}
</style>
border-color css
<style>
span { border-color: #7E3ACE; }
span { border-color: rgb(126,58,206); }
td.TdClassName
{
border-color: #7E3ACE;
}
.TagClassName
{
border-color: #7E3ACE;
}
</style>