Shades of Vivid Violet #6E2494
Tints of Vivid Violet #6E2494
RGB
CMYK
RGB Variations
Color information
#6E2494 (or 0x6E2494) is known color: Vivid Violet. HEX triplet: 6E, 24 and 94. RGB value is (110,36,148). Sum of RGB (Red+Green+Blue) = 110+36+148=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E2494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2494 is #91DB6B. Grayscale: #464646. Windows color (decimal): -9558892 or 9708654. OLE color: 9708654.
HSL color Cylindrical-coordinate representation of color #6E2494: hue angle of 279.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E2494 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 36 | 148 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.42 |
| HSL | 279.64º | 0.61% | 0.36% | - |
| HSV(B) | 279.64º | 0.76% | 0.58% | - |
| XYZ | 12.41 | 6.71 | 28.66 | - |
| YUV | 70.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 148 | 0.26 | 0.76 | 0 | 0.42 | 279.64 | 0.61 | 0.36 |
| Hex | 6E | 24 | 94 | 1A | 4C | 0 | 2A | 118 | 3D | 24 |
| Octal | 156 | 44 | 224 | 32 | 114 | 0 | 52 | 430 | 75 | 44 |
| Binary | 1101110 | 100100 | 10010100 | 11010 | 1001100 | 0 | 101010 | 100011000 | 111101 | 100100 |
Color Harmonies of #6E2494
Complementary color
Monochromatic Colors of #6E2494
Black with #6E2494
Text Example
Text Example
White with #6E2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2494; }
p { color: rgb(110,36,148); }
H1.HeaderClassName
{
color: #6E2494;
}
.AnyTagClassName
{
color: #6E2494;
}
</style>
background-color css
<style>
a { background-color: #6E2494; }
a { background-color: rgb(110,36,148); }
div.DivClassName
{
background-color: #6E2494;
}
.BgClassName
{
background-color: #6E2494;
}
</style>
border-color css
<style>
span { border-color: #6E2494; }
span { border-color: rgb(110,36,148); }
td.TdClassName
{
border-color: #6E2494;
}
.TagClassName
{
border-color: #6E2494;
}
</style>