Shades of Palatinate Purple #661555
Tints of Palatinate Purple #661555
RGB
CMYK
RGB Variations
Color information
#661555 (or 0x661555) is known color: Palatinate Purple. HEX triplet: 66, 15 and 55. RGB value is (102,21,85). Sum of RGB (Red+Green+Blue) = 102+21+85=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #661555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661555 is #99EAAA. Grayscale: #343434. Windows color (decimal): -10087083 or 5576038. OLE color: 5576038.
HSL color Cylindrical-coordinate representation of color #661555: hue angle of 312.59º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661555 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 85 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.6 |
| HSL | 312.59º | 0.66% | 0.24% | - |
| HSV(B) | 312.59º | 0.79% | 0.4% | - |
| XYZ | 7.39 | 4.02 | 8.98 | - |
| YUV | 52.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 85 | 0 | 0.79 | 0.17 | 0.6 | 312.59 | 0.66 | 0.24 |
| Hex | 66 | 15 | 55 | 0 | 4F | 11 | 3C | 139 | 42 | 18 |
| Octal | 146 | 25 | 125 | 0 | 117 | 21 | 74 | 471 | 102 | 30 |
| Binary | 1100110 | 10101 | 1010101 | 0 | 1001111 | 10001 | 111100 | 100111001 | 1000010 | 11000 |
Color Harmonies of #661555
Complementary color
Monochromatic Colors of #661555
Black with #661555
Text Example
Text Example
White with #661555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661555; }
p { color: rgb(102,21,85); }
H1.HeaderClassName
{
color: #661555;
}
.AnyTagClassName
{
color: #661555;
}
</style>
background-color css
<style>
a { background-color: #661555; }
a { background-color: rgb(102,21,85); }
div.DivClassName
{
background-color: #661555;
}
.BgClassName
{
background-color: #661555;
}
</style>
border-color css
<style>
span { border-color: #661555; }
span { border-color: rgb(102,21,85); }
td.TdClassName
{
border-color: #661555;
}
.TagClassName
{
border-color: #661555;
}
</style>