Shades of Vivid Violet #6F2D91
Tints of Vivid Violet #6F2D91
RGB
CMYK
RGB Variations
Color information
#6F2D91 (or 0x6F2D91) is known color: Vivid Violet. HEX triplet: 6F, 2D and 91. RGB value is (111,45,145). Sum of RGB (Red+Green+Blue) = 111+45+145=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2D91 is #90D26E. Grayscale: #4B4B4B. Windows color (decimal): -9491055 or 9514351. OLE color: 9514351.
HSL color Cylindrical-coordinate representation of color #6F2D91: hue angle of 279.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2D91 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 45 | 145 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.43 |
| HSL | 279.6º | 0.53% | 0.37% | - |
| HSV(B) | 279.6º | 0.69% | 0.57% | - |
| XYZ | 12.6 | 7.3 | 27.53 | - |
| YUV | 76.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 145 | 0.23 | 0.69 | 0 | 0.43 | 279.6 | 0.53 | 0.37 |
| Hex | 6F | 2D | 91 | 17 | 45 | 0 | 2B | 118 | 35 | 25 |
| Octal | 157 | 55 | 221 | 27 | 105 | 0 | 53 | 430 | 65 | 45 |
| Binary | 1101111 | 101101 | 10010001 | 10111 | 1000101 | 0 | 101011 | 100011000 | 110101 | 100101 |
Color Harmonies of #6F2D91
Complementary color
Monochromatic Colors of #6F2D91
Black with #6F2D91
Text Example
Text Example
White with #6F2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D91; }
p { color: rgb(111,45,145); }
H1.HeaderClassName
{
color: #6F2D91;
}
.AnyTagClassName
{
color: #6F2D91;
}
</style>
background-color css
<style>
a { background-color: #6F2D91; }
a { background-color: rgb(111,45,145); }
div.DivClassName
{
background-color: #6F2D91;
}
.BgClassName
{
background-color: #6F2D91;
}
</style>
border-color css
<style>
span { border-color: #6F2D91; }
span { border-color: rgb(111,45,145); }
td.TdClassName
{
border-color: #6F2D91;
}
.TagClassName
{
border-color: #6F2D91;
}
</style>