Shades of Purple #6E018D
Tints of Purple #6E018D
RGB
CMYK
RGB Variations
Color information
#6E018D (or 0x6E018D) is known color: Purple. HEX triplet: 6E, 01 and 8D. RGB value is (110,1,141). Sum of RGB (Red+Green+Blue) = 110+1+141=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E018D is #91FE72. Grayscale: #313131. Windows color (decimal): -9567859 or 9240942. OLE color: 9240942.
HSL color Cylindrical-coordinate representation of color #6E018D: hue angle of 286.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E018D is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 1 | 141 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.45 |
| HSL | 286.71º | 0.99% | 0.28% | - |
| HSV(B) | 286.71º | 0.99% | 0.55% | - |
| XYZ | 11.25 | 5.26 | 25.62 | - |
| YUV | 49.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 141 | 0.22 | 0.99 | 0 | 0.45 | 286.71 | 0.99 | 0.28 |
| Hex | 6E | 1 | 8D | 16 | 63 | 0 | 2D | 11F | 63 | 1C |
| Octal | 156 | 1 | 215 | 26 | 143 | 0 | 55 | 437 | 143 | 34 |
| Binary | 1101110 | 1 | 10001101 | 10110 | 1100011 | 0 | 101101 | 100011111 | 1100011 | 11100 |
Color Harmonies of #6E018D
Complementary color
Monochromatic Colors of #6E018D
Black with #6E018D
Text Example
Text Example
White with #6E018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E018D; }
p { color: rgb(110,1,141); }
H1.HeaderClassName
{
color: #6E018D;
}
.AnyTagClassName
{
color: #6E018D;
}
</style>
background-color css
<style>
a { background-color: #6E018D; }
a { background-color: rgb(110,1,141); }
div.DivClassName
{
background-color: #6E018D;
}
.BgClassName
{
background-color: #6E018D;
}
</style>
border-color css
<style>
span { border-color: #6E018D; }
span { border-color: rgb(110,1,141); }
td.TdClassName
{
border-color: #6E018D;
}
.TagClassName
{
border-color: #6E018D;
}
</style>