Shades of Vivid Violet #6E3685
Tints of Vivid Violet #6E3685
RGB
CMYK
RGB Variations
Color information
#6E3685 (or 0x6E3685) is known color: Vivid Violet. HEX triplet: 6E, 36 and 85. RGB value is (110,54,133). Sum of RGB (Red+Green+Blue) = 110+54+133=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E3685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3685 is #91C97A. Grayscale: #4F4F4F. Windows color (decimal): -9554299 or 8730222. OLE color: 8730222.
HSL color Cylindrical-coordinate representation of color #6E3685: hue angle of 282.53º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E3685 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 54 | 133 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.48 |
| HSL | 282.53º | 0.42% | 0.37% | - |
| HSV(B) | 282.53º | 0.59% | 0.52% | - |
| XYZ | 11.98 | 7.65 | 23.03 | - |
| YUV | 79.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 133 | 0.17 | 0.59 | 0 | 0.48 | 282.53 | 0.42 | 0.37 |
| Hex | 6E | 36 | 85 | 11 | 3B | 0 | 30 | 11B | 2A | 25 |
| Octal | 156 | 66 | 205 | 21 | 73 | 0 | 60 | 433 | 52 | 45 |
| Binary | 1101110 | 110110 | 10000101 | 10001 | 111011 | 0 | 110000 | 100011011 | 101010 | 100101 |
Color Harmonies of #6E3685
Complementary color
Monochromatic Colors of #6E3685
Black with #6E3685
Text Example
Text Example
White with #6E3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3685; }
p { color: rgb(110,54,133); }
H1.HeaderClassName
{
color: #6E3685;
}
.AnyTagClassName
{
color: #6E3685;
}
</style>
background-color css
<style>
a { background-color: #6E3685; }
a { background-color: rgb(110,54,133); }
div.DivClassName
{
background-color: #6E3685;
}
.BgClassName
{
background-color: #6E3685;
}
</style>
border-color css
<style>
span { border-color: #6E3685; }
span { border-color: rgb(110,54,133); }
td.TdClassName
{
border-color: #6E3685;
}
.TagClassName
{
border-color: #6E3685;
}
</style>