Shades of Vivid Violet #6E2D8A
Tints of Vivid Violet #6E2D8A
RGB
CMYK
RGB Variations
Color information
#6E2D8A (or 0x6E2D8A) is known color: Vivid Violet. HEX triplet: 6E, 2D and 8A. RGB value is (110,45,138). Sum of RGB (Red+Green+Blue) = 110+45+138=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E2D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2D8A is #91D275. Grayscale: #4A4A4A. Windows color (decimal): -9556598 or 9055598. OLE color: 9055598.
HSL color Cylindrical-coordinate representation of color #6E2D8A: hue angle of 281.94º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2D8A is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 45 | 138 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.46 |
| HSL | 281.94º | 0.51% | 0.36% | - |
| HSV(B) | 281.94º | 0.67% | 0.54% | - |
| XYZ | 11.96 | 7.03 | 24.77 | - |
| YUV | 75.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 138 | 0.20 | 0.67 | 0 | 0.46 | 281.94 | 0.51 | 0.36 |
| Hex | 6E | 2D | 8A | 14 | 43 | 0 | 2E | 11A | 33 | 24 |
| Octal | 156 | 55 | 212 | 24 | 103 | 0 | 56 | 432 | 63 | 44 |
| Binary | 1101110 | 101101 | 10001010 | 10100 | 1000011 | 0 | 101110 | 100011010 | 110011 | 100100 |
Color Harmonies of #6E2D8A
Complementary color
Monochromatic Colors of #6E2D8A
Black with #6E2D8A
Text Example
Text Example
White with #6E2D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D8A; }
p { color: rgb(110,45,138); }
H1.HeaderClassName
{
color: #6E2D8A;
}
.AnyTagClassName
{
color: #6E2D8A;
}
</style>
background-color css
<style>
a { background-color: #6E2D8A; }
a { background-color: rgb(110,45,138); }
div.DivClassName
{
background-color: #6E2D8A;
}
.BgClassName
{
background-color: #6E2D8A;
}
</style>
border-color css
<style>
span { border-color: #6E2D8A; }
span { border-color: rgb(110,45,138); }
td.TdClassName
{
border-color: #6E2D8A;
}
.TagClassName
{
border-color: #6E2D8A;
}
</style>