Shades of Palatinate Purple #661F61
Tints of Palatinate Purple #661F61
RGB
CMYK
RGB Variations
Color information
#661F61 (or 0x661F61) is known color: Palatinate Purple. HEX triplet: 66, 1F and 61. RGB value is (102,31,97). Sum of RGB (Red+Green+Blue) = 102+31+97=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #661F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F61 is #99E09E. Grayscale: #3B3B3B. Windows color (decimal): -10084511 or 6365030. OLE color: 6365030.
HSL color Cylindrical-coordinate representation of color #661F61: hue angle of 304.23º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F61 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 97 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.6 |
| HSL | 304.23º | 0.53% | 0.26% | - |
| HSV(B) | 304.23º | 0.7% | 0.4% | - |
| XYZ | 8.13 | 4.67 | 11.78 | - |
| YUV | 59.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 97 | 0 | 0.70 | 0.05 | 0.6 | 304.23 | 0.53 | 0.26 |
| Hex | 66 | 1F | 61 | 0 | 46 | 5 | 3C | 130 | 35 | 1A |
| Octal | 146 | 37 | 141 | 0 | 106 | 5 | 74 | 460 | 65 | 32 |
| Binary | 1100110 | 11111 | 1100001 | 0 | 1000110 | 101 | 111100 | 100110000 | 110101 | 11010 |
Color Harmonies of #661F61
Complementary color
Monochromatic Colors of #661F61
Black with #661F61
Text Example
Text Example
White with #661F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F61; }
p { color: rgb(102,31,97); }
H1.HeaderClassName
{
color: #661F61;
}
.AnyTagClassName
{
color: #661F61;
}
</style>
background-color css
<style>
a { background-color: #661F61; }
a { background-color: rgb(102,31,97); }
div.DivClassName
{
background-color: #661F61;
}
.BgClassName
{
background-color: #661F61;
}
</style>
border-color css
<style>
span { border-color: #661F61; }
span { border-color: rgb(102,31,97); }
td.TdClassName
{
border-color: #661F61;
}
.TagClassName
{
border-color: #661F61;
}
</style>