Shades of Vivid Violet #6E238E
Tints of Vivid Violet #6E238E
RGB
CMYK
RGB Variations
Color information
#6E238E (or 0x6E238E) is known color: Vivid Violet. HEX triplet: 6E, 23 and 8E. RGB value is (110,35,142). Sum of RGB (Red+Green+Blue) = 110+35+142=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E238E is #91DC71. Grayscale: #454545. Windows color (decimal): -9559154 or 9315182. OLE color: 9315182.
HSL color Cylindrical-coordinate representation of color #6E238E: hue angle of 282.06º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E238E is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 35 | 142 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.44 |
| HSL | 282.06º | 0.6% | 0.35% | - |
| HSV(B) | 282.06º | 0.75% | 0.56% | - |
| XYZ | 11.91 | 6.47 | 26.21 | - |
| YUV | 69.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 142 | 0.23 | 0.75 | 0 | 0.44 | 282.06 | 0.6 | 0.35 |
| Hex | 6E | 23 | 8E | 17 | 4B | 0 | 2C | 11A | 3C | 23 |
| Octal | 156 | 43 | 216 | 27 | 113 | 0 | 54 | 432 | 74 | 43 |
| Binary | 1101110 | 100011 | 10001110 | 10111 | 1001011 | 0 | 101100 | 100011010 | 111100 | 100011 |
Color Harmonies of #6E238E
Complementary color
Monochromatic Colors of #6E238E
Black with #6E238E
Text Example
Text Example
White with #6E238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E238E; }
p { color: rgb(110,35,142); }
H1.HeaderClassName
{
color: #6E238E;
}
.AnyTagClassName
{
color: #6E238E;
}
</style>
background-color css
<style>
a { background-color: #6E238E; }
a { background-color: rgb(110,35,142); }
div.DivClassName
{
background-color: #6E238E;
}
.BgClassName
{
background-color: #6E238E;
}
</style>
border-color css
<style>
span { border-color: #6E238E; }
span { border-color: rgb(110,35,142); }
td.TdClassName
{
border-color: #6E238E;
}
.TagClassName
{
border-color: #6E238E;
}
</style>