Shades of Blue Violet #7E3CCE
Tints of Blue Violet #7E3CCE
RGB
CMYK
RGB Variations
Color information
#7E3CCE (or 0x7E3CCE) is known color: Blue Violet. HEX triplet: 7E, 3C and CE. RGB value is (126,60,206). Sum of RGB (Red+Green+Blue) = 126+60+206=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CCE is #81C331. Grayscale: #5F5F5F. Windows color (decimal): -8504114 or 13515902. OLE color: 13515902.
HSL color Cylindrical-coordinate representation of color #7E3CCE: hue angle of 267.12º 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 #7E3CCE is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 60 | 206 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.19 |
| HSL | 267.12º | 0.6% | 0.52% | - |
| HSV(B) | 267.12º | 0.71% | 0.81% | - |
| XYZ | 21.36 | 12.12 | 59.61 | - |
| YUV | 96.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 206 | 0.39 | 0.71 | 0 | 0.19 | 267.12 | 0.6 | 0.52 |
| Hex | 7E | 3C | CE | 27 | 47 | 0 | 13 | 10B | 3C | 34 |
| Octal | 176 | 74 | 316 | 47 | 107 | 0 | 23 | 413 | 74 | 64 |
| Binary | 1111110 | 111100 | 11001110 | 100111 | 1000111 | 0 | 10011 | 100001011 | 111100 | 110100 |
Color Harmonies of #7E3CCE
Complementary color
Monochromatic Colors of #7E3CCE
Black with #7E3CCE
Text Example
Text Example
White with #7E3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3CCE; }
p { color: rgb(126,60,206); }
H1.HeaderClassName
{
color: #7E3CCE;
}
.AnyTagClassName
{
color: #7E3CCE;
}
</style>
background-color css
<style>
a { background-color: #7E3CCE; }
a { background-color: rgb(126,60,206); }
div.DivClassName
{
background-color: #7E3CCE;
}
.BgClassName
{
background-color: #7E3CCE;
}
</style>
border-color css
<style>
span { border-color: #7E3CCE; }
span { border-color: rgb(126,60,206); }
td.TdClassName
{
border-color: #7E3CCE;
}
.TagClassName
{
border-color: #7E3CCE;
}
</style>