Shades of Palatinate Purple #6E2961
Tints of Palatinate Purple #6E2961
RGB
CMYK
RGB Variations
Color information
#6E2961 (or 0x6E2961) is known color: Palatinate Purple. HEX triplet: 6E, 29 and 61. RGB value is (110,41,97). Sum of RGB (Red+Green+Blue) = 110+41+97=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2961 is #91D69E. Grayscale: #434343. Windows color (decimal): -9557663 or 6367598. OLE color: 6367598.
HSL color Cylindrical-coordinate representation of color #6E2961: hue angle of 311.3º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2961 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 97 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.57 |
| HSL | 311.3º | 0.46% | 0.3% | - |
| HSV(B) | 311.3º | 0.63% | 0.43% | - |
| XYZ | 9.38 | 5.76 | 11.93 | - |
| YUV | 68.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 97 | 0 | 0.63 | 0.12 | 0.57 | 311.3 | 0.46 | 0.3 |
| Hex | 6E | 29 | 61 | 0 | 3F | C | 39 | 137 | 2E | 1E |
| Octal | 156 | 51 | 141 | 0 | 77 | 14 | 71 | 467 | 56 | 36 |
| Binary | 1101110 | 101001 | 1100001 | 0 | 111111 | 1100 | 111001 | 100110111 | 101110 | 11110 |
Color Harmonies of #6E2961
Complementary color
Monochromatic Colors of #6E2961
Black with #6E2961
Text Example
Text Example
White with #6E2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2961; }
p { color: rgb(110,41,97); }
H1.HeaderClassName
{
color: #6E2961;
}
.AnyTagClassName
{
color: #6E2961;
}
</style>
background-color css
<style>
a { background-color: #6E2961; }
a { background-color: rgb(110,41,97); }
div.DivClassName
{
background-color: #6E2961;
}
.BgClassName
{
background-color: #6E2961;
}
</style>
border-color css
<style>
span { border-color: #6E2961; }
span { border-color: rgb(110,41,97); }
td.TdClassName
{
border-color: #6E2961;
}
.TagClassName
{
border-color: #6E2961;
}
</style>