Shades of Purple #6E1686
Tints of Purple #6E1686
RGB
CMYK
RGB Variations
Color information
#6E1686 (or 0x6E1686) is known color: Purple. HEX triplet: 6E, 16 and 86. RGB value is (110,22,134). Sum of RGB (Red+Green+Blue) = 110+22+134=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E1686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1686 is #91E979. Grayscale: #3C3C3C. Windows color (decimal): -9562490 or 8787566. OLE color: 8787566.
HSL color Cylindrical-coordinate representation of color #6E1686: hue angle of 287.14º 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 #6E1686 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 22 | 134 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.47 |
| HSL | 287.14º | 0.72% | 0.31% | - |
| HSV(B) | 287.14º | 0.84% | 0.53% | - |
| XYZ | 11.02 | 5.61 | 23.06 | - |
| YUV | 61.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 134 | 0.18 | 0.84 | 0 | 0.47 | 287.14 | 0.72 | 0.31 |
| Hex | 6E | 16 | 86 | 12 | 54 | 0 | 2F | 11F | 48 | 1F |
| Octal | 156 | 26 | 206 | 22 | 124 | 0 | 57 | 437 | 110 | 37 |
| Binary | 1101110 | 10110 | 10000110 | 10010 | 1010100 | 0 | 101111 | 100011111 | 1001000 | 11111 |
Color Harmonies of #6E1686
Complementary color
Monochromatic Colors of #6E1686
Black with #6E1686
Text Example
Text Example
White with #6E1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1686; }
p { color: rgb(110,22,134); }
H1.HeaderClassName
{
color: #6E1686;
}
.AnyTagClassName
{
color: #6E1686;
}
</style>
background-color css
<style>
a { background-color: #6E1686; }
a { background-color: rgb(110,22,134); }
div.DivClassName
{
background-color: #6E1686;
}
.BgClassName
{
background-color: #6E1686;
}
</style>
border-color css
<style>
span { border-color: #6E1686; }
span { border-color: rgb(110,22,134); }
td.TdClassName
{
border-color: #6E1686;
}
.TagClassName
{
border-color: #6E1686;
}
</style>