Shades of Vivid Violet #6E1A91
Tints of Vivid Violet #6E1A91
RGB
CMYK
RGB Variations
Color information
#6E1A91 (or 0x6E1A91) is known color: Vivid Violet. HEX triplet: 6E, 1A and 91. RGB value is (110,26,145). Sum of RGB (Red+Green+Blue) = 110+26+145=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E1A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1A91 is #91E56E. Grayscale: #404040. Windows color (decimal): -9561455 or 9509486. OLE color: 9509486.
HSL color Cylindrical-coordinate representation of color #6E1A91: hue angle of 282.35º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1A91 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 26 | 145 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.43 |
| HSL | 282.35º | 0.7% | 0.34% | - |
| HSV(B) | 282.35º | 0.82% | 0.57% | - |
| XYZ | 11.91 | 6.1 | 27.34 | - |
| YUV | 64.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 145 | 0.24 | 0.82 | 0 | 0.43 | 282.35 | 0.7 | 0.34 |
| Hex | 6E | 1A | 91 | 18 | 52 | 0 | 2B | 11A | 46 | 22 |
| Octal | 156 | 32 | 221 | 30 | 122 | 0 | 53 | 432 | 106 | 42 |
| Binary | 1101110 | 11010 | 10010001 | 11000 | 1010010 | 0 | 101011 | 100011010 | 1000110 | 100010 |
Color Harmonies of #6E1A91
Complementary color
Monochromatic Colors of #6E1A91
Black with #6E1A91
Text Example
Text Example
White with #6E1A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A91; }
p { color: rgb(110,26,145); }
H1.HeaderClassName
{
color: #6E1A91;
}
.AnyTagClassName
{
color: #6E1A91;
}
</style>
background-color css
<style>
a { background-color: #6E1A91; }
a { background-color: rgb(110,26,145); }
div.DivClassName
{
background-color: #6E1A91;
}
.BgClassName
{
background-color: #6E1A91;
}
</style>
border-color css
<style>
span { border-color: #6E1A91; }
span { border-color: rgb(110,26,145); }
td.TdClassName
{
border-color: #6E1A91;
}
.TagClassName
{
border-color: #6E1A91;
}
</style>