Shades of Palatinate Purple #663257
Tints of Palatinate Purple #663257
RGB
CMYK
RGB Variations
Color information
#663257 (or 0x663257) is known color: Palatinate Purple. HEX triplet: 66, 32 and 57. RGB value is (102,50,87). Sum of RGB (Red+Green+Blue) = 102+50+87=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663257 is #99CDA8. Grayscale: #454545. Windows color (decimal): -10079657 or 5714534. OLE color: 5714534.
HSL color Cylindrical-coordinate representation of color #663257: hue angle of 317.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663257 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 87 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.6 |
| HSL | 317.31º | 0.34% | 0.3% | - |
| HSV(B) | 317.31º | 0.51% | 0.4% | - |
| XYZ | 8.34 | 5.79 | 9.7 | - |
| YUV | 69.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 87 | 0 | 0.51 | 0.15 | 0.6 | 317.31 | 0.34 | 0.3 |
| Hex | 66 | 32 | 57 | 0 | 33 | F | 3C | 13D | 22 | 1E |
| Octal | 146 | 62 | 127 | 0 | 63 | 17 | 74 | 475 | 42 | 36 |
| Binary | 1100110 | 110010 | 1010111 | 0 | 110011 | 1111 | 111100 | 100111101 | 100010 | 11110 |
Color Harmonies of #663257
Complementary color
Monochromatic Colors of #663257
Black with #663257
Text Example
Text Example
White with #663257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663257; }
p { color: rgb(102,50,87); }
H1.HeaderClassName
{
color: #663257;
}
.AnyTagClassName
{
color: #663257;
}
</style>
background-color css
<style>
a { background-color: #663257; }
a { background-color: rgb(102,50,87); }
div.DivClassName
{
background-color: #663257;
}
.BgClassName
{
background-color: #663257;
}
</style>
border-color css
<style>
span { border-color: #663257; }
span { border-color: rgb(102,50,87); }
td.TdClassName
{
border-color: #663257;
}
.TagClassName
{
border-color: #663257;
}
</style>