Shades of Palatinate Purple #6E395E
Tints of Palatinate Purple #6E395E
RGB
CMYK
RGB Variations
Color information
#6E395E (or 0x6E395E) is known color: Palatinate Purple. HEX triplet: 6E, 39 and 5E. RGB value is (110,57,94). Sum of RGB (Red+Green+Blue) = 110+57+94=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E395E is #91C6A1. Grayscale: #4C4C4C. Windows color (decimal): -9553570 or 6175086. OLE color: 6175086.
HSL color Cylindrical-coordinate representation of color #6E395E: hue angle of 318.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E395E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 94 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.57 |
| HSL | 318.11º | 0.32% | 0.33% | - |
| HSV(B) | 318.11º | 0.48% | 0.43% | - |
| XYZ | 9.91 | 7.05 | 11.43 | - |
| YUV | 77.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 94 | 0 | 0.48 | 0.15 | 0.57 | 318.11 | 0.32 | 0.33 |
| Hex | 6E | 39 | 5E | 0 | 30 | F | 39 | 13E | 20 | 21 |
| Octal | 156 | 71 | 136 | 0 | 60 | 17 | 71 | 476 | 40 | 41 |
| Binary | 1101110 | 111001 | 1011110 | 0 | 110000 | 1111 | 111001 | 100111110 | 100000 | 100001 |
Color Harmonies of #6E395E
Complementary color
Monochromatic Colors of #6E395E
Black with #6E395E
Text Example
Text Example
White with #6E395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E395E; }
p { color: rgb(110,57,94); }
H1.HeaderClassName
{
color: #6E395E;
}
.AnyTagClassName
{
color: #6E395E;
}
</style>
background-color css
<style>
a { background-color: #6E395E; }
a { background-color: rgb(110,57,94); }
div.DivClassName
{
background-color: #6E395E;
}
.BgClassName
{
background-color: #6E395E;
}
</style>
border-color css
<style>
span { border-color: #6E395E; }
span { border-color: rgb(110,57,94); }
td.TdClassName
{
border-color: #6E395E;
}
.TagClassName
{
border-color: #6E395E;
}
</style>