Shades of Vivid Violet #6E3485
Tints of Vivid Violet #6E3485
RGB
CMYK
RGB Variations
Color information
#6E3485 (or 0x6E3485) is known color: Vivid Violet. HEX triplet: 6E, 34 and 85. RGB value is (110,52,133). Sum of RGB (Red+Green+Blue) = 110+52+133=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E3485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3485 is #91CB7A. Grayscale: #4E4E4E. Windows color (decimal): -9554811 or 8729710. OLE color: 8729710.
HSL color Cylindrical-coordinate representation of color #6E3485: hue angle of 282.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3485 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 52 | 133 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.48 |
| HSL | 282.96º | 0.44% | 0.36% | - |
| HSV(B) | 282.96º | 0.61% | 0.52% | - |
| XYZ | 11.89 | 7.46 | 23 | - |
| YUV | 78.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 133 | 0.17 | 0.61 | 0 | 0.48 | 282.96 | 0.44 | 0.36 |
| Hex | 6E | 34 | 85 | 11 | 3D | 0 | 30 | 11B | 2C | 24 |
| Octal | 156 | 64 | 205 | 21 | 75 | 0 | 60 | 433 | 54 | 44 |
| Binary | 1101110 | 110100 | 10000101 | 10001 | 111101 | 0 | 110000 | 100011011 | 101100 | 100100 |
Color Harmonies of #6E3485
Complementary color
Monochromatic Colors of #6E3485
Black with #6E3485
Text Example
Text Example
White with #6E3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3485; }
p { color: rgb(110,52,133); }
H1.HeaderClassName
{
color: #6E3485;
}
.AnyTagClassName
{
color: #6E3485;
}
</style>
background-color css
<style>
a { background-color: #6E3485; }
a { background-color: rgb(110,52,133); }
div.DivClassName
{
background-color: #6E3485;
}
.BgClassName
{
background-color: #6E3485;
}
</style>
border-color css
<style>
span { border-color: #6E3485; }
span { border-color: rgb(110,52,133); }
td.TdClassName
{
border-color: #6E3485;
}
.TagClassName
{
border-color: #6E3485;
}
</style>