Shades of Palatinate Purple #6C1555
Tints of Palatinate Purple #6C1555
RGB
CMYK
RGB Variations
Color information
#6C1555 (or 0x6C1555) is known color: Palatinate Purple. HEX triplet: 6C, 15 and 55. RGB value is (108,21,85). Sum of RGB (Red+Green+Blue) = 108+21+85=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1555 is #93EAAA. Grayscale: #363636. Windows color (decimal): -9693867 or 5576044. OLE color: 5576044.
HSL color Cylindrical-coordinate representation of color #6C1555: hue angle of 315.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1555 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 21 | 85 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.58 |
| HSL | 315.86º | 0.67% | 0.25% | - |
| HSV(B) | 315.86º | 0.81% | 0.42% | - |
| XYZ | 8.09 | 4.38 | 9.01 | - |
| YUV | 54.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 85 | 0 | 0.81 | 0.21 | 0.58 | 315.86 | 0.67 | 0.25 |
| Hex | 6C | 15 | 55 | 0 | 51 | 15 | 3A | 13C | 43 | 19 |
| Octal | 154 | 25 | 125 | 0 | 121 | 25 | 72 | 474 | 103 | 31 |
| Binary | 1101100 | 10101 | 1010101 | 0 | 1010001 | 10101 | 111010 | 100111100 | 1000011 | 11001 |
Color Harmonies of #6C1555
Complementary color
Monochromatic Colors of #6C1555
Black with #6C1555
Text Example
Text Example
White with #6C1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1555; }
p { color: rgb(108,21,85); }
H1.HeaderClassName
{
color: #6C1555;
}
.AnyTagClassName
{
color: #6C1555;
}
</style>
background-color css
<style>
a { background-color: #6C1555; }
a { background-color: rgb(108,21,85); }
div.DivClassName
{
background-color: #6C1555;
}
.BgClassName
{
background-color: #6C1555;
}
</style>
border-color css
<style>
span { border-color: #6C1555; }
span { border-color: rgb(108,21,85); }
td.TdClassName
{
border-color: #6C1555;
}
.TagClassName
{
border-color: #6C1555;
}
</style>