Shades of Vivid Violet #6E178E
Tints of Vivid Violet #6E178E
RGB
CMYK
RGB Variations
Color information
#6E178E (or 0x6E178E) is known color: Vivid Violet. HEX triplet: 6E, 17 and 8E. RGB value is (110,23,142). Sum of RGB (Red+Green+Blue) = 110+23+142=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E178E is #91E871. Grayscale: #3E3E3E. Windows color (decimal): -9562226 or 9312110. OLE color: 9312110.
HSL color Cylindrical-coordinate representation of color #6E178E: hue angle of 283.87º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E178E is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 23 | 142 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.44 |
| HSL | 283.87º | 0.72% | 0.32% | - |
| HSV(B) | 283.87º | 0.84% | 0.56% | - |
| XYZ | 11.62 | 5.88 | 26.11 | - |
| YUV | 62.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 142 | 0.23 | 0.84 | 0 | 0.44 | 283.87 | 0.72 | 0.32 |
| Hex | 6E | 17 | 8E | 17 | 54 | 0 | 2C | 11C | 48 | 20 |
| Octal | 156 | 27 | 216 | 27 | 124 | 0 | 54 | 434 | 110 | 40 |
| Binary | 1101110 | 10111 | 10001110 | 10111 | 1010100 | 0 | 101100 | 100011100 | 1001000 | 100000 |
Color Harmonies of #6E178E
Complementary color
Monochromatic Colors of #6E178E
Black with #6E178E
Text Example
Text Example
White with #6E178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E178E; }
p { color: rgb(110,23,142); }
H1.HeaderClassName
{
color: #6E178E;
}
.AnyTagClassName
{
color: #6E178E;
}
</style>
background-color css
<style>
a { background-color: #6E178E; }
a { background-color: rgb(110,23,142); }
div.DivClassName
{
background-color: #6E178E;
}
.BgClassName
{
background-color: #6E178E;
}
</style>
border-color css
<style>
span { border-color: #6E178E; }
span { border-color: rgb(110,23,142); }
td.TdClassName
{
border-color: #6E178E;
}
.TagClassName
{
border-color: #6E178E;
}
</style>