Shades of Palatinate Purple #6E3161
Tints of Palatinate Purple #6E3161
RGB
CMYK
RGB Variations
Color information
#6E3161 (or 0x6E3161) is known color: Palatinate Purple. HEX triplet: 6E, 31 and 61. RGB value is (110,49,97). Sum of RGB (Red+Green+Blue) = 110+49+97=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3161 is #91CE9E. Grayscale: #484848. Windows color (decimal): -9555615 or 6369646. OLE color: 6369646.
HSL color Cylindrical-coordinate representation of color #6E3161: hue angle of 312.79º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3161 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 97 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.57 |
| HSL | 312.79º | 0.38% | 0.31% | - |
| HSV(B) | 312.79º | 0.55% | 0.43% | - |
| XYZ | 9.69 | 6.37 | 12.03 | - |
| YUV | 72.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 97 | 0 | 0.55 | 0.12 | 0.57 | 312.79 | 0.38 | 0.31 |
| Hex | 6E | 31 | 61 | 0 | 37 | C | 39 | 139 | 26 | 1F |
| Octal | 156 | 61 | 141 | 0 | 67 | 14 | 71 | 471 | 46 | 37 |
| Binary | 1101110 | 110001 | 1100001 | 0 | 110111 | 1100 | 111001 | 100111001 | 100110 | 11111 |
Color Harmonies of #6E3161
Complementary color
Monochromatic Colors of #6E3161
Black with #6E3161
Text Example
Text Example
White with #6E3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3161; }
p { color: rgb(110,49,97); }
H1.HeaderClassName
{
color: #6E3161;
}
.AnyTagClassName
{
color: #6E3161;
}
</style>
background-color css
<style>
a { background-color: #6E3161; }
a { background-color: rgb(110,49,97); }
div.DivClassName
{
background-color: #6E3161;
}
.BgClassName
{
background-color: #6E3161;
}
</style>
border-color css
<style>
span { border-color: #6E3161; }
span { border-color: rgb(110,49,97); }
td.TdClassName
{
border-color: #6E3161;
}
.TagClassName
{
border-color: #6E3161;
}
</style>