Shades of Vivid Violet #6D1794
Tints of Vivid Violet #6D1794
RGB
CMYK
RGB Variations
Color information
#6D1794 (or 0x6D1794) is known color: Vivid Violet. HEX triplet: 6D, 17 and 94. RGB value is (109,23,148). Sum of RGB (Red+Green+Blue) = 109+23+148=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D1794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1794 is #92E86B. Grayscale: #3E3E3E. Windows color (decimal): -9627756 or 9705325. OLE color: 9705325.
HSL color Cylindrical-coordinate representation of color #6D1794: hue angle of 281.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1794 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 23 | 148 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.42 |
| HSL | 281.28º | 0.73% | 0.34% | - |
| HSV(B) | 281.28º | 0.84% | 0.58% | - |
| XYZ | 11.96 | 6 | 28.55 | - |
| YUV | 62.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 148 | 0.26 | 0.84 | 0 | 0.42 | 281.28 | 0.73 | 0.34 |
| Hex | 6D | 17 | 94 | 1A | 54 | 0 | 2A | 119 | 49 | 22 |
| Octal | 155 | 27 | 224 | 32 | 124 | 0 | 52 | 431 | 111 | 42 |
| Binary | 1101101 | 10111 | 10010100 | 11010 | 1010100 | 0 | 101010 | 100011001 | 1001001 | 100010 |
Color Harmonies of #6D1794
Complementary color
Monochromatic Colors of #6D1794
Black with #6D1794
Text Example
Text Example
White with #6D1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1794; }
p { color: rgb(109,23,148); }
H1.HeaderClassName
{
color: #6D1794;
}
.AnyTagClassName
{
color: #6D1794;
}
</style>
background-color css
<style>
a { background-color: #6D1794; }
a { background-color: rgb(109,23,148); }
div.DivClassName
{
background-color: #6D1794;
}
.BgClassName
{
background-color: #6D1794;
}
</style>
border-color css
<style>
span { border-color: #6D1794; }
span { border-color: rgb(109,23,148); }
td.TdClassName
{
border-color: #6D1794;
}
.TagClassName
{
border-color: #6D1794;
}
</style>