Shades of Palatinate Purple #6E1655
Tints of Palatinate Purple #6E1655
RGB
CMYK
RGB Variations
Color information
#6E1655 (or 0x6E1655) is known color: Palatinate Purple. HEX triplet: 6E, 16 and 55. RGB value is (110,22,85). Sum of RGB (Red+Green+Blue) = 110+22+85=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1655 is #91E9AA. Grayscale: #373737. Windows color (decimal): -9562539 or 5576302. OLE color: 5576302.
HSL color Cylindrical-coordinate representation of color #6E1655: hue angle of 317.05º 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 #6E1655 is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 85 | - |
| CMYK | 0 | 0.8 | 0.23 | 0.57 |
| HSL | 317.05º | 0.67% | 0.26% | - |
| HSV(B) | 317.05º | 0.8% | 0.43% | - |
| XYZ | 8.36 | 4.54 | 9.03 | - |
| YUV | 55.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 85 | 0 | 0.8 | 0.23 | 0.57 | 317.05 | 0.67 | 0.26 |
| Hex | 6E | 16 | 55 | 0 | 50 | 17 | 39 | 13D | 43 | 1A |
| Octal | 156 | 26 | 125 | 0 | 120 | 27 | 71 | 475 | 103 | 32 |
| Binary | 1101110 | 10110 | 1010101 | 0 | 1010000 | 10111 | 111001 | 100111101 | 1000011 | 11010 |
Color Harmonies of #6E1655
Complementary color
Monochromatic Colors of #6E1655
Black with #6E1655
Text Example
Text Example
White with #6E1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1655; }
p { color: rgb(110,22,85); }
H1.HeaderClassName
{
color: #6E1655;
}
.AnyTagClassName
{
color: #6E1655;
}
</style>
background-color css
<style>
a { background-color: #6E1655; }
a { background-color: rgb(110,22,85); }
div.DivClassName
{
background-color: #6E1655;
}
.BgClassName
{
background-color: #6E1655;
}
</style>
border-color css
<style>
span { border-color: #6E1655; }
span { border-color: rgb(110,22,85); }
td.TdClassName
{
border-color: #6E1655;
}
.TagClassName
{
border-color: #6E1655;
}
</style>