Shades of Purple #6C1686
Tints of Purple #6C1686
RGB
CMYK
RGB Variations
Color information
#6C1686 (or 0x6C1686) is known color: Purple. HEX triplet: 6C, 16 and 86. RGB value is (108,22,134). Sum of RGB (Red+Green+Blue) = 108+22+134=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C1686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1686 is #93E979. Grayscale: #3C3C3C. Windows color (decimal): -9693562 or 8787564. OLE color: 8787564.
HSL color Cylindrical-coordinate representation of color #6C1686: hue angle of 286.07º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1686 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 22 | 134 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.47 |
| HSL | 286.07º | 0.72% | 0.31% | - |
| HSV(B) | 286.07º | 0.84% | 0.53% | - |
| XYZ | 10.77 | 5.48 | 23.04 | - |
| YUV | 60.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 134 | 0.19 | 0.84 | 0 | 0.47 | 286.07 | 0.72 | 0.31 |
| Hex | 6C | 16 | 86 | 13 | 54 | 0 | 2F | 11E | 48 | 1F |
| Octal | 154 | 26 | 206 | 23 | 124 | 0 | 57 | 436 | 110 | 37 |
| Binary | 1101100 | 10110 | 10000110 | 10011 | 1010100 | 0 | 101111 | 100011110 | 1001000 | 11111 |
Color Harmonies of #6C1686
Complementary color
Monochromatic Colors of #6C1686
Black with #6C1686
Text Example
Text Example
White with #6C1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1686; }
p { color: rgb(108,22,134); }
H1.HeaderClassName
{
color: #6C1686;
}
.AnyTagClassName
{
color: #6C1686;
}
</style>
background-color css
<style>
a { background-color: #6C1686; }
a { background-color: rgb(108,22,134); }
div.DivClassName
{
background-color: #6C1686;
}
.BgClassName
{
background-color: #6C1686;
}
</style>
border-color css
<style>
span { border-color: #6C1686; }
span { border-color: rgb(108,22,134); }
td.TdClassName
{
border-color: #6C1686;
}
.TagClassName
{
border-color: #6C1686;
}
</style>