Shades of Blue Violet #6E2BE5
Tints of Blue Violet #6E2BE5
RGB
CMYK
RGB Variations
Color information
#6E2BE5 (or 0x6E2BE5) is known color: Blue Violet. HEX triplet: 6E, 2B and E5. RGB value is (110,43,229). Sum of RGB (Red+Green+Blue) = 110+43+229=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #6E2BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2BE5 is #91D41A. Grayscale: #535353. Windows color (decimal): -9557019 or 15018862. OLE color: 15018862.
HSL color Cylindrical-coordinate representation of color #6E2BE5: hue angle of 261.61º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2BE5 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 43 | 229 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.10 |
| HSL | 261.61º | 0.78% | 0.53% | - |
| HSV(B) | 261.61º | 0.81% | 0.9% | - |
| XYZ | 21.44 | 10.7 | 75.06 | - |
| YUV | 84.24 | 209.7 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 229 | 0.52 | 0.81 | 0 | 0.10 | 261.61 | 0.78 | 0.53 |
| Hex | 6E | 2B | E5 | 34 | 51 | 0 | A | 106 | 4E | 35 |
| Octal | 156 | 53 | 345 | 64 | 121 | 0 | 12 | 406 | 116 | 65 |
| Binary | 1101110 | 101011 | 11100101 | 110100 | 1010001 | 0 | 1010 | 100000110 | 1001110 | 110101 |
Color Harmonies of #6E2BE5
Complementary color
Monochromatic Colors of #6E2BE5
Black with #6E2BE5
Text Example
Text Example
White with #6E2BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BE5; }
p { color: rgb(110,43,229); }
H1.HeaderClassName
{
color: #6E2BE5;
}
.AnyTagClassName
{
color: #6E2BE5;
}
</style>
background-color css
<style>
a { background-color: #6E2BE5; }
a { background-color: rgb(110,43,229); }
div.DivClassName
{
background-color: #6E2BE5;
}
.BgClassName
{
background-color: #6E2BE5;
}
</style>
border-color css
<style>
span { border-color: #6E2BE5; }
span { border-color: rgb(110,43,229); }
td.TdClassName
{
border-color: #6E2BE5;
}
.TagClassName
{
border-color: #6E2BE5;
}
</style>