Shades of Vivid Violet #6D3190
Tints of Vivid Violet #6D3190
RGB
CMYK
RGB Variations
Color information
#6D3190 (or 0x6D3190) is known color: Vivid Violet. HEX triplet: 6D, 31 and 90. RGB value is (109,49,144). Sum of RGB (Red+Green+Blue) = 109+49+144=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D3190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3190 is #92CE6F. Grayscale: #4D4D4D. Windows color (decimal): -9621104 or 9449837. OLE color: 9449837.
HSL color Cylindrical-coordinate representation of color #6D3190: hue angle of 277.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3190 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 49 | 144 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.44 |
| HSL | 277.89º | 0.49% | 0.38% | - |
| HSV(B) | 277.89º | 0.66% | 0.56% | - |
| XYZ | 12.44 | 7.46 | 27.17 | - |
| YUV | 77.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 144 | 0.24 | 0.66 | 0 | 0.44 | 277.89 | 0.49 | 0.38 |
| Hex | 6D | 31 | 90 | 18 | 42 | 0 | 2C | 116 | 31 | 26 |
| Octal | 155 | 61 | 220 | 30 | 102 | 0 | 54 | 426 | 61 | 46 |
| Binary | 1101101 | 110001 | 10010000 | 11000 | 1000010 | 0 | 101100 | 100010110 | 110001 | 100110 |
Color Harmonies of #6D3190
Complementary color
Monochromatic Colors of #6D3190
Black with #6D3190
Text Example
Text Example
White with #6D3190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3190; }
p { color: rgb(109,49,144); }
H1.HeaderClassName
{
color: #6D3190;
}
.AnyTagClassName
{
color: #6D3190;
}
</style>
background-color css
<style>
a { background-color: #6D3190; }
a { background-color: rgb(109,49,144); }
div.DivClassName
{
background-color: #6D3190;
}
.BgClassName
{
background-color: #6D3190;
}
</style>
border-color css
<style>
span { border-color: #6D3190; }
span { border-color: rgb(109,49,144); }
td.TdClassName
{
border-color: #6D3190;
}
.TagClassName
{
border-color: #6D3190;
}
</style>