Shades of Vivid Violet #6C3386
Tints of Vivid Violet #6C3386
RGB
CMYK
RGB Variations
Color information
#6C3386 (or 0x6C3386) is known color: Vivid Violet. HEX triplet: 6C, 33 and 86. RGB value is (108,51,134). Sum of RGB (Red+Green+Blue) = 108+51+134=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C3386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3386 is #93CC79. Grayscale: #4D4D4D. Windows color (decimal): -9686138 or 8794988. OLE color: 8794988.
HSL color Cylindrical-coordinate representation of color #6C3386: hue angle of 281.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C3386 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 51 | 134 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.47 |
| HSL | 281.2º | 0.45% | 0.36% | - |
| HSV(B) | 281.2º | 0.62% | 0.53% | - |
| XYZ | 11.67 | 7.28 | 23.34 | - |
| YUV | 77.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 134 | 0.19 | 0.62 | 0 | 0.47 | 281.2 | 0.45 | 0.36 |
| Hex | 6C | 33 | 86 | 13 | 3E | 0 | 2F | 119 | 2D | 24 |
| Octal | 154 | 63 | 206 | 23 | 76 | 0 | 57 | 431 | 55 | 44 |
| Binary | 1101100 | 110011 | 10000110 | 10011 | 111110 | 0 | 101111 | 100011001 | 101101 | 100100 |
Color Harmonies of #6C3386
Complementary color
Monochromatic Colors of #6C3386
Black with #6C3386
Text Example
Text Example
White with #6C3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3386; }
p { color: rgb(108,51,134); }
H1.HeaderClassName
{
color: #6C3386;
}
.AnyTagClassName
{
color: #6C3386;
}
</style>
background-color css
<style>
a { background-color: #6C3386; }
a { background-color: rgb(108,51,134); }
div.DivClassName
{
background-color: #6C3386;
}
.BgClassName
{
background-color: #6C3386;
}
</style>
border-color css
<style>
span { border-color: #6C3386; }
span { border-color: rgb(108,51,134); }
td.TdClassName
{
border-color: #6C3386;
}
.TagClassName
{
border-color: #6C3386;
}
</style>