Shades of Vivid Violet #6D2990
Tints of Vivid Violet #6D2990
RGB
CMYK
RGB Variations
Color information
#6D2990 (or 0x6D2990) is known color: Vivid Violet. HEX triplet: 6D, 29 and 90. RGB value is (109,41,144). Sum of RGB (Red+Green+Blue) = 109+41+144=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D2990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2990 is #92D66F. Grayscale: #484848. Windows color (decimal): -9623152 or 9447789. OLE color: 9447789.
HSL color Cylindrical-coordinate representation of color #6D2990: hue angle of 279.61º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D2990 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 41 | 144 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.44 |
| HSL | 279.61º | 0.56% | 0.36% | - |
| HSV(B) | 279.61º | 0.72% | 0.56% | - |
| XYZ | 12.13 | 6.85 | 27.07 | - |
| YUV | 73.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 144 | 0.24 | 0.72 | 0 | 0.44 | 279.61 | 0.56 | 0.36 |
| Hex | 6D | 29 | 90 | 18 | 48 | 0 | 2C | 118 | 38 | 24 |
| Octal | 155 | 51 | 220 | 30 | 110 | 0 | 54 | 430 | 70 | 44 |
| Binary | 1101101 | 101001 | 10010000 | 11000 | 1001000 | 0 | 101100 | 100011000 | 111000 | 100100 |
Color Harmonies of #6D2990
Complementary color
Monochromatic Colors of #6D2990
Black with #6D2990
Text Example
Text Example
White with #6D2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2990; }
p { color: rgb(109,41,144); }
H1.HeaderClassName
{
color: #6D2990;
}
.AnyTagClassName
{
color: #6D2990;
}
</style>
background-color css
<style>
a { background-color: #6D2990; }
a { background-color: rgb(109,41,144); }
div.DivClassName
{
background-color: #6D2990;
}
.BgClassName
{
background-color: #6D2990;
}
</style>
border-color css
<style>
span { border-color: #6D2990; }
span { border-color: rgb(109,41,144); }
td.TdClassName
{
border-color: #6D2990;
}
.TagClassName
{
border-color: #6D2990;
}
</style>