Shades of Palatinate Purple #6E2E58
Tints of Palatinate Purple #6E2E58
RGB
CMYK
RGB Variations
Color information
#6E2E58 (or 0x6E2E58) is known color: Palatinate Purple. HEX triplet: 6E, 2E and 58. RGB value is (110,46,88). Sum of RGB (Red+Green+Blue) = 110+46+88=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2E58 is #91D1A7. Grayscale: #454545. Windows color (decimal): -9556392 or 5779054. OLE color: 5779054.
HSL color Cylindrical-coordinate representation of color #6E2E58: hue angle of 320.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2E58 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 46 | 88 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.57 |
| HSL | 320.63º | 0.41% | 0.31% | - |
| HSV(B) | 320.63º | 0.58% | 0.43% | - |
| XYZ | 9.17 | 5.97 | 9.9 | - |
| YUV | 69.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 88 | 0 | 0.58 | 0.2 | 0.57 | 320.63 | 0.41 | 0.31 |
| Hex | 6E | 2E | 58 | 0 | 3A | 14 | 39 | 141 | 29 | 1F |
| Octal | 156 | 56 | 130 | 0 | 72 | 24 | 71 | 501 | 51 | 37 |
| Binary | 1101110 | 101110 | 1011000 | 0 | 111010 | 10100 | 111001 | 101000001 | 101001 | 11111 |
Color Harmonies of #6E2E58
Complementary color
Monochromatic Colors of #6E2E58
Black with #6E2E58
Text Example
Text Example
White with #6E2E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E58; }
p { color: rgb(110,46,88); }
H1.HeaderClassName
{
color: #6E2E58;
}
.AnyTagClassName
{
color: #6E2E58;
}
</style>
background-color css
<style>
a { background-color: #6E2E58; }
a { background-color: rgb(110,46,88); }
div.DivClassName
{
background-color: #6E2E58;
}
.BgClassName
{
background-color: #6E2E58;
}
</style>
border-color css
<style>
span { border-color: #6E2E58; }
span { border-color: rgb(110,46,88); }
td.TdClassName
{
border-color: #6E2E58;
}
.TagClassName
{
border-color: #6E2E58;
}
</style>