Shades of Vivid Violet #6D199C
Tints of Vivid Violet #6D199C
RGB
CMYK
RGB Variations
Color information
#6D199C (or 0x6D199C) is known color: Vivid Violet. HEX triplet: 6D, 19 and 9C. RGB value is (109,25,156). Sum of RGB (Red+Green+Blue) = 109+25+156=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D199C is #92E663. Grayscale: #404040. Windows color (decimal): -9627236 or 10230125. OLE color: 10230125.
HSL color Cylindrical-coordinate representation of color #6D199C: hue angle of 278.47º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D199C is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 25 | 156 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.39 |
| HSL | 278.47º | 0.72% | 0.35% | - |
| HSV(B) | 278.47º | 0.84% | 0.61% | - |
| XYZ | 12.66 | 6.35 | 32.01 | - |
| YUV | 65.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 156 | 0.30 | 0.84 | 0 | 0.39 | 278.47 | 0.72 | 0.35 |
| Hex | 6D | 19 | 9C | 1E | 54 | 0 | 27 | 116 | 48 | 23 |
| Octal | 155 | 31 | 234 | 36 | 124 | 0 | 47 | 426 | 110 | 43 |
| Binary | 1101101 | 11001 | 10011100 | 11110 | 1010100 | 0 | 100111 | 100010110 | 1001000 | 100011 |
Color Harmonies of #6D199C
Complementary color
Monochromatic Colors of #6D199C
Black with #6D199C
Text Example
Text Example
White with #6D199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D199C; }
p { color: rgb(109,25,156); }
H1.HeaderClassName
{
color: #6D199C;
}
.AnyTagClassName
{
color: #6D199C;
}
</style>
background-color css
<style>
a { background-color: #6D199C; }
a { background-color: rgb(109,25,156); }
div.DivClassName
{
background-color: #6D199C;
}
.BgClassName
{
background-color: #6D199C;
}
</style>
border-color css
<style>
span { border-color: #6D199C; }
span { border-color: rgb(109,25,156); }
td.TdClassName
{
border-color: #6D199C;
}
.TagClassName
{
border-color: #6D199C;
}
</style>