Shades of Vivid Violet #6E3588
Tints of Vivid Violet #6E3588
RGB
CMYK
RGB Variations
Color information
#6E3588 (or 0x6E3588) is known color: Vivid Violet. HEX triplet: 6E, 35 and 88. RGB value is (110,53,136). Sum of RGB (Red+Green+Blue) = 110+53+136=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E3588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3588 is #91CA77. Grayscale: #4F4F4F. Windows color (decimal): -9554552 or 8926574. OLE color: 8926574.
HSL color Cylindrical-coordinate representation of color #6E3588: hue angle of 281.2º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3588 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 53 | 136 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.47 |
| HSL | 281.2º | 0.44% | 0.37% | - |
| HSV(B) | 281.2º | 0.61% | 0.53% | - |
| XYZ | 12.15 | 7.64 | 24.13 | - |
| YUV | 79.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 136 | 0.19 | 0.61 | 0 | 0.47 | 281.2 | 0.44 | 0.37 |
| Hex | 6E | 35 | 88 | 13 | 3D | 0 | 2F | 119 | 2C | 25 |
| Octal | 156 | 65 | 210 | 23 | 75 | 0 | 57 | 431 | 54 | 45 |
| Binary | 1101110 | 110101 | 10001000 | 10011 | 111101 | 0 | 101111 | 100011001 | 101100 | 100101 |
Color Harmonies of #6E3588
Complementary color
Monochromatic Colors of #6E3588
Black with #6E3588
Text Example
Text Example
White with #6E3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3588; }
p { color: rgb(110,53,136); }
H1.HeaderClassName
{
color: #6E3588;
}
.AnyTagClassName
{
color: #6E3588;
}
</style>
background-color css
<style>
a { background-color: #6E3588; }
a { background-color: rgb(110,53,136); }
div.DivClassName
{
background-color: #6E3588;
}
.BgClassName
{
background-color: #6E3588;
}
</style>
border-color css
<style>
span { border-color: #6E3588; }
span { border-color: rgb(110,53,136); }
td.TdClassName
{
border-color: #6E3588;
}
.TagClassName
{
border-color: #6E3588;
}
</style>