Shades of Palatinate Purple #661165
Tints of Palatinate Purple #661165
RGB
CMYK
RGB Variations
Color information
#661165 (or 0x661165) is known color: Palatinate Purple. HEX triplet: 66, 11 and 65. RGB value is (102,17,101). Sum of RGB (Red+Green+Blue) = 102+17+101=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #661165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661165 is #99EE9A. Grayscale: #333333. Windows color (decimal): -10088091 or 6623590. OLE color: 6623590.
HSL color Cylindrical-coordinate representation of color #661165: hue angle of 300.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661165 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 101 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.6 |
| HSL | 300.71º | 0.71% | 0.23% | - |
| HSV(B) | 300.71º | 0.83% | 0.4% | - |
| XYZ | 8.03 | 4.17 | 12.69 | - |
| YUV | 51.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 101 | 0 | 0.83 | 0.01 | 0.6 | 300.71 | 0.71 | 0.23 |
| Hex | 66 | 11 | 65 | 0 | 53 | 1 | 3C | 12D | 47 | 17 |
| Octal | 146 | 21 | 145 | 0 | 123 | 1 | 74 | 455 | 107 | 27 |
| Binary | 1100110 | 10001 | 1100101 | 0 | 1010011 | 1 | 111100 | 100101101 | 1000111 | 10111 |
Color Harmonies of #661165
Complementary color
Monochromatic Colors of #661165
Black with #661165
Text Example
Text Example
White with #661165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661165; }
p { color: rgb(102,17,101); }
H1.HeaderClassName
{
color: #661165;
}
.AnyTagClassName
{
color: #661165;
}
</style>
background-color css
<style>
a { background-color: #661165; }
a { background-color: rgb(102,17,101); }
div.DivClassName
{
background-color: #661165;
}
.BgClassName
{
background-color: #661165;
}
</style>
border-color css
<style>
span { border-color: #661165; }
span { border-color: rgb(102,17,101); }
td.TdClassName
{
border-color: #661165;
}
.TagClassName
{
border-color: #661165;
}
</style>