Shades of Purple #6E0992
Tints of Purple #6E0992
RGB
CMYK
RGB Variations
Color information
#6E0992 (or 0x6E0992) is known color: Purple. HEX triplet: 6E, 09 and 92. RGB value is (110,9,146). Sum of RGB (Red+Green+Blue) = 110+9+146=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0992 is #91F66D. Grayscale: #363636. Windows color (decimal): -9565806 or 9570670. OLE color: 9570670.
HSL color Cylindrical-coordinate representation of color #6E0992: hue angle of 284.23º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0992 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 9 | 146 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.43 |
| HSL | 284.23º | 0.88% | 0.3% | - |
| HSV(B) | 284.23º | 0.94% | 0.57% | - |
| XYZ | 11.72 | 5.59 | 27.65 | - |
| YUV | 54.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 146 | 0.25 | 0.94 | 0 | 0.43 | 284.23 | 0.88 | 0.3 |
| Hex | 6E | 9 | 92 | 19 | 5E | 0 | 2B | 11C | 58 | 1E |
| Octal | 156 | 11 | 222 | 31 | 136 | 0 | 53 | 434 | 130 | 36 |
| Binary | 1101110 | 1001 | 10010010 | 11001 | 1011110 | 0 | 101011 | 100011100 | 1011000 | 11110 |
Color Harmonies of #6E0992
Complementary color
Monochromatic Colors of #6E0992
Black with #6E0992
Text Example
Text Example
White with #6E0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0992; }
p { color: rgb(110,9,146); }
H1.HeaderClassName
{
color: #6E0992;
}
.AnyTagClassName
{
color: #6E0992;
}
</style>
background-color css
<style>
a { background-color: #6E0992; }
a { background-color: rgb(110,9,146); }
div.DivClassName
{
background-color: #6E0992;
}
.BgClassName
{
background-color: #6E0992;
}
</style>
border-color css
<style>
span { border-color: #6E0992; }
span { border-color: rgb(110,9,146); }
td.TdClassName
{
border-color: #6E0992;
}
.TagClassName
{
border-color: #6E0992;
}
</style>