Shades of Vivid Violet #6E3389
Tints of Vivid Violet #6E3389
RGB
CMYK
RGB Variations
Color information
#6E3389 (or 0x6E3389) is known color: Vivid Violet. HEX triplet: 6E, 33 and 89. RGB value is (110,51,137). Sum of RGB (Red+Green+Blue) = 110+51+137=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E3389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3389 is #91CC76. Grayscale: #4E4E4E. Windows color (decimal): -9555063 or 8991598. OLE color: 8991598.
HSL color Cylindrical-coordinate representation of color #6E3389: hue angle of 281.16º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3389 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 51 | 137 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.46 |
| HSL | 281.16º | 0.46% | 0.37% | - |
| HSV(B) | 281.16º | 0.63% | 0.54% | - |
| XYZ | 12.13 | 7.49 | 24.47 | - |
| YUV | 78.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 137 | 0.20 | 0.63 | 0 | 0.46 | 281.16 | 0.46 | 0.37 |
| Hex | 6E | 33 | 89 | 14 | 3F | 0 | 2E | 119 | 2E | 25 |
| Octal | 156 | 63 | 211 | 24 | 77 | 0 | 56 | 431 | 56 | 45 |
| Binary | 1101110 | 110011 | 10001001 | 10100 | 111111 | 0 | 101110 | 100011001 | 101110 | 100101 |
Color Harmonies of #6E3389
Complementary color
Monochromatic Colors of #6E3389
Black with #6E3389
Text Example
Text Example
White with #6E3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3389; }
p { color: rgb(110,51,137); }
H1.HeaderClassName
{
color: #6E3389;
}
.AnyTagClassName
{
color: #6E3389;
}
</style>
background-color css
<style>
a { background-color: #6E3389; }
a { background-color: rgb(110,51,137); }
div.DivClassName
{
background-color: #6E3389;
}
.BgClassName
{
background-color: #6E3389;
}
</style>
border-color css
<style>
span { border-color: #6E3389; }
span { border-color: rgb(110,51,137); }
td.TdClassName
{
border-color: #6E3389;
}
.TagClassName
{
border-color: #6E3389;
}
</style>