Shades of Vivid Violet #6E2489
Tints of Vivid Violet #6E2489
RGB
CMYK
RGB Variations
Color information
#6E2489 (or 0x6E2489) is known color: Vivid Violet. HEX triplet: 6E, 24 and 89. RGB value is (110,36,137). Sum of RGB (Red+Green+Blue) = 110+36+137=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E2489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2489 is #91DB76. Grayscale: #454545. Windows color (decimal): -9558903 or 8987758. OLE color: 8987758.
HSL color Cylindrical-coordinate representation of color #6E2489: hue angle of 283.96º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2489 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 36 | 137 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.46 |
| HSL | 283.96º | 0.58% | 0.34% | - |
| HSV(B) | 283.96º | 0.74% | 0.54% | - |
| XYZ | 11.58 | 6.38 | 24.29 | - |
| YUV | 69.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 137 | 0.20 | 0.74 | 0 | 0.46 | 283.96 | 0.58 | 0.34 |
| Hex | 6E | 24 | 89 | 14 | 4A | 0 | 2E | 11C | 3A | 22 |
| Octal | 156 | 44 | 211 | 24 | 112 | 0 | 56 | 434 | 72 | 42 |
| Binary | 1101110 | 100100 | 10001001 | 10100 | 1001010 | 0 | 101110 | 100011100 | 111010 | 100010 |
Color Harmonies of #6E2489
Complementary color
Monochromatic Colors of #6E2489
Black with #6E2489
Text Example
Text Example
White with #6E2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2489; }
p { color: rgb(110,36,137); }
H1.HeaderClassName
{
color: #6E2489;
}
.AnyTagClassName
{
color: #6E2489;
}
</style>
background-color css
<style>
a { background-color: #6E2489; }
a { background-color: rgb(110,36,137); }
div.DivClassName
{
background-color: #6E2489;
}
.BgClassName
{
background-color: #6E2489;
}
</style>
border-color css
<style>
span { border-color: #6E2489; }
span { border-color: rgb(110,36,137); }
td.TdClassName
{
border-color: #6E2489;
}
.TagClassName
{
border-color: #6E2489;
}
</style>