Shades of Vivid Violet #6F1796
Tints of Vivid Violet #6F1796
RGB
CMYK
RGB Variations
Color information
#6F1796 (or 0x6F1796) is known color: Vivid Violet. HEX triplet: 6F, 17 and 96. RGB value is (111,23,150). Sum of RGB (Red+Green+Blue) = 111+23+150=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F1796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1796 is #90E869. Grayscale: #3F3F3F. Windows color (decimal): -9496682 or 9836399. OLE color: 9836399.
HSL color Cylindrical-coordinate representation of color #6F1796: hue angle of 281.57º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1796 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 23 | 150 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.41 |
| HSL | 281.57º | 0.73% | 0.34% | - |
| HSV(B) | 281.57º | 0.85% | 0.59% | - |
| XYZ | 12.37 | 6.19 | 29.4 | - |
| YUV | 63.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 150 | 0.26 | 0.85 | 0 | 0.41 | 281.57 | 0.73 | 0.34 |
| Hex | 6F | 17 | 96 | 1A | 55 | 0 | 29 | 11A | 49 | 22 |
| Octal | 157 | 27 | 226 | 32 | 125 | 0 | 51 | 432 | 111 | 42 |
| Binary | 1101111 | 10111 | 10010110 | 11010 | 1010101 | 0 | 101001 | 100011010 | 1001001 | 100010 |
Color Harmonies of #6F1796
Complementary color
Monochromatic Colors of #6F1796
Black with #6F1796
Text Example
Text Example
White with #6F1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1796; }
p { color: rgb(111,23,150); }
H1.HeaderClassName
{
color: #6F1796;
}
.AnyTagClassName
{
color: #6F1796;
}
</style>
background-color css
<style>
a { background-color: #6F1796; }
a { background-color: rgb(111,23,150); }
div.DivClassName
{
background-color: #6F1796;
}
.BgClassName
{
background-color: #6F1796;
}
</style>
border-color css
<style>
span { border-color: #6F1796; }
span { border-color: rgb(111,23,150); }
td.TdClassName
{
border-color: #6F1796;
}
.TagClassName
{
border-color: #6F1796;
}
</style>