Shades of Vivid Violet #6E1793
Tints of Vivid Violet #6E1793
RGB
CMYK
RGB Variations
Color information
#6E1793 (or 0x6E1793) is known color: Vivid Violet. HEX triplet: 6E, 17 and 93. RGB value is (110,23,147). Sum of RGB (Red+Green+Blue) = 110+23+147=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E1793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1793 is #91E86C. Grayscale: #3E3E3E. Windows color (decimal): -9562221 or 9639790. OLE color: 9639790.
HSL color Cylindrical-coordinate representation of color #6E1793: hue angle of 282.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1793 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 23 | 147 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.42 |
| HSL | 282.1º | 0.73% | 0.33% | - |
| HSV(B) | 282.1º | 0.84% | 0.58% | - |
| XYZ | 12 | 6.03 | 28.14 | - |
| YUV | 63.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 147 | 0.25 | 0.84 | 0 | 0.42 | 282.1 | 0.73 | 0.33 |
| Hex | 6E | 17 | 93 | 19 | 54 | 0 | 2A | 11A | 49 | 21 |
| Octal | 156 | 27 | 223 | 31 | 124 | 0 | 52 | 432 | 111 | 41 |
| Binary | 1101110 | 10111 | 10010011 | 11001 | 1010100 | 0 | 101010 | 100011010 | 1001001 | 100001 |
Color Harmonies of #6E1793
Complementary color
Monochromatic Colors of #6E1793
Black with #6E1793
Text Example
Text Example
White with #6E1793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1793; }
p { color: rgb(110,23,147); }
H1.HeaderClassName
{
color: #6E1793;
}
.AnyTagClassName
{
color: #6E1793;
}
</style>
background-color css
<style>
a { background-color: #6E1793; }
a { background-color: rgb(110,23,147); }
div.DivClassName
{
background-color: #6E1793;
}
.BgClassName
{
background-color: #6E1793;
}
</style>
border-color css
<style>
span { border-color: #6E1793; }
span { border-color: rgb(110,23,147); }
td.TdClassName
{
border-color: #6E1793;
}
.TagClassName
{
border-color: #6E1793;
}
</style>