Shades of Blue Violet #6E29E9
Tints of Blue Violet #6E29E9
RGB
CMYK
RGB Variations
Color information
#6E29E9 (or 0x6E29E9) is known color: Blue Violet. HEX triplet: 6E, 29 and E9. RGB value is (110,41,233). Sum of RGB (Red+Green+Blue) = 110+41+233=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 233 (91.41% from 255 or 60.68% from 384); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E29E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E29E9 is #91D616. Grayscale: #525252. Windows color (decimal): -9557527 or 15280494. OLE color: 15280494.
HSL color Cylindrical-coordinate representation of color #6E29E9: hue angle of 261.56º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E29E9 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 41 | 233 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.09 |
| HSL | 261.56º | 0.81% | 0.54% | - |
| HSV(B) | 261.56º | 0.82% | 0.91% | - |
| XYZ | 21.93 | 10.78 | 78.02 | - |
| YUV | 83.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 233 | 0.53 | 0.82 | 0 | 0.09 | 261.56 | 0.81 | 0.54 |
| Hex | 6E | 29 | E9 | 35 | 52 | 0 | 9 | 106 | 51 | 36 |
| Octal | 156 | 51 | 351 | 65 | 122 | 0 | 11 | 406 | 121 | 66 |
| Binary | 1101110 | 101001 | 11101001 | 110101 | 1010010 | 0 | 1001 | 100000110 | 1010001 | 110110 |
Color Harmonies of #6E29E9
Complementary color
Monochromatic Colors of #6E29E9
Black with #6E29E9
Text Example
Text Example
White with #6E29E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E29E9; }
p { color: rgb(110,41,233); }
H1.HeaderClassName
{
color: #6E29E9;
}
.AnyTagClassName
{
color: #6E29E9;
}
</style>
background-color css
<style>
a { background-color: #6E29E9; }
a { background-color: rgb(110,41,233); }
div.DivClassName
{
background-color: #6E29E9;
}
.BgClassName
{
background-color: #6E29E9;
}
</style>
border-color css
<style>
span { border-color: #6E29E9; }
span { border-color: rgb(110,41,233); }
td.TdClassName
{
border-color: #6E29E9;
}
.TagClassName
{
border-color: #6E29E9;
}
</style>