Shades of Vivid Violet #6F199F
Tints of Vivid Violet #6F199F
RGB
CMYK
RGB Variations
Color information
#6F199F (or 0x6F199F) is known color: Vivid Violet. HEX triplet: 6F, 19 and 9F. RGB value is (111,25,159). Sum of RGB (Red+Green+Blue) = 111+25+159=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F199F is #90E660. Grayscale: #414141. Windows color (decimal): -9496161 or 10426735. OLE color: 10426735.
HSL color Cylindrical-coordinate representation of color #6F199F: hue angle of 278.51º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F199F is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 25 | 159 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.38 |
| HSL | 278.51º | 0.73% | 0.36% | - |
| HSV(B) | 278.51º | 0.84% | 0.62% | - |
| XYZ | 13.16 | 6.58 | 33.38 | - |
| YUV | 65.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 159 | 0.30 | 0.84 | 0 | 0.38 | 278.51 | 0.73 | 0.36 |
| Hex | 6F | 19 | 9F | 1E | 54 | 0 | 26 | 117 | 49 | 24 |
| Octal | 157 | 31 | 237 | 36 | 124 | 0 | 46 | 427 | 111 | 44 |
| Binary | 1101111 | 11001 | 10011111 | 11110 | 1010100 | 0 | 100110 | 100010111 | 1001001 | 100100 |
Color Harmonies of #6F199F
Complementary color
Monochromatic Colors of #6F199F
Black with #6F199F
Text Example
Text Example
White with #6F199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F199F; }
p { color: rgb(111,25,159); }
H1.HeaderClassName
{
color: #6F199F;
}
.AnyTagClassName
{
color: #6F199F;
}
</style>
background-color css
<style>
a { background-color: #6F199F; }
a { background-color: rgb(111,25,159); }
div.DivClassName
{
background-color: #6F199F;
}
.BgClassName
{
background-color: #6F199F;
}
</style>
border-color css
<style>
span { border-color: #6F199F; }
span { border-color: rgb(111,25,159); }
td.TdClassName
{
border-color: #6F199F;
}
.TagClassName
{
border-color: #6F199F;
}
</style>