Shades of Palatinate Purple #6E2061
Tints of Palatinate Purple #6E2061
RGB
CMYK
RGB Variations
Color information
#6E2061 (or 0x6E2061) is known color: Palatinate Purple. HEX triplet: 6E, 20 and 61. RGB value is (110,32,97). Sum of RGB (Red+Green+Blue) = 110+32+97=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2061 is #91DF9E. Grayscale: #3E3E3E. Windows color (decimal): -9559967 or 6365294. OLE color: 6365294.
HSL color Cylindrical-coordinate representation of color #6E2061: hue angle of 310º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2061 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 97 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.57 |
| HSL | 310º | 0.55% | 0.28% | - |
| HSV(B) | 310º | 0.71% | 0.43% | - |
| XYZ | 9.1 | 5.21 | 11.84 | - |
| YUV | 62.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 97 | 0 | 0.71 | 0.12 | 0.57 | 310 | 0.55 | 0.28 |
| Hex | 6E | 20 | 61 | 0 | 47 | C | 39 | 136 | 37 | 1C |
| Octal | 156 | 40 | 141 | 0 | 107 | 14 | 71 | 466 | 67 | 34 |
| Binary | 1101110 | 100000 | 1100001 | 0 | 1000111 | 1100 | 111001 | 100110110 | 110111 | 11100 |
Color Harmonies of #6E2061
Complementary color
Monochromatic Colors of #6E2061
Black with #6E2061
Text Example
Text Example
White with #6E2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2061; }
p { color: rgb(110,32,97); }
H1.HeaderClassName
{
color: #6E2061;
}
.AnyTagClassName
{
color: #6E2061;
}
</style>
background-color css
<style>
a { background-color: #6E2061; }
a { background-color: rgb(110,32,97); }
div.DivClassName
{
background-color: #6E2061;
}
.BgClassName
{
background-color: #6E2061;
}
</style>
border-color css
<style>
span { border-color: #6E2061; }
span { border-color: rgb(110,32,97); }
td.TdClassName
{
border-color: #6E2061;
}
.TagClassName
{
border-color: #6E2061;
}
</style>