Shades of Palatinate Purple #6E2B61
Tints of Palatinate Purple #6E2B61
RGB
CMYK
RGB Variations
Color information
#6E2B61 (or 0x6E2B61) is known color: Palatinate Purple. HEX triplet: 6E, 2B and 61. RGB value is (110,43,97). Sum of RGB (Red+Green+Blue) = 110+43+97=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2B61 is #91D49E. Grayscale: #454545. Windows color (decimal): -9557151 or 6368110. OLE color: 6368110.
HSL color Cylindrical-coordinate representation of color #6E2B61: hue angle of 311.64º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B61 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 43 | 97 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.57 |
| HSL | 311.64º | 0.44% | 0.3% | - |
| HSV(B) | 311.64º | 0.61% | 0.43% | - |
| XYZ | 9.45 | 5.91 | 11.95 | - |
| YUV | 69.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 97 | 0 | 0.61 | 0.12 | 0.57 | 311.64 | 0.44 | 0.3 |
| Hex | 6E | 2B | 61 | 0 | 3D | C | 39 | 138 | 2C | 1E |
| Octal | 156 | 53 | 141 | 0 | 75 | 14 | 71 | 470 | 54 | 36 |
| Binary | 1101110 | 101011 | 1100001 | 0 | 111101 | 1100 | 111001 | 100111000 | 101100 | 11110 |
Color Harmonies of #6E2B61
Complementary color
Monochromatic Colors of #6E2B61
Black with #6E2B61
Text Example
Text Example
White with #6E2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2B61; }
p { color: rgb(110,43,97); }
H1.HeaderClassName
{
color: #6E2B61;
}
.AnyTagClassName
{
color: #6E2B61;
}
</style>
background-color css
<style>
a { background-color: #6E2B61; }
a { background-color: rgb(110,43,97); }
div.DivClassName
{
background-color: #6E2B61;
}
.BgClassName
{
background-color: #6E2B61;
}
</style>
border-color css
<style>
span { border-color: #6E2B61; }
span { border-color: rgb(110,43,97); }
td.TdClassName
{
border-color: #6E2B61;
}
.TagClassName
{
border-color: #6E2B61;
}
</style>