Shades of Palatinate Purple #6E245E
Tints of Palatinate Purple #6E245E
RGB
CMYK
RGB Variations
Color information
#6E245E (or 0x6E245E) is known color: Palatinate Purple. HEX triplet: 6E, 24 and 5E. RGB value is (110,36,94). Sum of RGB (Red+Green+Blue) = 110+36+94=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E245E is #91DBA1. Grayscale: #404040. Windows color (decimal): -9558946 or 6169710. OLE color: 6169710.
HSL color Cylindrical-coordinate representation of color #6E245E: hue angle of 312.97º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E245E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 94 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.57 |
| HSL | 312.97º | 0.51% | 0.29% | - |
| HSV(B) | 312.97º | 0.67% | 0.43% | - |
| XYZ | 9.08 | 5.38 | 11.15 | - |
| YUV | 64.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 94 | 0 | 0.67 | 0.15 | 0.57 | 312.97 | 0.51 | 0.29 |
| Hex | 6E | 24 | 5E | 0 | 43 | F | 39 | 139 | 33 | 1D |
| Octal | 156 | 44 | 136 | 0 | 103 | 17 | 71 | 471 | 63 | 35 |
| Binary | 1101110 | 100100 | 1011110 | 0 | 1000011 | 1111 | 111001 | 100111001 | 110011 | 11101 |
Color Harmonies of #6E245E
Complementary color
Monochromatic Colors of #6E245E
Black with #6E245E
Text Example
Text Example
White with #6E245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E245E; }
p { color: rgb(110,36,94); }
H1.HeaderClassName
{
color: #6E245E;
}
.AnyTagClassName
{
color: #6E245E;
}
</style>
background-color css
<style>
a { background-color: #6E245E; }
a { background-color: rgb(110,36,94); }
div.DivClassName
{
background-color: #6E245E;
}
.BgClassName
{
background-color: #6E245E;
}
</style>
border-color css
<style>
span { border-color: #6E245E; }
span { border-color: rgb(110,36,94); }
td.TdClassName
{
border-color: #6E245E;
}
.TagClassName
{
border-color: #6E245E;
}
</style>