Shades of Palatinate Purple #663259
Tints of Palatinate Purple #663259
RGB
CMYK
RGB Variations
Color information
#663259 (or 0x663259) is known color: Palatinate Purple. HEX triplet: 66, 32 and 59. RGB value is (102,50,89). Sum of RGB (Red+Green+Blue) = 102+50+89=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663259 is #99CDA6. Grayscale: #454545. Windows color (decimal): -10079655 or 5845606. OLE color: 5845606.
HSL color Cylindrical-coordinate representation of color #663259: hue angle of 315º 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 #663259 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 89 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.6 |
| HSL | 315º | 0.34% | 0.3% | - |
| HSV(B) | 315º | 0.51% | 0.4% | - |
| XYZ | 8.42 | 5.83 | 10.13 | - |
| YUV | 69.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 89 | 0 | 0.51 | 0.13 | 0.6 | 315 | 0.34 | 0.3 |
| Hex | 66 | 32 | 59 | 0 | 33 | D | 3C | 13B | 22 | 1E |
| Octal | 146 | 62 | 131 | 0 | 63 | 15 | 74 | 473 | 42 | 36 |
| Binary | 1100110 | 110010 | 1011001 | 0 | 110011 | 1101 | 111100 | 100111011 | 100010 | 11110 |
Color Harmonies of #663259
Complementary color
Monochromatic Colors of #663259
Black with #663259
Text Example
Text Example
White with #663259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663259; }
p { color: rgb(102,50,89); }
H1.HeaderClassName
{
color: #663259;
}
.AnyTagClassName
{
color: #663259;
}
</style>
background-color css
<style>
a { background-color: #663259; }
a { background-color: rgb(102,50,89); }
div.DivClassName
{
background-color: #663259;
}
.BgClassName
{
background-color: #663259;
}
</style>
border-color css
<style>
span { border-color: #663259; }
span { border-color: rgb(102,50,89); }
td.TdClassName
{
border-color: #663259;
}
.TagClassName
{
border-color: #663259;
}
</style>