Shades of Palatinate Purple #663254
Tints of Palatinate Purple #663254
RGB
CMYK
RGB Variations
Color information
#663254 (or 0x663254) is known color: Palatinate Purple. HEX triplet: 66, 32 and 54. RGB value is (102,50,84). Sum of RGB (Red+Green+Blue) = 102+50+84=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663254 is #99CDAB. Grayscale: #454545. Windows color (decimal): -10079660 or 5517926. OLE color: 5517926.
HSL color Cylindrical-coordinate representation of color #663254: hue angle of 320.77º 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 #663254 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 84 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.6 |
| HSL | 320.77º | 0.34% | 0.3% | - |
| HSV(B) | 320.77º | 0.51% | 0.4% | - |
| XYZ | 8.22 | 5.75 | 9.06 | - |
| YUV | 69.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 84 | 0 | 0.51 | 0.18 | 0.6 | 320.77 | 0.34 | 0.3 |
| Hex | 66 | 32 | 54 | 0 | 33 | 12 | 3C | 141 | 22 | 1E |
| Octal | 146 | 62 | 124 | 0 | 63 | 22 | 74 | 501 | 42 | 36 |
| Binary | 1100110 | 110010 | 1010100 | 0 | 110011 | 10010 | 111100 | 101000001 | 100010 | 11110 |
Color Harmonies of #663254
Complementary color
Monochromatic Colors of #663254
Black with #663254
Text Example
Text Example
White with #663254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663254; }
p { color: rgb(102,50,84); }
H1.HeaderClassName
{
color: #663254;
}
.AnyTagClassName
{
color: #663254;
}
</style>
background-color css
<style>
a { background-color: #663254; }
a { background-color: rgb(102,50,84); }
div.DivClassName
{
background-color: #663254;
}
.BgClassName
{
background-color: #663254;
}
</style>
border-color css
<style>
span { border-color: #663254; }
span { border-color: rgb(102,50,84); }
td.TdClassName
{
border-color: #663254;
}
.TagClassName
{
border-color: #663254;
}
</style>