Shades of Vivid Violet #6D1696
Tints of Vivid Violet #6D1696
RGB
CMYK
RGB Variations
Color information
#6D1696 (or 0x6D1696) is known color: Vivid Violet. HEX triplet: 6D, 16 and 96. RGB value is (109,22,150). Sum of RGB (Red+Green+Blue) = 109+22+150=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D1696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1696 is #92E969. Grayscale: #3E3E3E. Windows color (decimal): -9628010 or 9836141. OLE color: 9836141.
HSL color Cylindrical-coordinate representation of color #6D1696: hue angle of 280.78º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1696 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 22 | 150 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.41 |
| HSL | 280.78º | 0.74% | 0.34% | - |
| HSV(B) | 280.78º | 0.85% | 0.59% | - |
| XYZ | 12.1 | 6.03 | 29.38 | - |
| YUV | 62.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 150 | 0.27 | 0.85 | 0 | 0.41 | 280.78 | 0.74 | 0.34 |
| Hex | 6D | 16 | 96 | 1B | 55 | 0 | 29 | 119 | 4A | 22 |
| Octal | 155 | 26 | 226 | 33 | 125 | 0 | 51 | 431 | 112 | 42 |
| Binary | 1101101 | 10110 | 10010110 | 11011 | 1010101 | 0 | 101001 | 100011001 | 1001010 | 100010 |
Color Harmonies of #6D1696
Complementary color
Monochromatic Colors of #6D1696
Black with #6D1696
Text Example
Text Example
White with #6D1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1696; }
p { color: rgb(109,22,150); }
H1.HeaderClassName
{
color: #6D1696;
}
.AnyTagClassName
{
color: #6D1696;
}
</style>
background-color css
<style>
a { background-color: #6D1696; }
a { background-color: rgb(109,22,150); }
div.DivClassName
{
background-color: #6D1696;
}
.BgClassName
{
background-color: #6D1696;
}
</style>
border-color css
<style>
span { border-color: #6D1696; }
span { border-color: rgb(109,22,150); }
td.TdClassName
{
border-color: #6D1696;
}
.TagClassName
{
border-color: #6D1696;
}
</style>