Shades of Vivid Violet #6E2E93
Tints of Vivid Violet #6E2E93
RGB
CMYK
RGB Variations
Color information
#6E2E93 (or 0x6E2E93) is known color: Vivid Violet. HEX triplet: 6E, 2E and 93. RGB value is (110,46,147). Sum of RGB (Red+Green+Blue) = 110+46+147=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E2E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2E93 is #91D16C. Grayscale: #4C4C4C. Windows color (decimal): -9556333 or 9645678. OLE color: 9645678.
HSL color Cylindrical-coordinate representation of color #6E2E93: hue angle of 278.02º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2E93 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 46 | 147 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.42 |
| HSL | 278.02º | 0.52% | 0.38% | - |
| HSV(B) | 278.02º | 0.69% | 0.58% | - |
| XYZ | 12.67 | 7.38 | 28.36 | - |
| YUV | 76.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 147 | 0.25 | 0.69 | 0 | 0.42 | 278.02 | 0.52 | 0.38 |
| Hex | 6E | 2E | 93 | 19 | 45 | 0 | 2A | 116 | 34 | 26 |
| Octal | 156 | 56 | 223 | 31 | 105 | 0 | 52 | 426 | 64 | 46 |
| Binary | 1101110 | 101110 | 10010011 | 11001 | 1000101 | 0 | 101010 | 100010110 | 110100 | 100110 |
Color Harmonies of #6E2E93
Complementary color
Monochromatic Colors of #6E2E93
Black with #6E2E93
Text Example
Text Example
White with #6E2E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E93; }
p { color: rgb(110,46,147); }
H1.HeaderClassName
{
color: #6E2E93;
}
.AnyTagClassName
{
color: #6E2E93;
}
</style>
background-color css
<style>
a { background-color: #6E2E93; }
a { background-color: rgb(110,46,147); }
div.DivClassName
{
background-color: #6E2E93;
}
.BgClassName
{
background-color: #6E2E93;
}
</style>
border-color css
<style>
span { border-color: #6E2E93; }
span { border-color: rgb(110,46,147); }
td.TdClassName
{
border-color: #6E2E93;
}
.TagClassName
{
border-color: #6E2E93;
}
</style>