Shades of Blue Violet #7E3BCE
Tints of Blue Violet #7E3BCE
RGB
CMYK
RGB Variations
Color information
#7E3BCE (or 0x7E3BCE) is known color: Blue Violet. HEX triplet: 7E, 3B and CE. RGB value is (126,59,206). Sum of RGB (Red+Green+Blue) = 126+59+206=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3BCE is #81C431. Grayscale: #5F5F5F. Windows color (decimal): -8504370 or 13515646. OLE color: 13515646.
HSL color Cylindrical-coordinate representation of color #7E3BCE: hue angle of 267.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3BCE is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 59 | 206 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.19 |
| HSL | 267.35º | 0.6% | 0.52% | - |
| HSV(B) | 267.35º | 0.71% | 0.81% | - |
| XYZ | 21.31 | 12.02 | 59.59 | - |
| YUV | 95.79 | 190.2 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 206 | 0.39 | 0.71 | 0 | 0.19 | 267.35 | 0.6 | 0.52 |
| Hex | 7E | 3B | CE | 27 | 47 | 0 | 13 | 10B | 3C | 34 |
| Octal | 176 | 73 | 316 | 47 | 107 | 0 | 23 | 413 | 74 | 64 |
| Binary | 1111110 | 111011 | 11001110 | 100111 | 1000111 | 0 | 10011 | 100001011 | 111100 | 110100 |
Color Harmonies of #7E3BCE
Complementary color
Monochromatic Colors of #7E3BCE
Black with #7E3BCE
Text Example
Text Example
White with #7E3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3BCE; }
p { color: rgb(126,59,206); }
H1.HeaderClassName
{
color: #7E3BCE;
}
.AnyTagClassName
{
color: #7E3BCE;
}
</style>
background-color css
<style>
a { background-color: #7E3BCE; }
a { background-color: rgb(126,59,206); }
div.DivClassName
{
background-color: #7E3BCE;
}
.BgClassName
{
background-color: #7E3BCE;
}
</style>
border-color css
<style>
span { border-color: #7E3BCE; }
span { border-color: rgb(126,59,206); }
td.TdClassName
{
border-color: #7E3BCE;
}
.TagClassName
{
border-color: #7E3BCE;
}
</style>