Shades of Vivid Violet #6E2398
Tints of Vivid Violet #6E2398
RGB
CMYK
RGB Variations
Color information
#6E2398 (or 0x6E2398) is known color: Vivid Violet. HEX triplet: 6E, 23 and 98. RGB value is (110,35,152). Sum of RGB (Red+Green+Blue) = 110+35+152=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2398 is #91DC67. Grayscale: #464646. Windows color (decimal): -9559144 or 9970542. OLE color: 9970542.
HSL color Cylindrical-coordinate representation of color #6E2398: hue angle of 278.46º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2398 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 35 | 152 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.40 |
| HSL | 278.46º | 0.63% | 0.37% | - |
| HSV(B) | 278.46º | 0.77% | 0.6% | - |
| XYZ | 12.7 | 6.78 | 30.35 | - |
| YUV | 70.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 152 | 0.28 | 0.77 | 0 | 0.40 | 278.46 | 0.63 | 0.37 |
| Hex | 6E | 23 | 98 | 1C | 4D | 0 | 28 | 116 | 3F | 25 |
| Octal | 156 | 43 | 230 | 34 | 115 | 0 | 50 | 426 | 77 | 45 |
| Binary | 1101110 | 100011 | 10011000 | 11100 | 1001101 | 0 | 101000 | 100010110 | 111111 | 100101 |
Color Harmonies of #6E2398
Complementary color
Monochromatic Colors of #6E2398
Black with #6E2398
Text Example
Text Example
White with #6E2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2398; }
p { color: rgb(110,35,152); }
H1.HeaderClassName
{
color: #6E2398;
}
.AnyTagClassName
{
color: #6E2398;
}
</style>
background-color css
<style>
a { background-color: #6E2398; }
a { background-color: rgb(110,35,152); }
div.DivClassName
{
background-color: #6E2398;
}
.BgClassName
{
background-color: #6E2398;
}
</style>
border-color css
<style>
span { border-color: #6E2398; }
span { border-color: rgb(110,35,152); }
td.TdClassName
{
border-color: #6E2398;
}
.TagClassName
{
border-color: #6E2398;
}
</style>