Shades of Vivid Violet #6E199B
Tints of Vivid Violet #6E199B
RGB
CMYK
RGB Variations
Color information
#6E199B (or 0x6E199B) is known color: Vivid Violet. HEX triplet: 6E, 19 and 9B. RGB value is (110,25,155). Sum of RGB (Red+Green+Blue) = 110+25+155=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E199B is #91E664. Grayscale: #404040. Windows color (decimal): -9561701 or 10164590. OLE color: 10164590.
HSL color Cylindrical-coordinate representation of color #6E199B: hue angle of 279.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E199B is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 25 | 155 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.39 |
| HSL | 279.23º | 0.72% | 0.35% | - |
| HSV(B) | 279.23º | 0.84% | 0.61% | - |
| XYZ | 12.69 | 6.38 | 31.57 | - |
| YUV | 65.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 155 | 0.29 | 0.84 | 0 | 0.39 | 279.23 | 0.72 | 0.35 |
| Hex | 6E | 19 | 9B | 1D | 54 | 0 | 27 | 117 | 48 | 23 |
| Octal | 156 | 31 | 233 | 35 | 124 | 0 | 47 | 427 | 110 | 43 |
| Binary | 1101110 | 11001 | 10011011 | 11101 | 1010100 | 0 | 100111 | 100010111 | 1001000 | 100011 |
Color Harmonies of #6E199B
Complementary color
Monochromatic Colors of #6E199B
Black with #6E199B
Text Example
Text Example
White with #6E199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E199B; }
p { color: rgb(110,25,155); }
H1.HeaderClassName
{
color: #6E199B;
}
.AnyTagClassName
{
color: #6E199B;
}
</style>
background-color css
<style>
a { background-color: #6E199B; }
a { background-color: rgb(110,25,155); }
div.DivClassName
{
background-color: #6E199B;
}
.BgClassName
{
background-color: #6E199B;
}
</style>
border-color css
<style>
span { border-color: #6E199B; }
span { border-color: rgb(110,25,155); }
td.TdClassName
{
border-color: #6E199B;
}
.TagClassName
{
border-color: #6E199B;
}
</style>