Shades of Vivid Violet #6F2091
Tints of Vivid Violet #6F2091
RGB
CMYK
RGB Variations
Color information
#6F2091 (or 0x6F2091) is known color: Vivid Violet. HEX triplet: 6F, 20 and 91. RGB value is (111,32,145). Sum of RGB (Red+Green+Blue) = 111+32+145=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2091 is #90DF6E. Grayscale: #444444. Windows color (decimal): -9494383 or 9511023. OLE color: 9511023.
HSL color Cylindrical-coordinate representation of color #6F2091: hue angle of 281.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F2091 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 32 | 145 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.43 |
| HSL | 281.95º | 0.64% | 0.35% | - |
| HSV(B) | 281.95º | 0.78% | 0.57% | - |
| XYZ | 12.18 | 6.46 | 27.39 | - |
| YUV | 68.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 145 | 0.23 | 0.78 | 0 | 0.43 | 281.95 | 0.64 | 0.35 |
| Hex | 6F | 20 | 91 | 17 | 4E | 0 | 2B | 11A | 40 | 23 |
| Octal | 157 | 40 | 221 | 27 | 116 | 0 | 53 | 432 | 100 | 43 |
| Binary | 1101111 | 100000 | 10010001 | 10111 | 1001110 | 0 | 101011 | 100011010 | 1000000 | 100011 |
Color Harmonies of #6F2091
Complementary color
Monochromatic Colors of #6F2091
Black with #6F2091
Text Example
Text Example
White with #6F2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2091; }
p { color: rgb(111,32,145); }
H1.HeaderClassName
{
color: #6F2091;
}
.AnyTagClassName
{
color: #6F2091;
}
</style>
background-color css
<style>
a { background-color: #6F2091; }
a { background-color: rgb(111,32,145); }
div.DivClassName
{
background-color: #6F2091;
}
.BgClassName
{
background-color: #6F2091;
}
</style>
border-color css
<style>
span { border-color: #6F2091; }
span { border-color: rgb(111,32,145); }
td.TdClassName
{
border-color: #6F2091;
}
.TagClassName
{
border-color: #6F2091;
}
</style>