Shades of Blue Violet #7E2CCE
Tints of Blue Violet #7E2CCE
RGB
CMYK
RGB Variations
Color information
#7E2CCE (or 0x7E2CCE) is known color: Blue Violet. HEX triplet: 7E, 2C and CE. RGB value is (126,44,206). Sum of RGB (Red+Green+Blue) = 126+44+206=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E2CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CCE is #81D331. Grayscale: #565656. Windows color (decimal): -8508210 or 13511806. OLE color: 13511806.
HSL color Cylindrical-coordinate representation of color #7E2CCE: hue angle of 270.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2CCE is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 44 | 206 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.19 |
| HSL | 270.37º | 0.65% | 0.49% | - |
| HSV(B) | 270.37º | 0.79% | 0.81% | - |
| XYZ | 20.65 | 10.69 | 59.37 | - |
| YUV | 86.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 206 | 0.39 | 0.79 | 0 | 0.19 | 270.37 | 0.65 | 0.49 |
| Hex | 7E | 2C | CE | 27 | 4F | 0 | 13 | 10E | 41 | 31 |
| Octal | 176 | 54 | 316 | 47 | 117 | 0 | 23 | 416 | 101 | 61 |
| Binary | 1111110 | 101100 | 11001110 | 100111 | 1001111 | 0 | 10011 | 100001110 | 1000001 | 110001 |
Color Harmonies of #7E2CCE
Complementary color
Monochromatic Colors of #7E2CCE
Black with #7E2CCE
Text Example
Text Example
White with #7E2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CCE; }
p { color: rgb(126,44,206); }
H1.HeaderClassName
{
color: #7E2CCE;
}
.AnyTagClassName
{
color: #7E2CCE;
}
</style>
background-color css
<style>
a { background-color: #7E2CCE; }
a { background-color: rgb(126,44,206); }
div.DivClassName
{
background-color: #7E2CCE;
}
.BgClassName
{
background-color: #7E2CCE;
}
</style>
border-color css
<style>
span { border-color: #7E2CCE; }
span { border-color: rgb(126,44,206); }
td.TdClassName
{
border-color: #7E2CCE;
}
.TagClassName
{
border-color: #7E2CCE;
}
</style>