Shades of Vivid Violet #6E3091
Tints of Vivid Violet #6E3091
RGB
CMYK
RGB Variations
Color information
#6E3091 (or 0x6E3091) is known color: Vivid Violet. HEX triplet: 6E, 30 and 91. RGB value is (110,48,145). Sum of RGB (Red+Green+Blue) = 110+48+145=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E3091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3091 is #91CF6E. Grayscale: #4D4D4D. Windows color (decimal): -9555823 or 9515118. OLE color: 9515118.
HSL color Cylindrical-coordinate representation of color #6E3091: hue angle of 278.35º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3091 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 48 | 145 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.43 |
| HSL | 278.35º | 0.5% | 0.38% | - |
| HSV(B) | 278.35º | 0.67% | 0.57% | - |
| XYZ | 12.6 | 7.47 | 27.57 | - |
| YUV | 77.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 145 | 0.24 | 0.67 | 0 | 0.43 | 278.35 | 0.5 | 0.38 |
| Hex | 6E | 30 | 91 | 18 | 43 | 0 | 2B | 116 | 32 | 26 |
| Octal | 156 | 60 | 221 | 30 | 103 | 0 | 53 | 426 | 62 | 46 |
| Binary | 1101110 | 110000 | 10010001 | 11000 | 1000011 | 0 | 101011 | 100010110 | 110010 | 100110 |
Color Harmonies of #6E3091
Complementary color
Monochromatic Colors of #6E3091
Black with #6E3091
Text Example
Text Example
White with #6E3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3091; }
p { color: rgb(110,48,145); }
H1.HeaderClassName
{
color: #6E3091;
}
.AnyTagClassName
{
color: #6E3091;
}
</style>
background-color css
<style>
a { background-color: #6E3091; }
a { background-color: rgb(110,48,145); }
div.DivClassName
{
background-color: #6E3091;
}
.BgClassName
{
background-color: #6E3091;
}
</style>
border-color css
<style>
span { border-color: #6E3091; }
span { border-color: rgb(110,48,145); }
td.TdClassName
{
border-color: #6E3091;
}
.TagClassName
{
border-color: #6E3091;
}
</style>