Shades of Vivid Violet #6E2691
Tints of Vivid Violet #6E2691
RGB
CMYK
RGB Variations
Color information
#6E2691 (or 0x6E2691) is known color: Vivid Violet. HEX triplet: 6E, 26 and 91. RGB value is (110,38,145). Sum of RGB (Red+Green+Blue) = 110+38+145=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E2691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2691 is #91D96E. Grayscale: #474747. Windows color (decimal): -9558383 or 9512558. OLE color: 9512558.
HSL color Cylindrical-coordinate representation of color #6E2691: hue angle of 280.37º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2691 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 38 | 145 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.43 |
| HSL | 280.37º | 0.58% | 0.36% | - |
| HSV(B) | 280.37º | 0.74% | 0.57% | - |
| XYZ | 12.23 | 6.75 | 27.45 | - |
| YUV | 71.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 145 | 0.24 | 0.74 | 0 | 0.43 | 280.37 | 0.58 | 0.36 |
| Hex | 6E | 26 | 91 | 18 | 4A | 0 | 2B | 118 | 3A | 24 |
| Octal | 156 | 46 | 221 | 30 | 112 | 0 | 53 | 430 | 72 | 44 |
| Binary | 1101110 | 100110 | 10010001 | 11000 | 1001010 | 0 | 101011 | 100011000 | 111010 | 100100 |
Color Harmonies of #6E2691
Complementary color
Monochromatic Colors of #6E2691
Black with #6E2691
Text Example
Text Example
White with #6E2691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2691; }
p { color: rgb(110,38,145); }
H1.HeaderClassName
{
color: #6E2691;
}
.AnyTagClassName
{
color: #6E2691;
}
</style>
background-color css
<style>
a { background-color: #6E2691; }
a { background-color: rgb(110,38,145); }
div.DivClassName
{
background-color: #6E2691;
}
.BgClassName
{
background-color: #6E2691;
}
</style>
border-color css
<style>
span { border-color: #6E2691; }
span { border-color: rgb(110,38,145); }
td.TdClassName
{
border-color: #6E2691;
}
.TagClassName
{
border-color: #6E2691;
}
</style>