Shades of Purple #6E088A
Tints of Purple #6E088A
RGB
CMYK
RGB Variations
Color information
#6E088A (or 0x6E088A) is known color: Purple. HEX triplet: 6E, 08 and 8A. RGB value is (110,8,138). Sum of RGB (Red+Green+Blue) = 110+8+138=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E088A is #91F775. Grayscale: #343434. Windows color (decimal): -9566070 or 9046126. OLE color: 9046126.
HSL color Cylindrical-coordinate representation of color #6E088A: hue angle of 287.08º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E088A is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 8 | 138 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.46 |
| HSL | 287.08º | 0.89% | 0.29% | - |
| HSV(B) | 287.08º | 0.94% | 0.54% | - |
| XYZ | 11.1 | 5.32 | 24.49 | - |
| YUV | 53.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 138 | 0.20 | 0.94 | 0 | 0.46 | 287.08 | 0.89 | 0.29 |
| Hex | 6E | 8 | 8A | 14 | 5E | 0 | 2E | 11F | 59 | 1D |
| Octal | 156 | 10 | 212 | 24 | 136 | 0 | 56 | 437 | 131 | 35 |
| Binary | 1101110 | 1000 | 10001010 | 10100 | 1011110 | 0 | 101110 | 100011111 | 1011001 | 11101 |
Color Harmonies of #6E088A
Complementary color
Monochromatic Colors of #6E088A
Black with #6E088A
Text Example
Text Example
White with #6E088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E088A; }
p { color: rgb(110,8,138); }
H1.HeaderClassName
{
color: #6E088A;
}
.AnyTagClassName
{
color: #6E088A;
}
</style>
background-color css
<style>
a { background-color: #6E088A; }
a { background-color: rgb(110,8,138); }
div.DivClassName
{
background-color: #6E088A;
}
.BgClassName
{
background-color: #6E088A;
}
</style>
border-color css
<style>
span { border-color: #6E088A; }
span { border-color: rgb(110,8,138); }
td.TdClassName
{
border-color: #6E088A;
}
.TagClassName
{
border-color: #6E088A;
}
</style>