Shades of Vivid Violet #6E3886
Tints of Vivid Violet #6E3886
RGB
CMYK
RGB Variations
Color information
#6E3886 (or 0x6E3886) is known color: Vivid Violet. HEX triplet: 6E, 38 and 86. RGB value is (110,56,134). Sum of RGB (Red+Green+Blue) = 110+56+134=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E3886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3886 is #91C779. Grayscale: #505050. Windows color (decimal): -9553786 or 8796270. OLE color: 8796270.
HSL color Cylindrical-coordinate representation of color #6E3886: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E3886 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 56 | 134 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.47 |
| HSL | 281.54º | 0.41% | 0.37% | - |
| HSV(B) | 281.54º | 0.58% | 0.53% | - |
| XYZ | 12.15 | 7.86 | 23.43 | - |
| YUV | 81.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 134 | 0.18 | 0.58 | 0 | 0.47 | 281.54 | 0.41 | 0.37 |
| Hex | 6E | 38 | 86 | 12 | 3A | 0 | 2F | 11A | 29 | 25 |
| Octal | 156 | 70 | 206 | 22 | 72 | 0 | 57 | 432 | 51 | 45 |
| Binary | 1101110 | 111000 | 10000110 | 10010 | 111010 | 0 | 101111 | 100011010 | 101001 | 100101 |
Color Harmonies of #6E3886
Complementary color
Monochromatic Colors of #6E3886
Black with #6E3886
Text Example
Text Example
White with #6E3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3886; }
p { color: rgb(110,56,134); }
H1.HeaderClassName
{
color: #6E3886;
}
.AnyTagClassName
{
color: #6E3886;
}
</style>
background-color css
<style>
a { background-color: #6E3886; }
a { background-color: rgb(110,56,134); }
div.DivClassName
{
background-color: #6E3886;
}
.BgClassName
{
background-color: #6E3886;
}
</style>
border-color css
<style>
span { border-color: #6E3886; }
span { border-color: rgb(110,56,134); }
td.TdClassName
{
border-color: #6E3886;
}
.TagClassName
{
border-color: #6E3886;
}
</style>