Shades of Vivid Violet #6E308E
Tints of Vivid Violet #6E308E
RGB
CMYK
RGB Variations
Color information
#6E308E (or 0x6E308E) is known color: Vivid Violet. HEX triplet: 6E, 30 and 8E. RGB value is (110,48,142). Sum of RGB (Red+Green+Blue) = 110+48+142=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E308E is #91CF71. Grayscale: #4C4C4C. Windows color (decimal): -9555826 or 9318510. OLE color: 9318510.
HSL color Cylindrical-coordinate representation of color #6E308E: hue angle of 279.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E308E is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 48 | 142 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.44 |
| HSL | 279.57º | 0.49% | 0.37% | - |
| HSV(B) | 279.57º | 0.66% | 0.56% | - |
| XYZ | 12.37 | 7.38 | 26.36 | - |
| YUV | 77.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 142 | 0.23 | 0.66 | 0 | 0.44 | 279.57 | 0.49 | 0.37 |
| Hex | 6E | 30 | 8E | 17 | 42 | 0 | 2C | 118 | 31 | 25 |
| Octal | 156 | 60 | 216 | 27 | 102 | 0 | 54 | 430 | 61 | 45 |
| Binary | 1101110 | 110000 | 10001110 | 10111 | 1000010 | 0 | 101100 | 100011000 | 110001 | 100101 |
Color Harmonies of #6E308E
Complementary color
Monochromatic Colors of #6E308E
Black with #6E308E
Text Example
Text Example
White with #6E308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E308E; }
p { color: rgb(110,48,142); }
H1.HeaderClassName
{
color: #6E308E;
}
.AnyTagClassName
{
color: #6E308E;
}
</style>
background-color css
<style>
a { background-color: #6E308E; }
a { background-color: rgb(110,48,142); }
div.DivClassName
{
background-color: #6E308E;
}
.BgClassName
{
background-color: #6E308E;
}
</style>
border-color css
<style>
span { border-color: #6E308E; }
span { border-color: rgb(110,48,142); }
td.TdClassName
{
border-color: #6E308E;
}
.TagClassName
{
border-color: #6E308E;
}
</style>