Shades of Purple #6E096D
Tints of Purple #6E096D
RGB
CMYK
RGB Variations
Color information
#6E096D (or 0x6E096D) is known color: Purple. HEX triplet: 6E, 09 and 6D. RGB value is (110,9,109). Sum of RGB (Red+Green+Blue) = 110+9+109=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E096D is #91F692. Grayscale: #323232. Windows color (decimal): -9565843 or 7145838. OLE color: 7145838.
HSL color Cylindrical-coordinate representation of color #6E096D: hue angle of 300.59º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E096D is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 109 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.57 |
| HSL | 300.59º | 0.85% | 0.23% | - |
| HSV(B) | 300.59º | 0.92% | 0.43% | - |
| XYZ | 9.29 | 4.61 | 14.87 | - |
| YUV | 50.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 109 | 0 | 0.92 | 0.01 | 0.57 | 300.59 | 0.85 | 0.23 |
| Hex | 6E | 9 | 6D | 0 | 5C | 1 | 39 | 12D | 55 | 17 |
| Octal | 156 | 11 | 155 | 0 | 134 | 1 | 71 | 455 | 125 | 27 |
| Binary | 1101110 | 1001 | 1101101 | 0 | 1011100 | 1 | 111001 | 100101101 | 1010101 | 10111 |
Color Harmonies of #6E096D
Complementary color
Monochromatic Colors of #6E096D
Black with #6E096D
Text Example
Text Example
White with #6E096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E096D; }
p { color: rgb(110,9,109); }
H1.HeaderClassName
{
color: #6E096D;
}
.AnyTagClassName
{
color: #6E096D;
}
</style>
background-color css
<style>
a { background-color: #6E096D; }
a { background-color: rgb(110,9,109); }
div.DivClassName
{
background-color: #6E096D;
}
.BgClassName
{
background-color: #6E096D;
}
</style>
border-color css
<style>
span { border-color: #6E096D; }
span { border-color: rgb(110,9,109); }
td.TdClassName
{
border-color: #6E096D;
}
.TagClassName
{
border-color: #6E096D;
}
</style>