Shades of Purple #6E0A6D
Tints of Purple #6E0A6D
RGB
CMYK
RGB Variations
Color information
#6E0A6D (or 0x6E0A6D) is known color: Purple. HEX triplet: 6E, 0A and 6D. RGB value is (110,10,109). Sum of RGB (Red+Green+Blue) = 110+10+109=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0A6D is #91F592. Grayscale: #323232. Windows color (decimal): -9565587 or 7146094. OLE color: 7146094.
HSL color Cylindrical-coordinate representation of color #6E0A6D: hue angle of 300.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0A6D is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 10 | 109 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.57 |
| HSL | 300.6º | 0.83% | 0.24% | - |
| HSV(B) | 300.6º | 0.91% | 0.43% | - |
| XYZ | 9.3 | 4.64 | 14.87 | - |
| YUV | 51.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 109 | 0 | 0.91 | 0.01 | 0.57 | 300.6 | 0.83 | 0.24 |
| Hex | 6E | A | 6D | 0 | 5B | 1 | 39 | 12D | 53 | 18 |
| Octal | 156 | 12 | 155 | 0 | 133 | 1 | 71 | 455 | 123 | 30 |
| Binary | 1101110 | 1010 | 1101101 | 0 | 1011011 | 1 | 111001 | 100101101 | 1010011 | 11000 |
Color Harmonies of #6E0A6D
Complementary color
Monochromatic Colors of #6E0A6D
Black with #6E0A6D
Text Example
Text Example
White with #6E0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0A6D; }
p { color: rgb(110,10,109); }
H1.HeaderClassName
{
color: #6E0A6D;
}
.AnyTagClassName
{
color: #6E0A6D;
}
</style>
background-color css
<style>
a { background-color: #6E0A6D; }
a { background-color: rgb(110,10,109); }
div.DivClassName
{
background-color: #6E0A6D;
}
.BgClassName
{
background-color: #6E0A6D;
}
</style>
border-color css
<style>
span { border-color: #6E0A6D; }
span { border-color: rgb(110,10,109); }
td.TdClassName
{
border-color: #6E0A6D;
}
.TagClassName
{
border-color: #6E0A6D;
}
</style>