Shades of Vivid Violet #6E169A
Tints of Vivid Violet #6E169A
RGB
CMYK
RGB Variations
Color information
#6E169A (or 0x6E169A) is known color: Vivid Violet. HEX triplet: 6E, 16 and 9A. RGB value is (110,22,154). Sum of RGB (Red+Green+Blue) = 110+22+154=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E169A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E169A is #91E965. Grayscale: #3E3E3E. Windows color (decimal): -9562470 or 10098286. OLE color: 10098286.
HSL color Cylindrical-coordinate representation of color #6E169A: hue angle of 280º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E169A is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 22 | 154 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.40 |
| HSL | 280º | 0.75% | 0.35% | - |
| HSV(B) | 280º | 0.86% | 0.6% | - |
| XYZ | 12.55 | 6.22 | 31.11 | - |
| YUV | 63.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 154 | 0.29 | 0.86 | 0 | 0.40 | 280 | 0.75 | 0.35 |
| Hex | 6E | 16 | 9A | 1D | 56 | 0 | 28 | 118 | 4B | 23 |
| Octal | 156 | 26 | 232 | 35 | 126 | 0 | 50 | 430 | 113 | 43 |
| Binary | 1101110 | 10110 | 10011010 | 11101 | 1010110 | 0 | 101000 | 100011000 | 1001011 | 100011 |
Color Harmonies of #6E169A
Complementary color
Monochromatic Colors of #6E169A
Black with #6E169A
Text Example
Text Example
White with #6E169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E169A; }
p { color: rgb(110,22,154); }
H1.HeaderClassName
{
color: #6E169A;
}
.AnyTagClassName
{
color: #6E169A;
}
</style>
background-color css
<style>
a { background-color: #6E169A; }
a { background-color: rgb(110,22,154); }
div.DivClassName
{
background-color: #6E169A;
}
.BgClassName
{
background-color: #6E169A;
}
</style>
border-color css
<style>
span { border-color: #6E169A; }
span { border-color: rgb(110,22,154); }
td.TdClassName
{
border-color: #6E169A;
}
.TagClassName
{
border-color: #6E169A;
}
</style>