Shades of Vivid Violet #6F199D
Tints of Vivid Violet #6F199D
RGB
CMYK
RGB Variations
Color information
#6F199D (or 0x6F199D) is known color: Vivid Violet. HEX triplet: 6F, 19 and 9D. RGB value is (111,25,157). Sum of RGB (Red+Green+Blue) = 111+25+157=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F199D is #90E662. Grayscale: #414141. Windows color (decimal): -9496163 or 10295663. OLE color: 10295663.
HSL color Cylindrical-coordinate representation of color #6F199D: hue angle of 279.09º 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 #6F199D is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 25 | 157 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.38 |
| HSL | 279.09º | 0.73% | 0.36% | - |
| HSV(B) | 279.09º | 0.84% | 0.62% | - |
| XYZ | 12.99 | 6.51 | 32.47 | - |
| YUV | 65.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 157 | 0.29 | 0.84 | 0 | 0.38 | 279.09 | 0.73 | 0.36 |
| Hex | 6F | 19 | 9D | 1D | 54 | 0 | 26 | 117 | 49 | 24 |
| Octal | 157 | 31 | 235 | 35 | 124 | 0 | 46 | 427 | 111 | 44 |
| Binary | 1101111 | 11001 | 10011101 | 11101 | 1010100 | 0 | 100110 | 100010111 | 1001001 | 100100 |
Color Harmonies of #6F199D
Complementary color
Monochromatic Colors of #6F199D
Black with #6F199D
Text Example
Text Example
White with #6F199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F199D; }
p { color: rgb(111,25,157); }
H1.HeaderClassName
{
color: #6F199D;
}
.AnyTagClassName
{
color: #6F199D;
}
</style>
background-color css
<style>
a { background-color: #6F199D; }
a { background-color: rgb(111,25,157); }
div.DivClassName
{
background-color: #6F199D;
}
.BgClassName
{
background-color: #6F199D;
}
</style>
border-color css
<style>
span { border-color: #6F199D; }
span { border-color: rgb(111,25,157); }
td.TdClassName
{
border-color: #6F199D;
}
.TagClassName
{
border-color: #6F199D;
}
</style>