Shades of Vivid Violet #6D1590
Tints of Vivid Violet #6D1590
RGB
CMYK
RGB Variations
Color information
#6D1590 (or 0x6D1590) is known color: Vivid Violet. HEX triplet: 6D, 15 and 90. RGB value is (109,21,144). Sum of RGB (Red+Green+Blue) = 109+21+144=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D1590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1590 is #92EA6F. Grayscale: #3C3C3C. Windows color (decimal): -9628272 or 9442669. OLE color: 9442669.
HSL color Cylindrical-coordinate representation of color #6D1590: hue angle of 282.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1590 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 21 | 144 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.44 |
| HSL | 282.93º | 0.75% | 0.32% | - |
| HSV(B) | 282.93º | 0.85% | 0.56% | - |
| XYZ | 11.61 | 5.8 | 26.89 | - |
| YUV | 61.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 144 | 0.24 | 0.85 | 0 | 0.44 | 282.93 | 0.75 | 0.32 |
| Hex | 6D | 15 | 90 | 18 | 55 | 0 | 2C | 11B | 4B | 20 |
| Octal | 155 | 25 | 220 | 30 | 125 | 0 | 54 | 433 | 113 | 40 |
| Binary | 1101101 | 10101 | 10010000 | 11000 | 1010101 | 0 | 101100 | 100011011 | 1001011 | 100000 |
Color Harmonies of #6D1590
Complementary color
Monochromatic Colors of #6D1590
Black with #6D1590
Text Example
Text Example
White with #6D1590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1590; }
p { color: rgb(109,21,144); }
H1.HeaderClassName
{
color: #6D1590;
}
.AnyTagClassName
{
color: #6D1590;
}
</style>
background-color css
<style>
a { background-color: #6D1590; }
a { background-color: rgb(109,21,144); }
div.DivClassName
{
background-color: #6D1590;
}
.BgClassName
{
background-color: #6D1590;
}
</style>
border-color css
<style>
span { border-color: #6D1590; }
span { border-color: rgb(109,21,144); }
td.TdClassName
{
border-color: #6D1590;
}
.TagClassName
{
border-color: #6D1590;
}
</style>