Shades of Vivid Violet #6E1593
Tints of Vivid Violet #6E1593
RGB
CMYK
RGB Variations
Color information
#6E1593 (or 0x6E1593) is known color: Vivid Violet. HEX triplet: 6E, 15 and 93. RGB value is (110,21,147). Sum of RGB (Red+Green+Blue) = 110+21+147=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E1593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1593 is #91EA6C. Grayscale: #3D3D3D. Windows color (decimal): -9562733 or 9639278. OLE color: 9639278.
HSL color Cylindrical-coordinate representation of color #6E1593: hue angle of 282.38º degrees, saturation: 0.75, 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 #6E1593 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 21 | 147 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.42 |
| HSL | 282.38º | 0.75% | 0.33% | - |
| HSV(B) | 282.38º | 0.86% | 0.58% | - |
| XYZ | 11.97 | 5.96 | 28.12 | - |
| YUV | 61.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 147 | 0.25 | 0.86 | 0 | 0.42 | 282.38 | 0.75 | 0.33 |
| Hex | 6E | 15 | 93 | 19 | 56 | 0 | 2A | 11A | 4B | 21 |
| Octal | 156 | 25 | 223 | 31 | 126 | 0 | 52 | 432 | 113 | 41 |
| Binary | 1101110 | 10101 | 10010011 | 11001 | 1010110 | 0 | 101010 | 100011010 | 1001011 | 100001 |
Color Harmonies of #6E1593
Complementary color
Monochromatic Colors of #6E1593
Black with #6E1593
Text Example
Text Example
White with #6E1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1593; }
p { color: rgb(110,21,147); }
H1.HeaderClassName
{
color: #6E1593;
}
.AnyTagClassName
{
color: #6E1593;
}
</style>
background-color css
<style>
a { background-color: #6E1593; }
a { background-color: rgb(110,21,147); }
div.DivClassName
{
background-color: #6E1593;
}
.BgClassName
{
background-color: #6E1593;
}
</style>
border-color css
<style>
span { border-color: #6E1593; }
span { border-color: rgb(110,21,147); }
td.TdClassName
{
border-color: #6E1593;
}
.TagClassName
{
border-color: #6E1593;
}
</style>