Shades of Blue Violet #7E2ECF
Tints of Blue Violet #7E2ECF
RGB
CMYK
RGB Variations
Color information
#7E2ECF (or 0x7E2ECF) is known color: Blue Violet. HEX triplet: 7E, 2E and CF. RGB value is (126,46,207). Sum of RGB (Red+Green+Blue) = 126+46+207=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2ECF is #81D130. Grayscale: #575757. Windows color (decimal): -8507697 or 13577854. OLE color: 13577854.
HSL color Cylindrical-coordinate representation of color #7E2ECF: hue angle of 269.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E2ECF is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 46 | 207 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.19 |
| HSL | 269.81º | 0.64% | 0.5% | - |
| HSV(B) | 269.81º | 0.78% | 0.81% | - |
| XYZ | 20.84 | 10.89 | 60.04 | - |
| YUV | 88.27 | 195 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 207 | 0.39 | 0.78 | 0 | 0.19 | 269.81 | 0.64 | 0.5 |
| Hex | 7E | 2E | CF | 27 | 4E | 0 | 13 | 10E | 40 | 32 |
| Octal | 176 | 56 | 317 | 47 | 116 | 0 | 23 | 416 | 100 | 62 |
| Binary | 1111110 | 101110 | 11001111 | 100111 | 1001110 | 0 | 10011 | 100001110 | 1000000 | 110010 |
Color Harmonies of #7E2ECF
Complementary color
Monochromatic Colors of #7E2ECF
Black with #7E2ECF
Text Example
Text Example
White with #7E2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2ECF; }
p { color: rgb(126,46,207); }
H1.HeaderClassName
{
color: #7E2ECF;
}
.AnyTagClassName
{
color: #7E2ECF;
}
</style>
background-color css
<style>
a { background-color: #7E2ECF; }
a { background-color: rgb(126,46,207); }
div.DivClassName
{
background-color: #7E2ECF;
}
.BgClassName
{
background-color: #7E2ECF;
}
</style>
border-color css
<style>
span { border-color: #7E2ECF; }
span { border-color: rgb(126,46,207); }
td.TdClassName
{
border-color: #7E2ECF;
}
.TagClassName
{
border-color: #7E2ECF;
}
</style>