Shades of Purple #6E0D7A
Tints of Purple #6E0D7A
RGB
CMYK
RGB Variations
Color information
#6E0D7A (or 0x6E0D7A) is known color: Purple. HEX triplet: 6E, 0D and 7A. RGB value is (110,13,122). Sum of RGB (Red+Green+Blue) = 110+13+122=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E0D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D7A is #91F285. Grayscale: #363636. Windows color (decimal): -9564806 or 7998830. OLE color: 7998830.
HSL color Cylindrical-coordinate representation of color #6E0D7A: hue angle of 293.39º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E0D7A is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 13 | 122 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.52 |
| HSL | 293.39º | 0.81% | 0.26% | - |
| HSV(B) | 293.39º | 0.89% | 0.48% | - |
| XYZ | 10.09 | 5.01 | 18.85 | - |
| YUV | 54.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 122 | 0.10 | 0.89 | 0 | 0.52 | 293.39 | 0.81 | 0.26 |
| Hex | 6E | D | 7A | A | 59 | 0 | 34 | 125 | 51 | 1A |
| Octal | 156 | 15 | 172 | 12 | 131 | 0 | 64 | 445 | 121 | 32 |
| Binary | 1101110 | 1101 | 1111010 | 1010 | 1011001 | 0 | 110100 | 100100101 | 1010001 | 11010 |
Color Harmonies of #6E0D7A
Complementary color
Monochromatic Colors of #6E0D7A
Black with #6E0D7A
Text Example
Text Example
White with #6E0D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D7A; }
p { color: rgb(110,13,122); }
H1.HeaderClassName
{
color: #6E0D7A;
}
.AnyTagClassName
{
color: #6E0D7A;
}
</style>
background-color css
<style>
a { background-color: #6E0D7A; }
a { background-color: rgb(110,13,122); }
div.DivClassName
{
background-color: #6E0D7A;
}
.BgClassName
{
background-color: #6E0D7A;
}
</style>
border-color css
<style>
span { border-color: #6E0D7A; }
span { border-color: rgb(110,13,122); }
td.TdClassName
{
border-color: #6E0D7A;
}
.TagClassName
{
border-color: #6E0D7A;
}
</style>