Shades of Blue Violet #7E42DB
Tints of Blue Violet #7E42DB
RGB
CMYK
RGB Variations
Color information
#7E42DB (or 0x7E42DB) is known color: Blue Violet. HEX triplet: 7E, 42 and DB. RGB value is (126,66,219). Sum of RGB (Red+Green+Blue) = 126+66+219=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E42DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E42DB is #81BD24. Grayscale: #646464. Windows color (decimal): -8502565 or 14369406. OLE color: 14369406.
HSL color Cylindrical-coordinate representation of color #7E42DB: hue angle of 263.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E42DB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 66 | 219 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.14 |
| HSL | 263.53º | 0.68% | 0.56% | - |
| HSV(B) | 263.53º | 0.7% | 0.86% | - |
| XYZ | 23.34 | 13.45 | 68.38 | - |
| YUV | 101.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 219 | 0.42 | 0.70 | 0 | 0.14 | 263.53 | 0.68 | 0.56 |
| Hex | 7E | 42 | DB | 2A | 46 | 0 | E | 108 | 44 | 38 |
| Octal | 176 | 102 | 333 | 52 | 106 | 0 | 16 | 410 | 104 | 70 |
| Binary | 1111110 | 1000010 | 11011011 | 101010 | 1000110 | 0 | 1110 | 100001000 | 1000100 | 111000 |
Color Harmonies of #7E42DB
Complementary color
Monochromatic Colors of #7E42DB
Black with #7E42DB
Text Example
Text Example
White with #7E42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E42DB; }
p { color: rgb(126,66,219); }
H1.HeaderClassName
{
color: #7E42DB;
}
.AnyTagClassName
{
color: #7E42DB;
}
</style>
background-color css
<style>
a { background-color: #7E42DB; }
a { background-color: rgb(126,66,219); }
div.DivClassName
{
background-color: #7E42DB;
}
.BgClassName
{
background-color: #7E42DB;
}
</style>
border-color css
<style>
span { border-color: #7E42DB; }
span { border-color: rgb(126,66,219); }
td.TdClassName
{
border-color: #7E42DB;
}
.TagClassName
{
border-color: #7E42DB;
}
</style>