Shades of Vivid Violet #6D2790
Tints of Vivid Violet #6D2790
RGB
CMYK
RGB Variations
Color information
#6D2790 (or 0x6D2790) is known color: Vivid Violet. HEX triplet: 6D, 27 and 90. RGB value is (109,39,144). Sum of RGB (Red+Green+Blue) = 109+39+144=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2790 is #92D86F. Grayscale: #474747. Windows color (decimal): -9623664 or 9447277. OLE color: 9447277.
HSL color Cylindrical-coordinate representation of color #6D2790: hue angle of 280º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2790 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 39 | 144 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.44 |
| HSL | 280º | 0.57% | 0.36% | - |
| HSV(B) | 280º | 0.73% | 0.56% | - |
| XYZ | 12.07 | 6.72 | 27.05 | - |
| YUV | 71.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 144 | 0.24 | 0.73 | 0 | 0.44 | 280 | 0.57 | 0.36 |
| Hex | 6D | 27 | 90 | 18 | 49 | 0 | 2C | 118 | 39 | 24 |
| Octal | 155 | 47 | 220 | 30 | 111 | 0 | 54 | 430 | 71 | 44 |
| Binary | 1101101 | 100111 | 10010000 | 11000 | 1001001 | 0 | 101100 | 100011000 | 111001 | 100100 |
Color Harmonies of #6D2790
Complementary color
Monochromatic Colors of #6D2790
Black with #6D2790
Text Example
Text Example
White with #6D2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2790; }
p { color: rgb(109,39,144); }
H1.HeaderClassName
{
color: #6D2790;
}
.AnyTagClassName
{
color: #6D2790;
}
</style>
background-color css
<style>
a { background-color: #6D2790; }
a { background-color: rgb(109,39,144); }
div.DivClassName
{
background-color: #6D2790;
}
.BgClassName
{
background-color: #6D2790;
}
</style>
border-color css
<style>
span { border-color: #6D2790; }
span { border-color: rgb(109,39,144); }
td.TdClassName
{
border-color: #6D2790;
}
.TagClassName
{
border-color: #6D2790;
}
</style>