Shades of Vivid Violet #6E2191
Tints of Vivid Violet #6E2191
RGB
CMYK
RGB Variations
Color information
#6E2191 (or 0x6E2191) is known color: Vivid Violet. HEX triplet: 6E, 21 and 91. RGB value is (110,33,145). Sum of RGB (Red+Green+Blue) = 110+33+145=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E2191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2191 is #91DE6E. Grayscale: #444444. Windows color (decimal): -9559663 or 9511278. OLE color: 9511278.
HSL color Cylindrical-coordinate representation of color #6E2191: hue angle of 281.25º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2191 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 33 | 145 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.43 |
| HSL | 281.25º | 0.63% | 0.35% | - |
| HSV(B) | 281.25º | 0.77% | 0.57% | - |
| XYZ | 12.09 | 6.45 | 27.4 | - |
| YUV | 68.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 145 | 0.24 | 0.77 | 0 | 0.43 | 281.25 | 0.63 | 0.35 |
| Hex | 6E | 21 | 91 | 18 | 4D | 0 | 2B | 119 | 3F | 23 |
| Octal | 156 | 41 | 221 | 30 | 115 | 0 | 53 | 431 | 77 | 43 |
| Binary | 1101110 | 100001 | 10010001 | 11000 | 1001101 | 0 | 101011 | 100011001 | 111111 | 100011 |
Color Harmonies of #6E2191
Complementary color
Monochromatic Colors of #6E2191
Black with #6E2191
Text Example
Text Example
White with #6E2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2191; }
p { color: rgb(110,33,145); }
H1.HeaderClassName
{
color: #6E2191;
}
.AnyTagClassName
{
color: #6E2191;
}
</style>
background-color css
<style>
a { background-color: #6E2191; }
a { background-color: rgb(110,33,145); }
div.DivClassName
{
background-color: #6E2191;
}
.BgClassName
{
background-color: #6E2191;
}
</style>
border-color css
<style>
span { border-color: #6E2191; }
span { border-color: rgb(110,33,145); }
td.TdClassName
{
border-color: #6E2191;
}
.TagClassName
{
border-color: #6E2191;
}
</style>