Shades of Blue Violet #7E3FCE
Tints of Blue Violet #7E3FCE
RGB
CMYK
RGB Variations
Color information
#7E3FCE (or 0x7E3FCE) is known color: Blue Violet. HEX triplet: 7E, 3F and CE. RGB value is (126,63,206). Sum of RGB (Red+Green+Blue) = 126+63+206=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FCE is #81C031. Grayscale: #616161. Windows color (decimal): -8503346 or 13516670. OLE color: 13516670.
HSL color Cylindrical-coordinate representation of color #7E3FCE: hue angle of 266.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3FCE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 63 | 206 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.19 |
| HSL | 266.43º | 0.59% | 0.53% | - |
| HSV(B) | 266.43º | 0.69% | 0.81% | - |
| XYZ | 21.52 | 12.45 | 59.66 | - |
| YUV | 98.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 206 | 0.39 | 0.69 | 0 | 0.19 | 266.43 | 0.59 | 0.53 |
| Hex | 7E | 3F | CE | 27 | 45 | 0 | 13 | 10A | 3B | 35 |
| Octal | 176 | 77 | 316 | 47 | 105 | 0 | 23 | 412 | 73 | 65 |
| Binary | 1111110 | 111111 | 11001110 | 100111 | 1000101 | 0 | 10011 | 100001010 | 111011 | 110101 |
Color Harmonies of #7E3FCE
Complementary color
Monochromatic Colors of #7E3FCE
Black with #7E3FCE
Text Example
Text Example
White with #7E3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FCE; }
p { color: rgb(126,63,206); }
H1.HeaderClassName
{
color: #7E3FCE;
}
.AnyTagClassName
{
color: #7E3FCE;
}
</style>
background-color css
<style>
a { background-color: #7E3FCE; }
a { background-color: rgb(126,63,206); }
div.DivClassName
{
background-color: #7E3FCE;
}
.BgClassName
{
background-color: #7E3FCE;
}
</style>
border-color css
<style>
span { border-color: #7E3FCE; }
span { border-color: rgb(126,63,206); }
td.TdClassName
{
border-color: #7E3FCE;
}
.TagClassName
{
border-color: #7E3FCE;
}
</style>