Shades of Blue Violet #7E27DB
Tints of Blue Violet #7E27DB
RGB
CMYK
RGB Variations
Color information
#7E27DB (or 0x7E27DB) is known color: Blue Violet. HEX triplet: 7E, 27 and DB. RGB value is (126,39,219). Sum of RGB (Red+Green+Blue) = 126+39+219=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E27DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E27DB is #81D824. Grayscale: #545454. Windows color (decimal): -8509477 or 14362494. OLE color: 14362494.
HSL color Cylindrical-coordinate representation of color #7E27DB: hue angle of 269º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E27DB is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 39 | 219 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.14 |
| HSL | 269º | 0.71% | 0.51% | - |
| HSV(B) | 269º | 0.82% | 0.86% | - |
| XYZ | 22.12 | 11 | 67.98 | - |
| YUV | 85.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 219 | 0.42 | 0.82 | 0 | 0.14 | 269 | 0.71 | 0.51 |
| Hex | 7E | 27 | DB | 2A | 52 | 0 | E | 10D | 47 | 33 |
| Octal | 176 | 47 | 333 | 52 | 122 | 0 | 16 | 415 | 107 | 63 |
| Binary | 1111110 | 100111 | 11011011 | 101010 | 1010010 | 0 | 1110 | 100001101 | 1000111 | 110011 |
Color Harmonies of #7E27DB
Complementary color
Monochromatic Colors of #7E27DB
Black with #7E27DB
Text Example
Text Example
White with #7E27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E27DB; }
p { color: rgb(126,39,219); }
H1.HeaderClassName
{
color: #7E27DB;
}
.AnyTagClassName
{
color: #7E27DB;
}
</style>
background-color css
<style>
a { background-color: #7E27DB; }
a { background-color: rgb(126,39,219); }
div.DivClassName
{
background-color: #7E27DB;
}
.BgClassName
{
background-color: #7E27DB;
}
</style>
border-color css
<style>
span { border-color: #7E27DB; }
span { border-color: rgb(126,39,219); }
td.TdClassName
{
border-color: #7E27DB;
}
.TagClassName
{
border-color: #7E27DB;
}
</style>