Shades of Palatinate Purple #662861
Tints of Palatinate Purple #662861
RGB
CMYK
RGB Variations
Color information
#662861 (or 0x662861) is known color: Palatinate Purple. HEX triplet: 66, 28 and 61. RGB value is (102,40,97). Sum of RGB (Red+Green+Blue) = 102+40+97=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #662861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662861 is #99D79E. Grayscale: #404040. Windows color (decimal): -10082207 or 6367334. OLE color: 6367334.
HSL color Cylindrical-coordinate representation of color #662861: hue angle of 304.84º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662861 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 97 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.6 |
| HSL | 304.84º | 0.44% | 0.28% | - |
| HSV(B) | 304.84º | 0.61% | 0.4% | - |
| XYZ | 8.4 | 5.21 | 11.87 | - |
| YUV | 65.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 97 | 0 | 0.61 | 0.05 | 0.6 | 304.84 | 0.44 | 0.28 |
| Hex | 66 | 28 | 61 | 0 | 3D | 5 | 3C | 131 | 2C | 1C |
| Octal | 146 | 50 | 141 | 0 | 75 | 5 | 74 | 461 | 54 | 34 |
| Binary | 1100110 | 101000 | 1100001 | 0 | 111101 | 101 | 111100 | 100110001 | 101100 | 11100 |
Color Harmonies of #662861
Complementary color
Monochromatic Colors of #662861
Black with #662861
Text Example
Text Example
White with #662861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662861; }
p { color: rgb(102,40,97); }
H1.HeaderClassName
{
color: #662861;
}
.AnyTagClassName
{
color: #662861;
}
</style>
background-color css
<style>
a { background-color: #662861; }
a { background-color: rgb(102,40,97); }
div.DivClassName
{
background-color: #662861;
}
.BgClassName
{
background-color: #662861;
}
</style>
border-color css
<style>
span { border-color: #662861; }
span { border-color: rgb(102,40,97); }
td.TdClassName
{
border-color: #662861;
}
.TagClassName
{
border-color: #662861;
}
</style>