Shades of Blue Violet #7E18CE
Tints of Blue Violet #7E18CE
RGB
CMYK
RGB Variations
Color information
#7E18CE (or 0x7E18CE) is known color: Blue Violet. HEX triplet: 7E, 18 and CE. RGB value is (126,24,206). Sum of RGB (Red+Green+Blue) = 126+24+206=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E18CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E18CE is #81E731. Grayscale: #4A4A4A. Windows color (decimal): -8513330 or 13506686. OLE color: 13506686.
HSL color Cylindrical-coordinate representation of color #7E18CE: hue angle of 273.63º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E18CE is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 24 | 206 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.19 |
| HSL | 273.63º | 0.79% | 0.45% | - |
| HSV(B) | 273.63º | 0.88% | 0.81% | - |
| XYZ | 20.07 | 9.55 | 59.18 | - |
| YUV | 75.25 | 201.79 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 206 | 0.39 | 0.88 | 0 | 0.19 | 273.63 | 0.79 | 0.45 |
| Hex | 7E | 18 | CE | 27 | 58 | 0 | 13 | 112 | 4F | 2D |
| Octal | 176 | 30 | 316 | 47 | 130 | 0 | 23 | 422 | 117 | 55 |
| Binary | 1111110 | 11000 | 11001110 | 100111 | 1011000 | 0 | 10011 | 100010010 | 1001111 | 101101 |
Color Harmonies of #7E18CE
Complementary color
Monochromatic Colors of #7E18CE
Black with #7E18CE
Text Example
Text Example
White with #7E18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E18CE; }
p { color: rgb(126,24,206); }
H1.HeaderClassName
{
color: #7E18CE;
}
.AnyTagClassName
{
color: #7E18CE;
}
</style>
background-color css
<style>
a { background-color: #7E18CE; }
a { background-color: rgb(126,24,206); }
div.DivClassName
{
background-color: #7E18CE;
}
.BgClassName
{
background-color: #7E18CE;
}
</style>
border-color css
<style>
span { border-color: #7E18CE; }
span { border-color: rgb(126,24,206); }
td.TdClassName
{
border-color: #7E18CE;
}
.TagClassName
{
border-color: #7E18CE;
}
</style>