Shades of Vivid Violet #6F199B
Tints of Vivid Violet #6F199B
RGB
CMYK
RGB Variations
Color information
#6F199B (or 0x6F199B) is known color: Vivid Violet. HEX triplet: 6F, 19 and 9B. RGB value is (111,25,155). Sum of RGB (Red+Green+Blue) = 111+25+155=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F199B is #90E664. Grayscale: #414141. Windows color (decimal): -9496165 or 10164591. OLE color: 10164591.
HSL color Cylindrical-coordinate representation of color #6F199B: hue angle of 279.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F199B is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 25 | 155 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.39 |
| HSL | 279.69º | 0.72% | 0.35% | - |
| HSV(B) | 279.69º | 0.84% | 0.61% | - |
| XYZ | 12.82 | 6.44 | 31.58 | - |
| YUV | 65.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 155 | 0.28 | 0.84 | 0 | 0.39 | 279.69 | 0.72 | 0.35 |
| Hex | 6F | 19 | 9B | 1C | 54 | 0 | 27 | 118 | 48 | 23 |
| Octal | 157 | 31 | 233 | 34 | 124 | 0 | 47 | 430 | 110 | 43 |
| Binary | 1101111 | 11001 | 10011011 | 11100 | 1010100 | 0 | 100111 | 100011000 | 1001000 | 100011 |
Color Harmonies of #6F199B
Complementary color
Monochromatic Colors of #6F199B
Black with #6F199B
Text Example
Text Example
White with #6F199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F199B; }
p { color: rgb(111,25,155); }
H1.HeaderClassName
{
color: #6F199B;
}
.AnyTagClassName
{
color: #6F199B;
}
</style>
background-color css
<style>
a { background-color: #6F199B; }
a { background-color: rgb(111,25,155); }
div.DivClassName
{
background-color: #6F199B;
}
.BgClassName
{
background-color: #6F199B;
}
</style>
border-color css
<style>
span { border-color: #6F199B; }
span { border-color: rgb(111,25,155); }
td.TdClassName
{
border-color: #6F199B;
}
.TagClassName
{
border-color: #6F199B;
}
</style>