Shades of Vivid Violet #6D1991
Tints of Vivid Violet #6D1991
RGB
CMYK
RGB Variations
Color information
#6D1991 (or 0x6D1991) is known color: Vivid Violet. HEX triplet: 6D, 19 and 91. RGB value is (109,25,145). Sum of RGB (Red+Green+Blue) = 109+25+145=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D1991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1991 is #92E66E. Grayscale: #3F3F3F. Windows color (decimal): -9627247 or 9509229. OLE color: 9509229.
HSL color Cylindrical-coordinate representation of color #6D1991: hue angle of 282º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1991 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 25 | 145 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.43 |
| HSL | 282º | 0.71% | 0.33% | - |
| HSV(B) | 282º | 0.83% | 0.57% | - |
| XYZ | 11.77 | 5.99 | 27.32 | - |
| YUV | 63.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 145 | 0.25 | 0.83 | 0 | 0.43 | 282 | 0.71 | 0.33 |
| Hex | 6D | 19 | 91 | 19 | 53 | 0 | 2B | 11A | 47 | 21 |
| Octal | 155 | 31 | 221 | 31 | 123 | 0 | 53 | 432 | 107 | 41 |
| Binary | 1101101 | 11001 | 10010001 | 11001 | 1010011 | 0 | 101011 | 100011010 | 1000111 | 100001 |
Color Harmonies of #6D1991
Complementary color
Monochromatic Colors of #6D1991
Black with #6D1991
Text Example
Text Example
White with #6D1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1991; }
p { color: rgb(109,25,145); }
H1.HeaderClassName
{
color: #6D1991;
}
.AnyTagClassName
{
color: #6D1991;
}
</style>
background-color css
<style>
a { background-color: #6D1991; }
a { background-color: rgb(109,25,145); }
div.DivClassName
{
background-color: #6D1991;
}
.BgClassName
{
background-color: #6D1991;
}
</style>
border-color css
<style>
span { border-color: #6D1991; }
span { border-color: rgb(109,25,145); }
td.TdClassName
{
border-color: #6D1991;
}
.TagClassName
{
border-color: #6D1991;
}
</style>