Shades of Palatinate Purple #661665
Tints of Palatinate Purple #661665
RGB
CMYK
RGB Variations
Color information
#661665 (or 0x661665) is known color: Palatinate Purple. HEX triplet: 66, 16 and 65. RGB value is (102,22,101). Sum of RGB (Red+Green+Blue) = 102+22+101=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #661665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661665 is #99E99A. Grayscale: #363636. Windows color (decimal): -10086811 or 6624870. OLE color: 6624870.
HSL color Cylindrical-coordinate representation of color #661665: hue angle of 300.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661665 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 101 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.6 |
| HSL | 300.75º | 0.65% | 0.24% | - |
| HSV(B) | 300.75º | 0.78% | 0.4% | - |
| XYZ | 8.12 | 4.34 | 12.72 | - |
| YUV | 54.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 101 | 0 | 0.78 | 0.01 | 0.6 | 300.75 | 0.65 | 0.24 |
| Hex | 66 | 16 | 65 | 0 | 4E | 1 | 3C | 12D | 41 | 18 |
| Octal | 146 | 26 | 145 | 0 | 116 | 1 | 74 | 455 | 101 | 30 |
| Binary | 1100110 | 10110 | 1100101 | 0 | 1001110 | 1 | 111100 | 100101101 | 1000001 | 11000 |
Color Harmonies of #661665
Complementary color
Monochromatic Colors of #661665
Black with #661665
Text Example
Text Example
White with #661665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661665; }
p { color: rgb(102,22,101); }
H1.HeaderClassName
{
color: #661665;
}
.AnyTagClassName
{
color: #661665;
}
</style>
background-color css
<style>
a { background-color: #661665; }
a { background-color: rgb(102,22,101); }
div.DivClassName
{
background-color: #661665;
}
.BgClassName
{
background-color: #661665;
}
</style>
border-color css
<style>
span { border-color: #661665; }
span { border-color: rgb(102,22,101); }
td.TdClassName
{
border-color: #661665;
}
.TagClassName
{
border-color: #661665;
}
</style>