Shades of Vivid Violet #6E1B91
Tints of Vivid Violet #6E1B91
RGB
CMYK
RGB Variations
Color information
#6E1B91 (or 0x6E1B91) is known color: Vivid Violet. HEX triplet: 6E, 1B and 91. RGB value is (110,27,145). Sum of RGB (Red+Green+Blue) = 110+27+145=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E1B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1B91 is #91E46E. Grayscale: #404040. Windows color (decimal): -9561199 or 9509742. OLE color: 9509742.
HSL color Cylindrical-coordinate representation of color #6E1B91: hue angle of 282.2º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1B91 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 27 | 145 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.43 |
| HSL | 282.2º | 0.69% | 0.34% | - |
| HSV(B) | 282.2º | 0.81% | 0.57% | - |
| XYZ | 11.93 | 6.14 | 27.34 | - |
| YUV | 65.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 145 | 0.24 | 0.81 | 0 | 0.43 | 282.2 | 0.69 | 0.34 |
| Hex | 6E | 1B | 91 | 18 | 51 | 0 | 2B | 11A | 45 | 22 |
| Octal | 156 | 33 | 221 | 30 | 121 | 0 | 53 | 432 | 105 | 42 |
| Binary | 1101110 | 11011 | 10010001 | 11000 | 1010001 | 0 | 101011 | 100011010 | 1000101 | 100010 |
Color Harmonies of #6E1B91
Complementary color
Monochromatic Colors of #6E1B91
Black with #6E1B91
Text Example
Text Example
White with #6E1B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B91; }
p { color: rgb(110,27,145); }
H1.HeaderClassName
{
color: #6E1B91;
}
.AnyTagClassName
{
color: #6E1B91;
}
</style>
background-color css
<style>
a { background-color: #6E1B91; }
a { background-color: rgb(110,27,145); }
div.DivClassName
{
background-color: #6E1B91;
}
.BgClassName
{
background-color: #6E1B91;
}
</style>
border-color css
<style>
span { border-color: #6E1B91; }
span { border-color: rgb(110,27,145); }
td.TdClassName
{
border-color: #6E1B91;
}
.TagClassName
{
border-color: #6E1B91;
}
</style>