Shades of Vivid Violet #6E1690
Tints of Vivid Violet #6E1690
RGB
CMYK
RGB Variations
Color information
#6E1690 (or 0x6E1690) is known color: Vivid Violet. HEX triplet: 6E, 16 and 90. RGB value is (110,22,144). Sum of RGB (Red+Green+Blue) = 110+22+144=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1690 is #91E96F. Grayscale: #3D3D3D. Windows color (decimal): -9562480 or 9442926. OLE color: 9442926.
HSL color Cylindrical-coordinate representation of color #6E1690: hue angle of 283.28º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1690 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 22 | 144 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.44 |
| HSL | 283.28º | 0.73% | 0.33% | - |
| HSV(B) | 283.28º | 0.85% | 0.56% | - |
| XYZ | 11.75 | 5.9 | 26.91 | - |
| YUV | 62.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 144 | 0.24 | 0.85 | 0 | 0.44 | 283.28 | 0.73 | 0.33 |
| Hex | 6E | 16 | 90 | 18 | 55 | 0 | 2C | 11B | 49 | 21 |
| Octal | 156 | 26 | 220 | 30 | 125 | 0 | 54 | 433 | 111 | 41 |
| Binary | 1101110 | 10110 | 10010000 | 11000 | 1010101 | 0 | 101100 | 100011011 | 1001001 | 100001 |
Color Harmonies of #6E1690
Complementary color
Monochromatic Colors of #6E1690
Black with #6E1690
Text Example
Text Example
White with #6E1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1690; }
p { color: rgb(110,22,144); }
H1.HeaderClassName
{
color: #6E1690;
}
.AnyTagClassName
{
color: #6E1690;
}
</style>
background-color css
<style>
a { background-color: #6E1690; }
a { background-color: rgb(110,22,144); }
div.DivClassName
{
background-color: #6E1690;
}
.BgClassName
{
background-color: #6E1690;
}
</style>
border-color css
<style>
span { border-color: #6E1690; }
span { border-color: rgb(110,22,144); }
td.TdClassName
{
border-color: #6E1690;
}
.TagClassName
{
border-color: #6E1690;
}
</style>