Shades of Purple #6E1687
Tints of Purple #6E1687
RGB
CMYK
RGB Variations
Color information
#6E1687 (or 0x6E1687) is known color: Purple. HEX triplet: 6E, 16 and 87. RGB value is (110,22,135). Sum of RGB (Red+Green+Blue) = 110+22+135=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E1687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1687 is #91E978. Grayscale: #3C3C3C. Windows color (decimal): -9562489 or 8853102. OLE color: 8853102.
HSL color Cylindrical-coordinate representation of color #6E1687: hue angle of 286.73º 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 #6E1687 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 22 | 135 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.47 |
| HSL | 286.73º | 0.72% | 0.31% | - |
| HSV(B) | 286.73º | 0.84% | 0.53% | - |
| XYZ | 11.09 | 5.64 | 23.43 | - |
| YUV | 61.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 135 | 0.19 | 0.84 | 0 | 0.47 | 286.73 | 0.72 | 0.31 |
| Hex | 6E | 16 | 87 | 13 | 54 | 0 | 2F | 11F | 48 | 1F |
| Octal | 156 | 26 | 207 | 23 | 124 | 0 | 57 | 437 | 110 | 37 |
| Binary | 1101110 | 10110 | 10000111 | 10011 | 1010100 | 0 | 101111 | 100011111 | 1001000 | 11111 |
Color Harmonies of #6E1687
Complementary color
Monochromatic Colors of #6E1687
Black with #6E1687
Text Example
Text Example
White with #6E1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1687; }
p { color: rgb(110,22,135); }
H1.HeaderClassName
{
color: #6E1687;
}
.AnyTagClassName
{
color: #6E1687;
}
</style>
background-color css
<style>
a { background-color: #6E1687; }
a { background-color: rgb(110,22,135); }
div.DivClassName
{
background-color: #6E1687;
}
.BgClassName
{
background-color: #6E1687;
}
</style>
border-color css
<style>
span { border-color: #6E1687; }
span { border-color: rgb(110,22,135); }
td.TdClassName
{
border-color: #6E1687;
}
.TagClassName
{
border-color: #6E1687;
}
</style>