Shades of Vivid Violet #6E228E
Tints of Vivid Violet #6E228E
RGB
CMYK
RGB Variations
Color information
#6E228E (or 0x6E228E) is known color: Vivid Violet. HEX triplet: 6E, 22 and 8E. RGB value is (110,34,142). Sum of RGB (Red+Green+Blue) = 110+34+142=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E228E is #91DD71. Grayscale: #444444. Windows color (decimal): -9559410 or 9314926. OLE color: 9314926.
HSL color Cylindrical-coordinate representation of color #6E228E: hue angle of 282.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E228E is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 34 | 142 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.44 |
| HSL | 282.22º | 0.61% | 0.35% | - |
| HSV(B) | 282.22º | 0.76% | 0.56% | - |
| XYZ | 11.88 | 6.41 | 26.2 | - |
| YUV | 69.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 142 | 0.23 | 0.76 | 0 | 0.44 | 282.22 | 0.61 | 0.35 |
| Hex | 6E | 22 | 8E | 17 | 4C | 0 | 2C | 11A | 3D | 23 |
| Octal | 156 | 42 | 216 | 27 | 114 | 0 | 54 | 432 | 75 | 43 |
| Binary | 1101110 | 100010 | 10001110 | 10111 | 1001100 | 0 | 101100 | 100011010 | 111101 | 100011 |
Color Harmonies of #6E228E
Complementary color
Monochromatic Colors of #6E228E
Black with #6E228E
Text Example
Text Example
White with #6E228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E228E; }
p { color: rgb(110,34,142); }
H1.HeaderClassName
{
color: #6E228E;
}
.AnyTagClassName
{
color: #6E228E;
}
</style>
background-color css
<style>
a { background-color: #6E228E; }
a { background-color: rgb(110,34,142); }
div.DivClassName
{
background-color: #6E228E;
}
.BgClassName
{
background-color: #6E228E;
}
</style>
border-color css
<style>
span { border-color: #6E228E; }
span { border-color: rgb(110,34,142); }
td.TdClassName
{
border-color: #6E228E;
}
.TagClassName
{
border-color: #6E228E;
}
</style>