Shades of Palatinate Purple #661D65
Tints of Palatinate Purple #661D65
RGB
CMYK
RGB Variations
Color information
#661D65 (or 0x661D65) is known color: Palatinate Purple. HEX triplet: 66, 1D and 65. RGB value is (102,29,101). Sum of RGB (Red+Green+Blue) = 102+29+101=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #661D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661D65 is #99E29A. Grayscale: #3A3A3A. Windows color (decimal): -10085019 or 6626662. OLE color: 6626662.
HSL color Cylindrical-coordinate representation of color #661D65: hue angle of 300.82º 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 #661D65 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 101 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.6 |
| HSL | 300.82º | 0.56% | 0.26% | - |
| HSV(B) | 300.82º | 0.72% | 0.4% | - |
| XYZ | 8.27 | 4.64 | 12.77 | - |
| YUV | 59.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 101 | 0 | 0.72 | 0.01 | 0.6 | 300.82 | 0.56 | 0.26 |
| Hex | 66 | 1D | 65 | 0 | 48 | 1 | 3C | 12D | 38 | 1A |
| Octal | 146 | 35 | 145 | 0 | 110 | 1 | 74 | 455 | 70 | 32 |
| Binary | 1100110 | 11101 | 1100101 | 0 | 1001000 | 1 | 111100 | 100101101 | 111000 | 11010 |
Color Harmonies of #661D65
Complementary color
Monochromatic Colors of #661D65
Black with #661D65
Text Example
Text Example
White with #661D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D65; }
p { color: rgb(102,29,101); }
H1.HeaderClassName
{
color: #661D65;
}
.AnyTagClassName
{
color: #661D65;
}
</style>
background-color css
<style>
a { background-color: #661D65; }
a { background-color: rgb(102,29,101); }
div.DivClassName
{
background-color: #661D65;
}
.BgClassName
{
background-color: #661D65;
}
</style>
border-color css
<style>
span { border-color: #661D65; }
span { border-color: rgb(102,29,101); }
td.TdClassName
{
border-color: #661D65;
}
.TagClassName
{
border-color: #661D65;
}
</style>