Shades of Vivid Violet #6E1E93
Tints of Vivid Violet #6E1E93
RGB
CMYK
RGB Variations
Color information
#6E1E93 (or 0x6E1E93) is known color: Vivid Violet. HEX triplet: 6E, 1E and 93. RGB value is (110,30,147). Sum of RGB (Red+Green+Blue) = 110+30+147=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E1E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1E93 is #91E16C. Grayscale: #424242. Windows color (decimal): -9560429 or 9641582. OLE color: 9641582.
HSL color Cylindrical-coordinate representation of color #6E1E93: hue angle of 281.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1E93 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 30 | 147 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.42 |
| HSL | 281.03º | 0.66% | 0.35% | - |
| HSV(B) | 281.03º | 0.8% | 0.58% | - |
| XYZ | 12.16 | 6.35 | 28.19 | - |
| YUV | 67.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 147 | 0.25 | 0.80 | 0 | 0.42 | 281.03 | 0.66 | 0.35 |
| Hex | 6E | 1E | 93 | 19 | 50 | 0 | 2A | 119 | 42 | 23 |
| Octal | 156 | 36 | 223 | 31 | 120 | 0 | 52 | 431 | 102 | 43 |
| Binary | 1101110 | 11110 | 10010011 | 11001 | 1010000 | 0 | 101010 | 100011001 | 1000010 | 100011 |
Color Harmonies of #6E1E93
Complementary color
Monochromatic Colors of #6E1E93
Black with #6E1E93
Text Example
Text Example
White with #6E1E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1E93; }
p { color: rgb(110,30,147); }
H1.HeaderClassName
{
color: #6E1E93;
}
.AnyTagClassName
{
color: #6E1E93;
}
</style>
background-color css
<style>
a { background-color: #6E1E93; }
a { background-color: rgb(110,30,147); }
div.DivClassName
{
background-color: #6E1E93;
}
.BgClassName
{
background-color: #6E1E93;
}
</style>
border-color css
<style>
span { border-color: #6E1E93; }
span { border-color: rgb(110,30,147); }
td.TdClassName
{
border-color: #6E1E93;
}
.TagClassName
{
border-color: #6E1E93;
}
</style>