Shades of Vivid Violet #6F2192
Tints of Vivid Violet #6F2192
RGB
CMYK
RGB Variations
Color information
#6F2192 (or 0x6F2192) is known color: Vivid Violet. HEX triplet: 6F, 21 and 92. RGB value is (111,33,146). Sum of RGB (Red+Green+Blue) = 111+33+146=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F2192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2192 is #90DE6D. Grayscale: #444444. Windows color (decimal): -9494126 or 9576815. OLE color: 9576815.
HSL color Cylindrical-coordinate representation of color #6F2192: hue angle of 281.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2192 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 33 | 146 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.43 |
| HSL | 281.42º | 0.63% | 0.35% | - |
| HSV(B) | 281.42º | 0.77% | 0.57% | - |
| XYZ | 12.29 | 6.54 | 27.81 | - |
| YUV | 69.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 146 | 0.24 | 0.77 | 0 | 0.43 | 281.42 | 0.63 | 0.35 |
| Hex | 6F | 21 | 92 | 18 | 4D | 0 | 2B | 119 | 3F | 23 |
| Octal | 157 | 41 | 222 | 30 | 115 | 0 | 53 | 431 | 77 | 43 |
| Binary | 1101111 | 100001 | 10010010 | 11000 | 1001101 | 0 | 101011 | 100011001 | 111111 | 100011 |
Color Harmonies of #6F2192
Complementary color
Monochromatic Colors of #6F2192
Black with #6F2192
Text Example
Text Example
White with #6F2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2192; }
p { color: rgb(111,33,146); }
H1.HeaderClassName
{
color: #6F2192;
}
.AnyTagClassName
{
color: #6F2192;
}
</style>
background-color css
<style>
a { background-color: #6F2192; }
a { background-color: rgb(111,33,146); }
div.DivClassName
{
background-color: #6F2192;
}
.BgClassName
{
background-color: #6F2192;
}
</style>
border-color css
<style>
span { border-color: #6F2192; }
span { border-color: rgb(111,33,146); }
td.TdClassName
{
border-color: #6F2192;
}
.TagClassName
{
border-color: #6F2192;
}
</style>