Shades of Palatinate Purple #663857
Tints of Palatinate Purple #663857
RGB
CMYK
RGB Variations
Color information
#663857 (or 0x663857) is known color: Palatinate Purple. HEX triplet: 66, 38 and 57. RGB value is (102,56,87). Sum of RGB (Red+Green+Blue) = 102+56+87=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663857 is #99C7A8. Grayscale: #494949. Windows color (decimal): -10078121 or 5716070. OLE color: 5716070.
HSL color Cylindrical-coordinate representation of color #663857: hue angle of 319.57º 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 #663857 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 87 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.6 |
| HSL | 319.57º | 0.29% | 0.31% | - |
| HSV(B) | 319.57º | 0.45% | 0.4% | - |
| XYZ | 8.61 | 6.34 | 9.79 | - |
| YUV | 73.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 87 | 0 | 0.45 | 0.15 | 0.6 | 319.57 | 0.29 | 0.31 |
| Hex | 66 | 38 | 57 | 0 | 2D | F | 3C | 140 | 1D | 1F |
| Octal | 146 | 70 | 127 | 0 | 55 | 17 | 74 | 500 | 35 | 37 |
| Binary | 1100110 | 111000 | 1010111 | 0 | 101101 | 1111 | 111100 | 101000000 | 11101 | 11111 |
Color Harmonies of #663857
Complementary color
Monochromatic Colors of #663857
Black with #663857
Text Example
Text Example
White with #663857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663857; }
p { color: rgb(102,56,87); }
H1.HeaderClassName
{
color: #663857;
}
.AnyTagClassName
{
color: #663857;
}
</style>
background-color css
<style>
a { background-color: #663857; }
a { background-color: rgb(102,56,87); }
div.DivClassName
{
background-color: #663857;
}
.BgClassName
{
background-color: #663857;
}
</style>
border-color css
<style>
span { border-color: #663857; }
span { border-color: rgb(102,56,87); }
td.TdClassName
{
border-color: #663857;
}
.TagClassName
{
border-color: #663857;
}
</style>