Shades of Purple #6E048D
Tints of Purple #6E048D
RGB
CMYK
RGB Variations
Color information
#6E048D (or 0x6E048D) is known color: Purple. HEX triplet: 6E, 04 and 8D. RGB value is (110,4,141). Sum of RGB (Red+Green+Blue) = 110+4+141=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E048D is #91FB72. Grayscale: #323232. Windows color (decimal): -9567091 or 9241710. OLE color: 9241710.
HSL color Cylindrical-coordinate representation of color #6E048D: hue angle of 286.42º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E048D is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 4 | 141 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.45 |
| HSL | 286.42º | 0.94% | 0.28% | - |
| HSV(B) | 286.42º | 0.97% | 0.55% | - |
| XYZ | 11.28 | 5.32 | 25.63 | - |
| YUV | 51.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 141 | 0.22 | 0.97 | 0 | 0.45 | 286.42 | 0.94 | 0.28 |
| Hex | 6E | 4 | 8D | 16 | 61 | 0 | 2D | 11E | 5E | 1C |
| Octal | 156 | 4 | 215 | 26 | 141 | 0 | 55 | 436 | 136 | 34 |
| Binary | 1101110 | 100 | 10001101 | 10110 | 1100001 | 0 | 101101 | 100011110 | 1011110 | 11100 |
Color Harmonies of #6E048D
Complementary color
Monochromatic Colors of #6E048D
Black with #6E048D
Text Example
Text Example
White with #6E048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E048D; }
p { color: rgb(110,4,141); }
H1.HeaderClassName
{
color: #6E048D;
}
.AnyTagClassName
{
color: #6E048D;
}
</style>
background-color css
<style>
a { background-color: #6E048D; }
a { background-color: rgb(110,4,141); }
div.DivClassName
{
background-color: #6E048D;
}
.BgClassName
{
background-color: #6E048D;
}
</style>
border-color css
<style>
span { border-color: #6E048D; }
span { border-color: rgb(110,4,141); }
td.TdClassName
{
border-color: #6E048D;
}
.TagClassName
{
border-color: #6E048D;
}
</style>