Shades of Purple #6E088B
Tints of Purple #6E088B
RGB
CMYK
RGB Variations
Color information
#6E088B (or 0x6E088B) is known color: Purple. HEX triplet: 6E, 08 and 8B. RGB value is (110,8,139). Sum of RGB (Red+Green+Blue) = 110+8+139=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E088B is #91F774. Grayscale: #353535. Windows color (decimal): -9566069 or 9111662. OLE color: 9111662.
HSL color Cylindrical-coordinate representation of color #6E088B: hue angle of 286.72º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E088B is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 8 | 139 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.45 |
| HSL | 286.72º | 0.89% | 0.29% | - |
| HSV(B) | 286.72º | 0.94% | 0.55% | - |
| XYZ | 11.18 | 5.35 | 24.87 | - |
| YUV | 53.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 139 | 0.21 | 0.94 | 0 | 0.45 | 286.72 | 0.89 | 0.29 |
| Hex | 6E | 8 | 8B | 15 | 5E | 0 | 2D | 11F | 59 | 1D |
| Octal | 156 | 10 | 213 | 25 | 136 | 0 | 55 | 437 | 131 | 35 |
| Binary | 1101110 | 1000 | 10001011 | 10101 | 1011110 | 0 | 101101 | 100011111 | 1011001 | 11101 |
Color Harmonies of #6E088B
Complementary color
Monochromatic Colors of #6E088B
Black with #6E088B
Text Example
Text Example
White with #6E088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E088B; }
p { color: rgb(110,8,139); }
H1.HeaderClassName
{
color: #6E088B;
}
.AnyTagClassName
{
color: #6E088B;
}
</style>
background-color css
<style>
a { background-color: #6E088B; }
a { background-color: rgb(110,8,139); }
div.DivClassName
{
background-color: #6E088B;
}
.BgClassName
{
background-color: #6E088B;
}
</style>
border-color css
<style>
span { border-color: #6E088B; }
span { border-color: rgb(110,8,139); }
td.TdClassName
{
border-color: #6E088B;
}
.TagClassName
{
border-color: #6E088B;
}
</style>