Shades of Palatinate Purple #663859
Tints of Palatinate Purple #663859
RGB
CMYK
RGB Variations
Color information
#663859 (or 0x663859) is known color: Palatinate Purple. HEX triplet: 66, 38 and 59. RGB value is (102,56,89). Sum of RGB (Red+Green+Blue) = 102+56+89=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663859 is #99C7A6. Grayscale: #494949. Windows color (decimal): -10078119 or 5847142. OLE color: 5847142.
HSL color Cylindrical-coordinate representation of color #663859: hue angle of 316.96º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663859 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 89 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.6 |
| HSL | 316.96º | 0.29% | 0.31% | - |
| HSV(B) | 316.96º | 0.45% | 0.4% | - |
| XYZ | 8.7 | 6.37 | 10.22 | - |
| YUV | 73.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 89 | 0 | 0.45 | 0.13 | 0.6 | 316.96 | 0.29 | 0.31 |
| Hex | 66 | 38 | 59 | 0 | 2D | D | 3C | 13D | 1D | 1F |
| Octal | 146 | 70 | 131 | 0 | 55 | 15 | 74 | 475 | 35 | 37 |
| Binary | 1100110 | 111000 | 1011001 | 0 | 101101 | 1101 | 111100 | 100111101 | 11101 | 11111 |
Color Harmonies of #663859
Complementary color
Monochromatic Colors of #663859
Black with #663859
Text Example
Text Example
White with #663859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663859; }
p { color: rgb(102,56,89); }
H1.HeaderClassName
{
color: #663859;
}
.AnyTagClassName
{
color: #663859;
}
</style>
background-color css
<style>
a { background-color: #663859; }
a { background-color: rgb(102,56,89); }
div.DivClassName
{
background-color: #663859;
}
.BgClassName
{
background-color: #663859;
}
</style>
border-color css
<style>
span { border-color: #663859; }
span { border-color: rgb(102,56,89); }
td.TdClassName
{
border-color: #663859;
}
.TagClassName
{
border-color: #663859;
}
</style>