Shades of Purple #6E008D
Tints of Purple #6E008D
RGB
CMYK
RGB Variations
Color information
#6E008D (or 0x6E008D) is known color: Purple. HEX triplet: 6E, 00 and 8D. RGB value is (110,0,141). Sum of RGB (Red+Green+Blue) = 110+0+141=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E008D is #91FF72. Grayscale: #303030. Windows color (decimal): -9568115 or 9240686. OLE color: 9240686.
HSL color Cylindrical-coordinate representation of color #6E008D: hue angle of 286.81º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E008D is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 0 | 141 | - |
| CMYK | 0.22 | 1 | 0 | 0.45 |
| HSL | 286.81º | 1% | 0.28% | - |
| HSV(B) | 286.81º | 1% | 0.55% | - |
| XYZ | 11.24 | 5.24 | 25.62 | - |
| YUV | 48.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 141 | 0.22 | 1 | 0 | 0.45 | 286.81 | 1 | 0.28 |
| Hex | 6E | 0 | 8D | 16 | 64 | 0 | 2D | 11F | 64 | 1C |
| Octal | 156 | 0 | 215 | 26 | 144 | 0 | 55 | 437 | 144 | 34 |
| Binary | 1101110 | 0 | 10001101 | 10110 | 1100100 | 0 | 101101 | 100011111 | 1100100 | 11100 |
Color Harmonies of #6E008D
Complementary color
Monochromatic Colors of #6E008D
Black with #6E008D
Text Example
Text Example
White with #6E008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E008D; }
p { color: rgb(110,0,141); }
H1.HeaderClassName
{
color: #6E008D;
}
.AnyTagClassName
{
color: #6E008D;
}
</style>
background-color css
<style>
a { background-color: #6E008D; }
a { background-color: rgb(110,0,141); }
div.DivClassName
{
background-color: #6E008D;
}
.BgClassName
{
background-color: #6E008D;
}
</style>
border-color css
<style>
span { border-color: #6E008D; }
span { border-color: rgb(110,0,141); }
td.TdClassName
{
border-color: #6E008D;
}
.TagClassName
{
border-color: #6E008D;
}
</style>