Shades of Vivid Violet #6D2895
Tints of Vivid Violet #6D2895
RGB
CMYK
RGB Variations
Color information
#6D2895 (or 0x6D2895) is known color: Vivid Violet. HEX triplet: 6D, 28 and 95. RGB value is (109,40,149). Sum of RGB (Red+Green+Blue) = 109+40+149=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2895 is #92D76A. Grayscale: #484848. Windows color (decimal): -9623403 or 9775213. OLE color: 9775213.
HSL color Cylindrical-coordinate representation of color #6D2895: hue angle of 277.98º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2895 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 40 | 149 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.42 |
| HSL | 277.98º | 0.58% | 0.37% | - |
| HSV(B) | 277.98º | 0.73% | 0.58% | - |
| XYZ | 12.49 | 6.94 | 29.11 | - |
| YUV | 73.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 149 | 0.27 | 0.73 | 0 | 0.42 | 277.98 | 0.58 | 0.37 |
| Hex | 6D | 28 | 95 | 1B | 49 | 0 | 2A | 116 | 3A | 25 |
| Octal | 155 | 50 | 225 | 33 | 111 | 0 | 52 | 426 | 72 | 45 |
| Binary | 1101101 | 101000 | 10010101 | 11011 | 1001001 | 0 | 101010 | 100010110 | 111010 | 100101 |
Color Harmonies of #6D2895
Complementary color
Monochromatic Colors of #6D2895
Black with #6D2895
Text Example
Text Example
White with #6D2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2895; }
p { color: rgb(109,40,149); }
H1.HeaderClassName
{
color: #6D2895;
}
.AnyTagClassName
{
color: #6D2895;
}
</style>
background-color css
<style>
a { background-color: #6D2895; }
a { background-color: rgb(109,40,149); }
div.DivClassName
{
background-color: #6D2895;
}
.BgClassName
{
background-color: #6D2895;
}
</style>
border-color css
<style>
span { border-color: #6D2895; }
span { border-color: rgb(109,40,149); }
td.TdClassName
{
border-color: #6D2895;
}
.TagClassName
{
border-color: #6D2895;
}
</style>