Shades of Purple #6E0E7C
Tints of Purple #6E0E7C
RGB
CMYK
RGB Variations
Color information
#6E0E7C (or 0x6E0E7C) is known color: Purple. HEX triplet: 6E, 0E and 7C. RGB value is (110,14,124). Sum of RGB (Red+Green+Blue) = 110+14+124=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E0E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0E7C is #91F183. Grayscale: #363636. Windows color (decimal): -9564548 or 8130158. OLE color: 8130158.
HSL color Cylindrical-coordinate representation of color #6E0E7C: hue angle of 292.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E0E7C is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 14 | 124 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.51 |
| HSL | 292.36º | 0.8% | 0.27% | - |
| HSV(B) | 292.36º | 0.89% | 0.49% | - |
| XYZ | 10.23 | 5.08 | 19.51 | - |
| YUV | 55.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 14 | 124 | 0.11 | 0.89 | 0 | 0.51 | 292.36 | 0.8 | 0.27 |
| Hex | 6E | E | 7C | B | 59 | 0 | 33 | 124 | 50 | 1B |
| Octal | 156 | 16 | 174 | 13 | 131 | 0 | 63 | 444 | 120 | 33 |
| Binary | 1101110 | 1110 | 1111100 | 1011 | 1011001 | 0 | 110011 | 100100100 | 1010000 | 11011 |
Color Harmonies of #6E0E7C
Complementary color
Monochromatic Colors of #6E0E7C
Black with #6E0E7C
Text Example
Text Example
White with #6E0E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0E7C; }
p { color: rgb(110,14,124); }
H1.HeaderClassName
{
color: #6E0E7C;
}
.AnyTagClassName
{
color: #6E0E7C;
}
</style>
background-color css
<style>
a { background-color: #6E0E7C; }
a { background-color: rgb(110,14,124); }
div.DivClassName
{
background-color: #6E0E7C;
}
.BgClassName
{
background-color: #6E0E7C;
}
</style>
border-color css
<style>
span { border-color: #6E0E7C; }
span { border-color: rgb(110,14,124); }
td.TdClassName
{
border-color: #6E0E7C;
}
.TagClassName
{
border-color: #6E0E7C;
}
</style>