Shades of Blue Violet #7E2ECC
Tints of Blue Violet #7E2ECC
RGB
CMYK
RGB Variations
Color information
#7E2ECC (or 0x7E2ECC) is known color: Blue Violet. HEX triplet: 7E, 2E and CC. RGB value is (126,46,204). Sum of RGB (Red+Green+Blue) = 126+46+204=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2ECC is #81D133. Grayscale: #575757. Windows color (decimal): -8507700 or 13381246. OLE color: 13381246.
HSL color Cylindrical-coordinate representation of color #7E2ECC: hue angle of 270.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2ECC is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 46 | 204 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.2 |
| HSL | 270.38º | 0.63% | 0.49% | - |
| HSV(B) | 270.38º | 0.77% | 0.8% | - |
| XYZ | 20.48 | 10.75 | 58.12 | - |
| YUV | 87.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 204 | 0.38 | 0.77 | 0 | 0.2 | 270.38 | 0.63 | 0.49 |
| Hex | 7E | 2E | CC | 26 | 4D | 0 | 14 | 10E | 3F | 31 |
| Octal | 176 | 56 | 314 | 46 | 115 | 0 | 24 | 416 | 77 | 61 |
| Binary | 1111110 | 101110 | 11001100 | 100110 | 1001101 | 0 | 10100 | 100001110 | 111111 | 110001 |
Color Harmonies of #7E2ECC
Complementary color
Monochromatic Colors of #7E2ECC
Black with #7E2ECC
Text Example
Text Example
White with #7E2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2ECC; }
p { color: rgb(126,46,204); }
H1.HeaderClassName
{
color: #7E2ECC;
}
.AnyTagClassName
{
color: #7E2ECC;
}
</style>
background-color css
<style>
a { background-color: #7E2ECC; }
a { background-color: rgb(126,46,204); }
div.DivClassName
{
background-color: #7E2ECC;
}
.BgClassName
{
background-color: #7E2ECC;
}
</style>
border-color css
<style>
span { border-color: #7E2ECC; }
span { border-color: rgb(126,46,204); }
td.TdClassName
{
border-color: #7E2ECC;
}
.TagClassName
{
border-color: #7E2ECC;
}
</style>