Shades of Palatinate Purple #6E1656
Tints of Palatinate Purple #6E1656
RGB
CMYK
RGB Variations
Color information
#6E1656 (or 0x6E1656) is known color: Palatinate Purple. HEX triplet: 6E, 16 and 56. RGB value is (110,22,86). Sum of RGB (Red+Green+Blue) = 110+22+86=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1656 is #91E9A9. Grayscale: #373737. Windows color (decimal): -9562538 or 5641838. OLE color: 5641838.
HSL color Cylindrical-coordinate representation of color #6E1656: hue angle of 316.36º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1656 is Cyan = 0, Magento = 0.8, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 86 | - |
| CMYK | 0 | 0.8 | 0.22 | 0.57 |
| HSL | 316.36º | 0.67% | 0.26% | - |
| HSV(B) | 316.36º | 0.8% | 0.43% | - |
| XYZ | 8.4 | 4.56 | 9.24 | - |
| YUV | 55.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 86 | 0 | 0.8 | 0.22 | 0.57 | 316.36 | 0.67 | 0.26 |
| Hex | 6E | 16 | 56 | 0 | 50 | 16 | 39 | 13C | 43 | 1A |
| Octal | 156 | 26 | 126 | 0 | 120 | 26 | 71 | 474 | 103 | 32 |
| Binary | 1101110 | 10110 | 1010110 | 0 | 1010000 | 10110 | 111001 | 100111100 | 1000011 | 11010 |
Color Harmonies of #6E1656
Complementary color
Monochromatic Colors of #6E1656
Black with #6E1656
Text Example
Text Example
White with #6E1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1656; }
p { color: rgb(110,22,86); }
H1.HeaderClassName
{
color: #6E1656;
}
.AnyTagClassName
{
color: #6E1656;
}
</style>
background-color css
<style>
a { background-color: #6E1656; }
a { background-color: rgb(110,22,86); }
div.DivClassName
{
background-color: #6E1656;
}
.BgClassName
{
background-color: #6E1656;
}
</style>
border-color css
<style>
span { border-color: #6E1656; }
span { border-color: rgb(110,22,86); }
td.TdClassName
{
border-color: #6E1656;
}
.TagClassName
{
border-color: #6E1656;
}
</style>