Shades of Vivid Violet #6E1493
Tints of Vivid Violet #6E1493
RGB
CMYK
RGB Variations
Color information
#6E1493 (or 0x6E1493) is known color: Vivid Violet. HEX triplet: 6E, 14 and 93. RGB value is (110,20,147). Sum of RGB (Red+Green+Blue) = 110+20+147=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1493 is #91EB6C. Grayscale: #3C3C3C. Windows color (decimal): -9562989 or 9639022. OLE color: 9639022.
HSL color Cylindrical-coordinate representation of color #6E1493: hue angle of 282.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1493 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 20 | 147 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.42 |
| HSL | 282.52º | 0.76% | 0.33% | - |
| HSV(B) | 282.52º | 0.86% | 0.58% | - |
| XYZ | 11.95 | 5.92 | 28.12 | - |
| YUV | 61.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 147 | 0.25 | 0.86 | 0 | 0.42 | 282.52 | 0.76 | 0.33 |
| Hex | 6E | 14 | 93 | 19 | 56 | 0 | 2A | 11B | 4C | 21 |
| Octal | 156 | 24 | 223 | 31 | 126 | 0 | 52 | 433 | 114 | 41 |
| Binary | 1101110 | 10100 | 10010011 | 11001 | 1010110 | 0 | 101010 | 100011011 | 1001100 | 100001 |
Color Harmonies of #6E1493
Complementary color
Monochromatic Colors of #6E1493
Black with #6E1493
Text Example
Text Example
White with #6E1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1493; }
p { color: rgb(110,20,147); }
H1.HeaderClassName
{
color: #6E1493;
}
.AnyTagClassName
{
color: #6E1493;
}
</style>
background-color css
<style>
a { background-color: #6E1493; }
a { background-color: rgb(110,20,147); }
div.DivClassName
{
background-color: #6E1493;
}
.BgClassName
{
background-color: #6E1493;
}
</style>
border-color css
<style>
span { border-color: #6E1493; }
span { border-color: rgb(110,20,147); }
td.TdClassName
{
border-color: #6E1493;
}
.TagClassName
{
border-color: #6E1493;
}
</style>