Shades of Vivid Violet #6E298B
Tints of Vivid Violet #6E298B
RGB
CMYK
RGB Variations
Color information
#6E298B (or 0x6E298B) is known color: Vivid Violet. HEX triplet: 6E, 29 and 8B. RGB value is (110,41,139). Sum of RGB (Red+Green+Blue) = 110+41+139=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E298B is #91D674. Grayscale: #484848. Windows color (decimal): -9557621 or 9120110. OLE color: 9120110.
HSL color Cylindrical-coordinate representation of color #6E298B: hue angle of 282.24º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E298B is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 41 | 139 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.45 |
| HSL | 282.24º | 0.54% | 0.35% | - |
| HSV(B) | 282.24º | 0.71% | 0.55% | - |
| XYZ | 11.88 | 6.76 | 25.11 | - |
| YUV | 72.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 139 | 0.21 | 0.71 | 0 | 0.45 | 282.24 | 0.54 | 0.35 |
| Hex | 6E | 29 | 8B | 15 | 47 | 0 | 2D | 11A | 36 | 23 |
| Octal | 156 | 51 | 213 | 25 | 107 | 0 | 55 | 432 | 66 | 43 |
| Binary | 1101110 | 101001 | 10001011 | 10101 | 1000111 | 0 | 101101 | 100011010 | 110110 | 100011 |
Color Harmonies of #6E298B
Complementary color
Monochromatic Colors of #6E298B
Black with #6E298B
Text Example
Text Example
White with #6E298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E298B; }
p { color: rgb(110,41,139); }
H1.HeaderClassName
{
color: #6E298B;
}
.AnyTagClassName
{
color: #6E298B;
}
</style>
background-color css
<style>
a { background-color: #6E298B; }
a { background-color: rgb(110,41,139); }
div.DivClassName
{
background-color: #6E298B;
}
.BgClassName
{
background-color: #6E298B;
}
</style>
border-color css
<style>
span { border-color: #6E298B; }
span { border-color: rgb(110,41,139); }
td.TdClassName
{
border-color: #6E298B;
}
.TagClassName
{
border-color: #6E298B;
}
</style>