Shades of Palatinate Purple #6E345E
Tints of Palatinate Purple #6E345E
RGB
CMYK
RGB Variations
Color information
#6E345E (or 0x6E345E) is known color: Palatinate Purple. HEX triplet: 6E, 34 and 5E. RGB value is (110,52,94). Sum of RGB (Red+Green+Blue) = 110+52+94=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E345E is #91CBA1. Grayscale: #4A4A4A. Windows color (decimal): -9554850 or 6173806. OLE color: 6173806.
HSL color Cylindrical-coordinate representation of color #6E345E: hue angle of 316.55º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E345E is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 94 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.57 |
| HSL | 316.55º | 0.36% | 0.32% | - |
| HSV(B) | 316.55º | 0.53% | 0.43% | - |
| XYZ | 9.68 | 6.58 | 11.35 | - |
| YUV | 74.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 94 | 0 | 0.53 | 0.15 | 0.57 | 316.55 | 0.36 | 0.32 |
| Hex | 6E | 34 | 5E | 0 | 35 | F | 39 | 13D | 24 | 20 |
| Octal | 156 | 64 | 136 | 0 | 65 | 17 | 71 | 475 | 44 | 40 |
| Binary | 1101110 | 110100 | 1011110 | 0 | 110101 | 1111 | 111001 | 100111101 | 100100 | 100000 |
Color Harmonies of #6E345E
Complementary color
Monochromatic Colors of #6E345E
Black with #6E345E
Text Example
Text Example
White with #6E345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E345E; }
p { color: rgb(110,52,94); }
H1.HeaderClassName
{
color: #6E345E;
}
.AnyTagClassName
{
color: #6E345E;
}
</style>
background-color css
<style>
a { background-color: #6E345E; }
a { background-color: rgb(110,52,94); }
div.DivClassName
{
background-color: #6E345E;
}
.BgClassName
{
background-color: #6E345E;
}
</style>
border-color css
<style>
span { border-color: #6E345E; }
span { border-color: rgb(110,52,94); }
td.TdClassName
{
border-color: #6E345E;
}
.TagClassName
{
border-color: #6E345E;
}
</style>