Shades of Vivid Violet #6E2F91
Tints of Vivid Violet #6E2F91
RGB
CMYK
RGB Variations
Color information
#6E2F91 (or 0x6E2F91) is known color: Vivid Violet. HEX triplet: 6E, 2F and 91. RGB value is (110,47,145). Sum of RGB (Red+Green+Blue) = 110+47+145=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E2F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2F91 is #91D06E. Grayscale: #4C4C4C. Windows color (decimal): -9556079 or 9514862. OLE color: 9514862.
HSL color Cylindrical-coordinate representation of color #6E2F91: hue angle of 278.57º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2F91 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 47 | 145 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.43 |
| HSL | 278.57º | 0.51% | 0.38% | - |
| HSV(B) | 278.57º | 0.68% | 0.57% | - |
| XYZ | 12.56 | 7.39 | 27.55 | - |
| YUV | 77.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 145 | 0.24 | 0.68 | 0 | 0.43 | 278.57 | 0.51 | 0.38 |
| Hex | 6E | 2F | 91 | 18 | 44 | 0 | 2B | 117 | 33 | 26 |
| Octal | 156 | 57 | 221 | 30 | 104 | 0 | 53 | 427 | 63 | 46 |
| Binary | 1101110 | 101111 | 10010001 | 11000 | 1000100 | 0 | 101011 | 100010111 | 110011 | 100110 |
Color Harmonies of #6E2F91
Complementary color
Monochromatic Colors of #6E2F91
Black with #6E2F91
Text Example
Text Example
White with #6E2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F91; }
p { color: rgb(110,47,145); }
H1.HeaderClassName
{
color: #6E2F91;
}
.AnyTagClassName
{
color: #6E2F91;
}
</style>
background-color css
<style>
a { background-color: #6E2F91; }
a { background-color: rgb(110,47,145); }
div.DivClassName
{
background-color: #6E2F91;
}
.BgClassName
{
background-color: #6E2F91;
}
</style>
border-color css
<style>
span { border-color: #6E2F91; }
span { border-color: rgb(110,47,145); }
td.TdClassName
{
border-color: #6E2F91;
}
.TagClassName
{
border-color: #6E2F91;
}
</style>