Shades of Palatinate Purple #6C1155
Tints of Palatinate Purple #6C1155
RGB
CMYK
RGB Variations
Color information
#6C1155 (or 0x6C1155) is known color: Palatinate Purple. HEX triplet: 6C, 11 and 55. RGB value is (108,17,85). Sum of RGB (Red+Green+Blue) = 108+17+85=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1155 is #93EEAA. Grayscale: #333333. Windows color (decimal): -9694891 or 5575020. OLE color: 5575020.
HSL color Cylindrical-coordinate representation of color #6C1155: hue angle of 315.16º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1155 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 17 | 85 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.58 |
| HSL | 315.16º | 0.73% | 0.25% | - |
| HSV(B) | 315.16º | 0.84% | 0.42% | - |
| XYZ | 8.02 | 4.24 | 8.99 | - |
| YUV | 51.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 85 | 0 | 0.84 | 0.21 | 0.58 | 315.16 | 0.73 | 0.25 |
| Hex | 6C | 11 | 55 | 0 | 54 | 15 | 3A | 13B | 49 | 19 |
| Octal | 154 | 21 | 125 | 0 | 124 | 25 | 72 | 473 | 111 | 31 |
| Binary | 1101100 | 10001 | 1010101 | 0 | 1010100 | 10101 | 111010 | 100111011 | 1001001 | 11001 |
Color Harmonies of #6C1155
Complementary color
Monochromatic Colors of #6C1155
Black with #6C1155
Text Example
Text Example
White with #6C1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1155; }
p { color: rgb(108,17,85); }
H1.HeaderClassName
{
color: #6C1155;
}
.AnyTagClassName
{
color: #6C1155;
}
</style>
background-color css
<style>
a { background-color: #6C1155; }
a { background-color: rgb(108,17,85); }
div.DivClassName
{
background-color: #6C1155;
}
.BgClassName
{
background-color: #6C1155;
}
</style>
border-color css
<style>
span { border-color: #6C1155; }
span { border-color: rgb(108,17,85); }
td.TdClassName
{
border-color: #6C1155;
}
.TagClassName
{
border-color: #6C1155;
}
</style>