Shades of Purple #6E0E75
Tints of Purple #6E0E75
RGB
CMYK
RGB Variations
Color information
#6E0E75 (or 0x6E0E75) is known color: Purple. HEX triplet: 6E, 0E and 75. RGB value is (110,14,117). Sum of RGB (Red+Green+Blue) = 110+14+117=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E0E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0E75 is #91F18A. Grayscale: #363636. Windows color (decimal): -9564555 or 7671406. OLE color: 7671406.
HSL color Cylindrical-coordinate representation of color #6E0E75: hue angle of 295.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0E75 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 14 | 117 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.54 |
| HSL | 295.92º | 0.79% | 0.26% | - |
| HSV(B) | 295.92º | 0.88% | 0.46% | - |
| XYZ | 9.8 | 4.91 | 17.26 | - |
| YUV | 54.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 14 | 117 | 0.06 | 0.88 | 0 | 0.54 | 295.92 | 0.79 | 0.26 |
| Hex | 6E | E | 75 | 6 | 58 | 0 | 36 | 128 | 4F | 1A |
| Octal | 156 | 16 | 165 | 6 | 130 | 0 | 66 | 450 | 117 | 32 |
| Binary | 1101110 | 1110 | 1110101 | 110 | 1011000 | 0 | 110110 | 100101000 | 1001111 | 11010 |
Color Harmonies of #6E0E75
Complementary color
Monochromatic Colors of #6E0E75
Black with #6E0E75
Text Example
Text Example
White with #6E0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0E75; }
p { color: rgb(110,14,117); }
H1.HeaderClassName
{
color: #6E0E75;
}
.AnyTagClassName
{
color: #6E0E75;
}
</style>
background-color css
<style>
a { background-color: #6E0E75; }
a { background-color: rgb(110,14,117); }
div.DivClassName
{
background-color: #6E0E75;
}
.BgClassName
{
background-color: #6E0E75;
}
</style>
border-color css
<style>
span { border-color: #6E0E75; }
span { border-color: rgb(110,14,117); }
td.TdClassName
{
border-color: #6E0E75;
}
.TagClassName
{
border-color: #6E0E75;
}
</style>