Shades of Palatinate Purple #661D55
Tints of Palatinate Purple #661D55
RGB
CMYK
RGB Variations
Color information
#661D55 (or 0x661D55) is known color: Palatinate Purple. HEX triplet: 66, 1D and 55. RGB value is (102,29,85). Sum of RGB (Red+Green+Blue) = 102+29+85=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #661D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661D55 is #99E2AA. Grayscale: #393939. Windows color (decimal): -10085035 or 5578086. OLE color: 5578086.
HSL color Cylindrical-coordinate representation of color #661D55: hue angle of 313.97º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D55 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 85 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.6 |
| HSL | 313.97º | 0.56% | 0.26% | - |
| HSV(B) | 313.97º | 0.72% | 0.4% | - |
| XYZ | 7.56 | 4.36 | 9.04 | - |
| YUV | 57.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 85 | 0 | 0.72 | 0.17 | 0.6 | 313.97 | 0.56 | 0.26 |
| Hex | 66 | 1D | 55 | 0 | 48 | 11 | 3C | 13A | 38 | 1A |
| Octal | 146 | 35 | 125 | 0 | 110 | 21 | 74 | 472 | 70 | 32 |
| Binary | 1100110 | 11101 | 1010101 | 0 | 1001000 | 10001 | 111100 | 100111010 | 111000 | 11010 |
Color Harmonies of #661D55
Complementary color
Monochromatic Colors of #661D55
Black with #661D55
Text Example
Text Example
White with #661D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D55; }
p { color: rgb(102,29,85); }
H1.HeaderClassName
{
color: #661D55;
}
.AnyTagClassName
{
color: #661D55;
}
</style>
background-color css
<style>
a { background-color: #661D55; }
a { background-color: rgb(102,29,85); }
div.DivClassName
{
background-color: #661D55;
}
.BgClassName
{
background-color: #661D55;
}
</style>
border-color css
<style>
span { border-color: #661D55; }
span { border-color: rgb(102,29,85); }
td.TdClassName
{
border-color: #661D55;
}
.TagClassName
{
border-color: #661D55;
}
</style>