Shades of Palatinate Purple #6E2556
Tints of Palatinate Purple #6E2556
RGB
CMYK
RGB Variations
Color information
#6E2556 (or 0x6E2556) is known color: Palatinate Purple. HEX triplet: 6E, 25 and 56. RGB value is (110,37,86). Sum of RGB (Red+Green+Blue) = 110+37+86=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2556 is #91DAA9. Grayscale: #404040. Windows color (decimal): -9558698 or 5645678. OLE color: 5645678.
HSL color Cylindrical-coordinate representation of color #6E2556: hue angle of 319.73º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2556 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 86 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.57 |
| HSL | 319.73º | 0.5% | 0.29% | - |
| HSV(B) | 319.73º | 0.66% | 0.43% | - |
| XYZ | 8.77 | 5.31 | 9.37 | - |
| YUV | 64.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 86 | 0 | 0.66 | 0.22 | 0.57 | 319.73 | 0.5 | 0.29 |
| Hex | 6E | 25 | 56 | 0 | 42 | 16 | 39 | 140 | 32 | 1D |
| Octal | 156 | 45 | 126 | 0 | 102 | 26 | 71 | 500 | 62 | 35 |
| Binary | 1101110 | 100101 | 1010110 | 0 | 1000010 | 10110 | 111001 | 101000000 | 110010 | 11101 |
Color Harmonies of #6E2556
Complementary color
Monochromatic Colors of #6E2556
Black with #6E2556
Text Example
Text Example
White with #6E2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2556; }
p { color: rgb(110,37,86); }
H1.HeaderClassName
{
color: #6E2556;
}
.AnyTagClassName
{
color: #6E2556;
}
</style>
background-color css
<style>
a { background-color: #6E2556; }
a { background-color: rgb(110,37,86); }
div.DivClassName
{
background-color: #6E2556;
}
.BgClassName
{
background-color: #6E2556;
}
</style>
border-color css
<style>
span { border-color: #6E2556; }
span { border-color: rgb(110,37,86); }
td.TdClassName
{
border-color: #6E2556;
}
.TagClassName
{
border-color: #6E2556;
}
</style>