Shades of Blue Violet #7E2DDE
Tints of Blue Violet #7E2DDE
RGB
CMYK
RGB Variations
Color information
#7E2DDE (or 0x7E2DDE) is known color: Blue Violet. HEX triplet: 7E, 2D and DE. RGB value is (126,45,222). Sum of RGB (Red+Green+Blue) = 126+45+222=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E2DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2DDE is #81D221. Grayscale: #585858. Windows color (decimal): -8507938 or 14560638. OLE color: 14560638.
HSL color Cylindrical-coordinate representation of color #7E2DDE: hue angle of 267.46º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E2DDE is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 45 | 222 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.13 |
| HSL | 267.46º | 0.73% | 0.52% | - |
| HSV(B) | 267.46º | 0.8% | 0.87% | - |
| XYZ | 22.73 | 11.59 | 70.15 | - |
| YUV | 89.4 | 202.84 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 222 | 0.43 | 0.80 | 0 | 0.13 | 267.46 | 0.73 | 0.52 |
| Hex | 7E | 2D | DE | 2B | 50 | 0 | D | 10B | 49 | 34 |
| Octal | 176 | 55 | 336 | 53 | 120 | 0 | 15 | 413 | 111 | 64 |
| Binary | 1111110 | 101101 | 11011110 | 101011 | 1010000 | 0 | 1101 | 100001011 | 1001001 | 110100 |
Color Harmonies of #7E2DDE
Complementary color
Monochromatic Colors of #7E2DDE
Black with #7E2DDE
Text Example
Text Example
White with #7E2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2DDE; }
p { color: rgb(126,45,222); }
H1.HeaderClassName
{
color: #7E2DDE;
}
.AnyTagClassName
{
color: #7E2DDE;
}
</style>
background-color css
<style>
a { background-color: #7E2DDE; }
a { background-color: rgb(126,45,222); }
div.DivClassName
{
background-color: #7E2DDE;
}
.BgClassName
{
background-color: #7E2DDE;
}
</style>
border-color css
<style>
span { border-color: #7E2DDE; }
span { border-color: rgb(126,45,222); }
td.TdClassName
{
border-color: #7E2DDE;
}
.TagClassName
{
border-color: #7E2DDE;
}
</style>