Shades of Vivid Violet #6E2E88
Tints of Vivid Violet #6E2E88
RGB
CMYK
RGB Variations
Color information
#6E2E88 (or 0x6E2E88) is known color: Vivid Violet. HEX triplet: 6E, 2E and 88. RGB value is (110,46,136). Sum of RGB (Red+Green+Blue) = 110+46+136=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E2E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2E88 is #91D177. Grayscale: #4B4B4B. Windows color (decimal): -9556344 or 8924782. OLE color: 8924782.
HSL color Cylindrical-coordinate representation of color #6E2E88: hue angle of 282.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2E88 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 46 | 136 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.47 |
| HSL | 282.67º | 0.49% | 0.36% | - |
| HSV(B) | 282.67º | 0.66% | 0.53% | - |
| XYZ | 11.85 | 7.05 | 24.03 | - |
| YUV | 75.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 136 | 0.19 | 0.66 | 0 | 0.47 | 282.67 | 0.49 | 0.36 |
| Hex | 6E | 2E | 88 | 13 | 42 | 0 | 2F | 11B | 31 | 24 |
| Octal | 156 | 56 | 210 | 23 | 102 | 0 | 57 | 433 | 61 | 44 |
| Binary | 1101110 | 101110 | 10001000 | 10011 | 1000010 | 0 | 101111 | 100011011 | 110001 | 100100 |
Color Harmonies of #6E2E88
Complementary color
Monochromatic Colors of #6E2E88
Black with #6E2E88
Text Example
Text Example
White with #6E2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E88; }
p { color: rgb(110,46,136); }
H1.HeaderClassName
{
color: #6E2E88;
}
.AnyTagClassName
{
color: #6E2E88;
}
</style>
background-color css
<style>
a { background-color: #6E2E88; }
a { background-color: rgb(110,46,136); }
div.DivClassName
{
background-color: #6E2E88;
}
.BgClassName
{
background-color: #6E2E88;
}
</style>
border-color css
<style>
span { border-color: #6E2E88; }
span { border-color: rgb(110,46,136); }
td.TdClassName
{
border-color: #6E2E88;
}
.TagClassName
{
border-color: #6E2E88;
}
</style>