Shades of Blue Violet #7E33DB
Tints of Blue Violet #7E33DB
RGB
CMYK
RGB Variations
Color information
#7E33DB (or 0x7E33DB) is known color: Blue Violet. HEX triplet: 7E, 33 and DB. RGB value is (126,51,219). Sum of RGB (Red+Green+Blue) = 126+51+219=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E33DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33DB is #81CC24. Grayscale: #5B5B5B. Windows color (decimal): -8506405 or 14365566. OLE color: 14365566.
HSL color Cylindrical-coordinate representation of color #7E33DB: hue angle of 266.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E33DB is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 51 | 219 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.14 |
| HSL | 266.79º | 0.7% | 0.53% | - |
| HSV(B) | 266.79º | 0.77% | 0.86% | - |
| XYZ | 22.57 | 11.92 | 68.13 | - |
| YUV | 92.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 219 | 0.42 | 0.77 | 0 | 0.14 | 266.79 | 0.7 | 0.53 |
| Hex | 7E | 33 | DB | 2A | 4D | 0 | E | 10B | 46 | 35 |
| Octal | 176 | 63 | 333 | 52 | 115 | 0 | 16 | 413 | 106 | 65 |
| Binary | 1111110 | 110011 | 11011011 | 101010 | 1001101 | 0 | 1110 | 100001011 | 1000110 | 110101 |
Color Harmonies of #7E33DB
Complementary color
Monochromatic Colors of #7E33DB
Black with #7E33DB
Text Example
Text Example
White with #7E33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E33DB; }
p { color: rgb(126,51,219); }
H1.HeaderClassName
{
color: #7E33DB;
}
.AnyTagClassName
{
color: #7E33DB;
}
</style>
background-color css
<style>
a { background-color: #7E33DB; }
a { background-color: rgb(126,51,219); }
div.DivClassName
{
background-color: #7E33DB;
}
.BgClassName
{
background-color: #7E33DB;
}
</style>
border-color css
<style>
span { border-color: #7E33DB; }
span { border-color: rgb(126,51,219); }
td.TdClassName
{
border-color: #7E33DB;
}
.TagClassName
{
border-color: #7E33DB;
}
</style>