Shades of Palatinate Purple #6E095E
Tints of Palatinate Purple #6E095E
RGB
CMYK
RGB Variations
Color information
#6E095E (or 0x6E095E) is known color: Palatinate Purple. HEX triplet: 6E, 09 and 5E. RGB value is (110,9,94). Sum of RGB (Red+Green+Blue) = 110+9+94=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E095E is #91F6A1. Grayscale: #303030. Windows color (decimal): -9565858 or 6162798. OLE color: 6162798.
HSL color Cylindrical-coordinate representation of color #6E095E: hue angle of 309.5º 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 #6E095E is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 94 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.57 |
| HSL | 309.5º | 0.85% | 0.23% | - |
| HSV(B) | 309.5º | 0.92% | 0.43% | - |
| XYZ | 8.55 | 4.32 | 10.97 | - |
| YUV | 48.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 94 | 0 | 0.92 | 0.15 | 0.57 | 309.5 | 0.85 | 0.23 |
| Hex | 6E | 9 | 5E | 0 | 5C | F | 39 | 136 | 55 | 17 |
| Octal | 156 | 11 | 136 | 0 | 134 | 17 | 71 | 466 | 125 | 27 |
| Binary | 1101110 | 1001 | 1011110 | 0 | 1011100 | 1111 | 111001 | 100110110 | 1010101 | 10111 |
Color Harmonies of #6E095E
Complementary color
Monochromatic Colors of #6E095E
Black with #6E095E
Text Example
Text Example
White with #6E095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E095E; }
p { color: rgb(110,9,94); }
H1.HeaderClassName
{
color: #6E095E;
}
.AnyTagClassName
{
color: #6E095E;
}
</style>
background-color css
<style>
a { background-color: #6E095E; }
a { background-color: rgb(110,9,94); }
div.DivClassName
{
background-color: #6E095E;
}
.BgClassName
{
background-color: #6E095E;
}
</style>
border-color css
<style>
span { border-color: #6E095E; }
span { border-color: rgb(110,9,94); }
td.TdClassName
{
border-color: #6E095E;
}
.TagClassName
{
border-color: #6E095E;
}
</style>