Shades of Palatinate Purple #661768
Tints of Palatinate Purple #661768
RGB
CMYK
RGB Variations
Color information
#661768 (or 0x661768) is known color: Palatinate Purple. HEX triplet: 66, 17 and 68. RGB value is (102,23,104). Sum of RGB (Red+Green+Blue) = 102+23+104=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #661768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661768 is #99E897. Grayscale: #373737. Windows color (decimal): -10086552 or 6821734. OLE color: 6821734.
HSL color Cylindrical-coordinate representation of color #661768: hue angle of 298.52º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661768 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 23 | 104 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.59 |
| HSL | 298.52º | 0.64% | 0.25% | - |
| HSV(B) | 298.52º | 0.78% | 0.41% | - |
| XYZ | 8.28 | 4.44 | 13.52 | - |
| YUV | 55.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 104 | 0.02 | 0.78 | 0 | 0.59 | 298.52 | 0.64 | 0.25 |
| Hex | 66 | 17 | 68 | 2 | 4E | 0 | 3B | 12B | 40 | 19 |
| Octal | 146 | 27 | 150 | 2 | 116 | 0 | 73 | 453 | 100 | 31 |
| Binary | 1100110 | 10111 | 1101000 | 10 | 1001110 | 0 | 111011 | 100101011 | 1000000 | 11001 |
Color Harmonies of #661768
Complementary color
Monochromatic Colors of #661768
Black with #661768
Text Example
Text Example
White with #661768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661768; }
p { color: rgb(102,23,104); }
H1.HeaderClassName
{
color: #661768;
}
.AnyTagClassName
{
color: #661768;
}
</style>
background-color css
<style>
a { background-color: #661768; }
a { background-color: rgb(102,23,104); }
div.DivClassName
{
background-color: #661768;
}
.BgClassName
{
background-color: #661768;
}
</style>
border-color css
<style>
span { border-color: #661768; }
span { border-color: rgb(102,23,104); }
td.TdClassName
{
border-color: #661768;
}
.TagClassName
{
border-color: #661768;
}
</style>