Shades of Vivid Violet #6F2191
Tints of Vivid Violet #6F2191
RGB
CMYK
RGB Variations
Color information
#6F2191 (or 0x6F2191) is known color: Vivid Violet. HEX triplet: 6F, 21 and 91. RGB value is (111,33,145). Sum of RGB (Red+Green+Blue) = 111+33+145=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2191 is #90DE6E. Grayscale: #444444. Windows color (decimal): -9494127 or 9511279. OLE color: 9511279.
HSL color Cylindrical-coordinate representation of color #6F2191: hue angle of 281.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2191 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 33 | 145 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.43 |
| HSL | 281.79º | 0.63% | 0.35% | - |
| HSV(B) | 281.79º | 0.77% | 0.57% | - |
| XYZ | 12.21 | 6.51 | 27.4 | - |
| YUV | 69.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 145 | 0.23 | 0.77 | 0 | 0.43 | 281.79 | 0.63 | 0.35 |
| Hex | 6F | 21 | 91 | 17 | 4D | 0 | 2B | 11A | 3F | 23 |
| Octal | 157 | 41 | 221 | 27 | 115 | 0 | 53 | 432 | 77 | 43 |
| Binary | 1101111 | 100001 | 10010001 | 10111 | 1001101 | 0 | 101011 | 100011010 | 111111 | 100011 |
Color Harmonies of #6F2191
Complementary color
Monochromatic Colors of #6F2191
Black with #6F2191
Text Example
Text Example
White with #6F2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2191; }
p { color: rgb(111,33,145); }
H1.HeaderClassName
{
color: #6F2191;
}
.AnyTagClassName
{
color: #6F2191;
}
</style>
background-color css
<style>
a { background-color: #6F2191; }
a { background-color: rgb(111,33,145); }
div.DivClassName
{
background-color: #6F2191;
}
.BgClassName
{
background-color: #6F2191;
}
</style>
border-color css
<style>
span { border-color: #6F2191; }
span { border-color: rgb(111,33,145); }
td.TdClassName
{
border-color: #6F2191;
}
.TagClassName
{
border-color: #6F2191;
}
</style>