Shades of Vivid Violet #6C2192
Tints of Vivid Violet #6C2192
RGB
CMYK
RGB Variations
Color information
#6C2192 (or 0x6C2192) is known color: Vivid Violet. HEX triplet: 6C, 21 and 92. RGB value is (108,33,146). Sum of RGB (Red+Green+Blue) = 108+33+146=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C2192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2192 is #93DE6D. Grayscale: #434343. Windows color (decimal): -9690734 or 9576812. OLE color: 9576812.
HSL color Cylindrical-coordinate representation of color #6C2192: hue angle of 279.82º 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 #6C2192 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 33 | 146 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.43 |
| HSL | 279.82º | 0.63% | 0.35% | - |
| HSV(B) | 279.82º | 0.77% | 0.57% | - |
| XYZ | 11.92 | 6.35 | 27.79 | - |
| YUV | 68.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 146 | 0.26 | 0.77 | 0 | 0.43 | 279.82 | 0.63 | 0.35 |
| Hex | 6C | 21 | 92 | 1A | 4D | 0 | 2B | 118 | 3F | 23 |
| Octal | 154 | 41 | 222 | 32 | 115 | 0 | 53 | 430 | 77 | 43 |
| Binary | 1101100 | 100001 | 10010010 | 11010 | 1001101 | 0 | 101011 | 100011000 | 111111 | 100011 |
Color Harmonies of #6C2192
Complementary color
Monochromatic Colors of #6C2192
Black with #6C2192
Text Example
Text Example
White with #6C2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2192; }
p { color: rgb(108,33,146); }
H1.HeaderClassName
{
color: #6C2192;
}
.AnyTagClassName
{
color: #6C2192;
}
</style>
background-color css
<style>
a { background-color: #6C2192; }
a { background-color: rgb(108,33,146); }
div.DivClassName
{
background-color: #6C2192;
}
.BgClassName
{
background-color: #6C2192;
}
</style>
border-color css
<style>
span { border-color: #6C2192; }
span { border-color: rgb(108,33,146); }
td.TdClassName
{
border-color: #6C2192;
}
.TagClassName
{
border-color: #6C2192;
}
</style>