Shades of Palatinate Purple #6E3E61
Tints of Palatinate Purple #6E3E61
RGB
CMYK
RGB Variations
Color information
#6E3E61 (or 0x6E3E61) is known color: Palatinate Purple. HEX triplet: 6E, 3E and 61. RGB value is (110,62,97). Sum of RGB (Red+Green+Blue) = 110+62+97=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3E61 is #91C19E. Grayscale: #505050. Windows color (decimal): -9552287 or 6372974. OLE color: 6372974.
HSL color Cylindrical-coordinate representation of color #6E3E61: hue angle of 316.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E3E61 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 97 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.57 |
| HSL | 316.25º | 0.28% | 0.34% | - |
| HSV(B) | 316.25º | 0.44% | 0.43% | - |
| XYZ | 10.31 | 7.62 | 12.24 | - |
| YUV | 80.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 97 | 0 | 0.44 | 0.12 | 0.57 | 316.25 | 0.28 | 0.34 |
| Hex | 6E | 3E | 61 | 0 | 2C | C | 39 | 13C | 1C | 22 |
| Octal | 156 | 76 | 141 | 0 | 54 | 14 | 71 | 474 | 34 | 42 |
| Binary | 1101110 | 111110 | 1100001 | 0 | 101100 | 1100 | 111001 | 100111100 | 11100 | 100010 |
Color Harmonies of #6E3E61
Complementary color
Monochromatic Colors of #6E3E61
Black with #6E3E61
Text Example
Text Example
White with #6E3E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E61; }
p { color: rgb(110,62,97); }
H1.HeaderClassName
{
color: #6E3E61;
}
.AnyTagClassName
{
color: #6E3E61;
}
</style>
background-color css
<style>
a { background-color: #6E3E61; }
a { background-color: rgb(110,62,97); }
div.DivClassName
{
background-color: #6E3E61;
}
.BgClassName
{
background-color: #6E3E61;
}
</style>
border-color css
<style>
span { border-color: #6E3E61; }
span { border-color: rgb(110,62,97); }
td.TdClassName
{
border-color: #6E3E61;
}
.TagClassName
{
border-color: #6E3E61;
}
</style>