Shades of Palatinate Purple #660161
Tints of Palatinate Purple #660161
RGB
CMYK
RGB Variations
Color information
#660161 (or 0x660161) is known color: Palatinate Purple. HEX triplet: 66, 01 and 61. RGB value is (102,1,97). Sum of RGB (Red+Green+Blue) = 102+1+97=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #660161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660161 is #99FE9E. Grayscale: #292929. Windows color (decimal): -10092191 or 6357350. OLE color: 6357350.
HSL color Cylindrical-coordinate representation of color #660161: hue angle of 302.97º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660161 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.6 |
| HSL | 302.97º | 0.98% | 0.2% | - |
| HSV(B) | 302.97º | 0.99% | 0.4% | - |
| XYZ | 7.65 | 3.71 | 11.62 | - |
| YUV | 42.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 97 | 0 | 0.99 | 0.05 | 0.6 | 302.97 | 0.98 | 0.2 |
| Hex | 66 | 1 | 61 | 0 | 63 | 5 | 3C | 12F | 62 | 14 |
| Octal | 146 | 1 | 141 | 0 | 143 | 5 | 74 | 457 | 142 | 24 |
| Binary | 1100110 | 1 | 1100001 | 0 | 1100011 | 101 | 111100 | 100101111 | 1100010 | 10100 |
Color Harmonies of #660161
Complementary color
Monochromatic Colors of #660161
Black with #660161
Text Example
Text Example
White with #660161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660161; }
p { color: rgb(102,1,97); }
H1.HeaderClassName
{
color: #660161;
}
.AnyTagClassName
{
color: #660161;
}
</style>
background-color css
<style>
a { background-color: #660161; }
a { background-color: rgb(102,1,97); }
div.DivClassName
{
background-color: #660161;
}
.BgClassName
{
background-color: #660161;
}
</style>
border-color css
<style>
span { border-color: #660161; }
span { border-color: rgb(102,1,97); }
td.TdClassName
{
border-color: #660161;
}
.TagClassName
{
border-color: #660161;
}
</style>