Shades of Vivid Violet #6E168F
Tints of Vivid Violet #6E168F
RGB
CMYK
RGB Variations
Color information
#6E168F (or 0x6E168F) is known color: Vivid Violet. HEX triplet: 6E, 16 and 8F. RGB value is (110,22,143). Sum of RGB (Red+Green+Blue) = 110+22+143=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E168F is #91E970. Grayscale: #3D3D3D. Windows color (decimal): -9562481 or 9377390. OLE color: 9377390.
HSL color Cylindrical-coordinate representation of color #6E168F: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E168F is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 22 | 143 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.44 |
| HSL | 283.64º | 0.73% | 0.32% | - |
| HSV(B) | 283.64º | 0.85% | 0.56% | - |
| XYZ | 11.68 | 5.87 | 26.5 | - |
| YUV | 62.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 143 | 0.23 | 0.85 | 0 | 0.44 | 283.64 | 0.73 | 0.32 |
| Hex | 6E | 16 | 8F | 17 | 55 | 0 | 2C | 11C | 49 | 20 |
| Octal | 156 | 26 | 217 | 27 | 125 | 0 | 54 | 434 | 111 | 40 |
| Binary | 1101110 | 10110 | 10001111 | 10111 | 1010101 | 0 | 101100 | 100011100 | 1001001 | 100000 |
Color Harmonies of #6E168F
Complementary color
Monochromatic Colors of #6E168F
Black with #6E168F
Text Example
Text Example
White with #6E168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E168F; }
p { color: rgb(110,22,143); }
H1.HeaderClassName
{
color: #6E168F;
}
.AnyTagClassName
{
color: #6E168F;
}
</style>
background-color css
<style>
a { background-color: #6E168F; }
a { background-color: rgb(110,22,143); }
div.DivClassName
{
background-color: #6E168F;
}
.BgClassName
{
background-color: #6E168F;
}
</style>
border-color css
<style>
span { border-color: #6E168F; }
span { border-color: rgb(110,22,143); }
td.TdClassName
{
border-color: #6E168F;
}
.TagClassName
{
border-color: #6E168F;
}
</style>