Shades of Vivid Violet #6E3786
Tints of Vivid Violet #6E3786
RGB
CMYK
RGB Variations
Color information
#6E3786 (or 0x6E3786) is known color: Vivid Violet. HEX triplet: 6E, 37 and 86. RGB value is (110,55,134). Sum of RGB (Red+Green+Blue) = 110+55+134=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3786 is #91C879. Grayscale: #505050. Windows color (decimal): -9554042 or 8796014. OLE color: 8796014.
HSL color Cylindrical-coordinate representation of color #6E3786: hue angle of 281.77º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E3786 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 55 | 134 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.47 |
| HSL | 281.77º | 0.42% | 0.37% | - |
| HSV(B) | 281.77º | 0.59% | 0.53% | - |
| XYZ | 12.1 | 7.77 | 23.42 | - |
| YUV | 80.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 134 | 0.18 | 0.59 | 0 | 0.47 | 281.77 | 0.42 | 0.37 |
| Hex | 6E | 37 | 86 | 12 | 3B | 0 | 2F | 11A | 2A | 25 |
| Octal | 156 | 67 | 206 | 22 | 73 | 0 | 57 | 432 | 52 | 45 |
| Binary | 1101110 | 110111 | 10000110 | 10010 | 111011 | 0 | 101111 | 100011010 | 101010 | 100101 |
Color Harmonies of #6E3786
Complementary color
Monochromatic Colors of #6E3786
Black with #6E3786
Text Example
Text Example
White with #6E3786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3786; }
p { color: rgb(110,55,134); }
H1.HeaderClassName
{
color: #6E3786;
}
.AnyTagClassName
{
color: #6E3786;
}
</style>
background-color css
<style>
a { background-color: #6E3786; }
a { background-color: rgb(110,55,134); }
div.DivClassName
{
background-color: #6E3786;
}
.BgClassName
{
background-color: #6E3786;
}
</style>
border-color css
<style>
span { border-color: #6E3786; }
span { border-color: rgb(110,55,134); }
td.TdClassName
{
border-color: #6E3786;
}
.TagClassName
{
border-color: #6E3786;
}
</style>