Shades of Vivid Violet #6C2786
Tints of Vivid Violet #6C2786
RGB
CMYK
RGB Variations
Color information
#6C2786 (or 0x6C2786) is known color: Vivid Violet. HEX triplet: 6C, 27 and 86. RGB value is (108,39,134). Sum of RGB (Red+Green+Blue) = 108+39+134=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C2786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2786 is #93D879. Grayscale: #464646. Windows color (decimal): -9689210 or 8791916. OLE color: 8791916.
HSL color Cylindrical-coordinate representation of color #6C2786: hue angle of 283.58º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C2786 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 39 | 134 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.47 |
| HSL | 283.58º | 0.55% | 0.34% | - |
| HSV(B) | 283.58º | 0.71% | 0.53% | - |
| XYZ | 11.21 | 6.36 | 23.19 | - |
| YUV | 70.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 134 | 0.19 | 0.71 | 0 | 0.47 | 283.58 | 0.55 | 0.34 |
| Hex | 6C | 27 | 86 | 13 | 47 | 0 | 2F | 11C | 37 | 22 |
| Octal | 154 | 47 | 206 | 23 | 107 | 0 | 57 | 434 | 67 | 42 |
| Binary | 1101100 | 100111 | 10000110 | 10011 | 1000111 | 0 | 101111 | 100011100 | 110111 | 100010 |
Color Harmonies of #6C2786
Complementary color
Monochromatic Colors of #6C2786
Black with #6C2786
Text Example
Text Example
White with #6C2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2786; }
p { color: rgb(108,39,134); }
H1.HeaderClassName
{
color: #6C2786;
}
.AnyTagClassName
{
color: #6C2786;
}
</style>
background-color css
<style>
a { background-color: #6C2786; }
a { background-color: rgb(108,39,134); }
div.DivClassName
{
background-color: #6C2786;
}
.BgClassName
{
background-color: #6C2786;
}
</style>
border-color css
<style>
span { border-color: #6C2786; }
span { border-color: rgb(108,39,134); }
td.TdClassName
{
border-color: #6C2786;
}
.TagClassName
{
border-color: #6C2786;
}
</style>