Shades of Vivid Violet #6E2092
Tints of Vivid Violet #6E2092
RGB
CMYK
RGB Variations
Color information
#6E2092 (or 0x6E2092) is known color: Vivid Violet. HEX triplet: 6E, 20 and 92. RGB value is (110,32,146). Sum of RGB (Red+Green+Blue) = 110+32+146=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2092 is #91DF6D. Grayscale: #434343. Windows color (decimal): -9559918 or 9576558. OLE color: 9576558.
HSL color Cylindrical-coordinate representation of color #6E2092: hue angle of 281.05º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E2092 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 32 | 146 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.43 |
| HSL | 281.05º | 0.64% | 0.35% | - |
| HSV(B) | 281.05º | 0.78% | 0.57% | - |
| XYZ | 12.14 | 6.42 | 27.79 | - |
| YUV | 68.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 146 | 0.25 | 0.78 | 0 | 0.43 | 281.05 | 0.64 | 0.35 |
| Hex | 6E | 20 | 92 | 19 | 4E | 0 | 2B | 119 | 40 | 23 |
| Octal | 156 | 40 | 222 | 31 | 116 | 0 | 53 | 431 | 100 | 43 |
| Binary | 1101110 | 100000 | 10010010 | 11001 | 1001110 | 0 | 101011 | 100011001 | 1000000 | 100011 |
Color Harmonies of #6E2092
Complementary color
Monochromatic Colors of #6E2092
Black with #6E2092
Text Example
Text Example
White with #6E2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2092; }
p { color: rgb(110,32,146); }
H1.HeaderClassName
{
color: #6E2092;
}
.AnyTagClassName
{
color: #6E2092;
}
</style>
background-color css
<style>
a { background-color: #6E2092; }
a { background-color: rgb(110,32,146); }
div.DivClassName
{
background-color: #6E2092;
}
.BgClassName
{
background-color: #6E2092;
}
</style>
border-color css
<style>
span { border-color: #6E2092; }
span { border-color: rgb(110,32,146); }
td.TdClassName
{
border-color: #6E2092;
}
.TagClassName
{
border-color: #6E2092;
}
</style>