Shades of Purple #6E0988
Tints of Purple #6E0988
RGB
CMYK
RGB Variations
Color information
#6E0988 (or 0x6E0988) is known color: Purple. HEX triplet: 6E, 09 and 88. RGB value is (110,9,136). Sum of RGB (Red+Green+Blue) = 110+9+136=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E0988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0988 is #91F677. Grayscale: #353535. Windows color (decimal): -9565816 or 8915310. OLE color: 8915310.
HSL color Cylindrical-coordinate representation of color #6E0988: hue angle of 287.72º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0988 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 9 | 136 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.47 |
| HSL | 287.72º | 0.88% | 0.28% | - |
| HSV(B) | 287.72º | 0.93% | 0.53% | - |
| XYZ | 10.97 | 5.29 | 23.73 | - |
| YUV | 53.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 136 | 0.19 | 0.93 | 0 | 0.47 | 287.72 | 0.88 | 0.28 |
| Hex | 6E | 9 | 88 | 13 | 5D | 0 | 2F | 120 | 58 | 1C |
| Octal | 156 | 11 | 210 | 23 | 135 | 0 | 57 | 440 | 130 | 34 |
| Binary | 1101110 | 1001 | 10001000 | 10011 | 1011101 | 0 | 101111 | 100100000 | 1011000 | 11100 |
Color Harmonies of #6E0988
Complementary color
Monochromatic Colors of #6E0988
Black with #6E0988
Text Example
Text Example
White with #6E0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0988; }
p { color: rgb(110,9,136); }
H1.HeaderClassName
{
color: #6E0988;
}
.AnyTagClassName
{
color: #6E0988;
}
</style>
background-color css
<style>
a { background-color: #6E0988; }
a { background-color: rgb(110,9,136); }
div.DivClassName
{
background-color: #6E0988;
}
.BgClassName
{
background-color: #6E0988;
}
</style>
border-color css
<style>
span { border-color: #6E0988; }
span { border-color: rgb(110,9,136); }
td.TdClassName
{
border-color: #6E0988;
}
.TagClassName
{
border-color: #6E0988;
}
</style>