Shades of Vivid Violet #6E3386
Tints of Vivid Violet #6E3386
RGB
CMYK
RGB Variations
Color information
#6E3386 (or 0x6E3386) is known color: Vivid Violet. HEX triplet: 6E, 33 and 86. RGB value is (110,51,134). Sum of RGB (Red+Green+Blue) = 110+51+134=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E3386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3386 is #91CC79. Grayscale: #4D4D4D. Windows color (decimal): -9555066 or 8794990. OLE color: 8794990.
HSL color Cylindrical-coordinate representation of color #6E3386: hue angle of 282.65º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E3386 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 51 | 134 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.47 |
| HSL | 282.65º | 0.45% | 0.36% | - |
| HSV(B) | 282.65º | 0.62% | 0.53% | - |
| XYZ | 11.92 | 7.4 | 23.36 | - |
| YUV | 78.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 134 | 0.18 | 0.62 | 0 | 0.47 | 282.65 | 0.45 | 0.36 |
| Hex | 6E | 33 | 86 | 12 | 3E | 0 | 2F | 11B | 2D | 24 |
| Octal | 156 | 63 | 206 | 22 | 76 | 0 | 57 | 433 | 55 | 44 |
| Binary | 1101110 | 110011 | 10000110 | 10010 | 111110 | 0 | 101111 | 100011011 | 101101 | 100100 |
Color Harmonies of #6E3386
Complementary color
Monochromatic Colors of #6E3386
Black with #6E3386
Text Example
Text Example
White with #6E3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3386; }
p { color: rgb(110,51,134); }
H1.HeaderClassName
{
color: #6E3386;
}
.AnyTagClassName
{
color: #6E3386;
}
</style>
background-color css
<style>
a { background-color: #6E3386; }
a { background-color: rgb(110,51,134); }
div.DivClassName
{
background-color: #6E3386;
}
.BgClassName
{
background-color: #6E3386;
}
</style>
border-color css
<style>
span { border-color: #6E3386; }
span { border-color: rgb(110,51,134); }
td.TdClassName
{
border-color: #6E3386;
}
.TagClassName
{
border-color: #6E3386;
}
</style>