Shades of Blue Violet #7E3DCE
Tints of Blue Violet #7E3DCE
RGB
CMYK
RGB Variations
Color information
#7E3DCE (or 0x7E3DCE) is known color: Blue Violet. HEX triplet: 7E, 3D and CE. RGB value is (126,61,206). Sum of RGB (Red+Green+Blue) = 126+61+206=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E3DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DCE is #81C231. Grayscale: #606060. Windows color (decimal): -8503858 or 13516158. OLE color: 13516158.
HSL color Cylindrical-coordinate representation of color #7E3DCE: hue angle of 266.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E3DCE is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 61 | 206 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.19 |
| HSL | 266.9º | 0.6% | 0.52% | - |
| HSV(B) | 266.9º | 0.7% | 0.81% | - |
| XYZ | 21.41 | 12.23 | 59.62 | - |
| YUV | 96.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 206 | 0.39 | 0.70 | 0 | 0.19 | 266.9 | 0.6 | 0.52 |
| Hex | 7E | 3D | CE | 27 | 46 | 0 | 13 | 10B | 3C | 34 |
| Octal | 176 | 75 | 316 | 47 | 106 | 0 | 23 | 413 | 74 | 64 |
| Binary | 1111110 | 111101 | 11001110 | 100111 | 1000110 | 0 | 10011 | 100001011 | 111100 | 110100 |
Color Harmonies of #7E3DCE
Complementary color
Monochromatic Colors of #7E3DCE
Black with #7E3DCE
Text Example
Text Example
White with #7E3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3DCE; }
p { color: rgb(126,61,206); }
H1.HeaderClassName
{
color: #7E3DCE;
}
.AnyTagClassName
{
color: #7E3DCE;
}
</style>
background-color css
<style>
a { background-color: #7E3DCE; }
a { background-color: rgb(126,61,206); }
div.DivClassName
{
background-color: #7E3DCE;
}
.BgClassName
{
background-color: #7E3DCE;
}
</style>
border-color css
<style>
span { border-color: #7E3DCE; }
span { border-color: rgb(126,61,206); }
td.TdClassName
{
border-color: #7E3DCE;
}
.TagClassName
{
border-color: #7E3DCE;
}
</style>