Shades of Vivid Violet #6E238B
Tints of Vivid Violet #6E238B
RGB
CMYK
RGB Variations
Color information
#6E238B (or 0x6E238B) is known color: Vivid Violet. HEX triplet: 6E, 23 and 8B. RGB value is (110,35,139). Sum of RGB (Red+Green+Blue) = 110+35+139=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E238B is #91DC74. Grayscale: #444444. Windows color (decimal): -9559157 or 9118574. OLE color: 9118574.
HSL color Cylindrical-coordinate representation of color #6E238B: hue angle of 283.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E238B is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 35 | 139 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.45 |
| HSL | 283.27º | 0.6% | 0.34% | - |
| HSV(B) | 283.27º | 0.75% | 0.55% | - |
| XYZ | 11.69 | 6.38 | 25.04 | - |
| YUV | 69.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 139 | 0.21 | 0.75 | 0 | 0.45 | 283.27 | 0.6 | 0.34 |
| Hex | 6E | 23 | 8B | 15 | 4B | 0 | 2D | 11B | 3C | 22 |
| Octal | 156 | 43 | 213 | 25 | 113 | 0 | 55 | 433 | 74 | 42 |
| Binary | 1101110 | 100011 | 10001011 | 10101 | 1001011 | 0 | 101101 | 100011011 | 111100 | 100010 |
Color Harmonies of #6E238B
Complementary color
Monochromatic Colors of #6E238B
Black with #6E238B
Text Example
Text Example
White with #6E238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E238B; }
p { color: rgb(110,35,139); }
H1.HeaderClassName
{
color: #6E238B;
}
.AnyTagClassName
{
color: #6E238B;
}
</style>
background-color css
<style>
a { background-color: #6E238B; }
a { background-color: rgb(110,35,139); }
div.DivClassName
{
background-color: #6E238B;
}
.BgClassName
{
background-color: #6E238B;
}
</style>
border-color css
<style>
span { border-color: #6E238B; }
span { border-color: rgb(110,35,139); }
td.TdClassName
{
border-color: #6E238B;
}
.TagClassName
{
border-color: #6E238B;
}
</style>