Shades of Palatinate Purple #661653
Tints of Palatinate Purple #661653
RGB
CMYK
RGB Variations
Color information
#661653 (or 0x661653) is known color: Palatinate Purple. HEX triplet: 66, 16 and 53. RGB value is (102,22,83). Sum of RGB (Red+Green+Blue) = 102+22+83=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661653 is #99E9AC. Grayscale: #343434. Windows color (decimal): -10086829 or 5445222. OLE color: 5445222.
HSL color Cylindrical-coordinate representation of color #661653: hue angle of 314.25º 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 #661653 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 83 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.6 |
| HSL | 314.25º | 0.65% | 0.24% | - |
| HSV(B) | 314.25º | 0.78% | 0.4% | - |
| XYZ | 7.33 | 4.02 | 8.57 | - |
| YUV | 52.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 83 | 0 | 0.78 | 0.19 | 0.6 | 314.25 | 0.65 | 0.24 |
| Hex | 66 | 16 | 53 | 0 | 4E | 13 | 3C | 13A | 41 | 18 |
| Octal | 146 | 26 | 123 | 0 | 116 | 23 | 74 | 472 | 101 | 30 |
| Binary | 1100110 | 10110 | 1010011 | 0 | 1001110 | 10011 | 111100 | 100111010 | 1000001 | 11000 |
Color Harmonies of #661653
Complementary color
Monochromatic Colors of #661653
Black with #661653
Text Example
Text Example
White with #661653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661653; }
p { color: rgb(102,22,83); }
H1.HeaderClassName
{
color: #661653;
}
.AnyTagClassName
{
color: #661653;
}
</style>
background-color css
<style>
a { background-color: #661653; }
a { background-color: rgb(102,22,83); }
div.DivClassName
{
background-color: #661653;
}
.BgClassName
{
background-color: #661653;
}
</style>
border-color css
<style>
span { border-color: #661653; }
span { border-color: rgb(102,22,83); }
td.TdClassName
{
border-color: #661653;
}
.TagClassName
{
border-color: #661653;
}
</style>