Shades of Palatinate Purple #66355C
Tints of Palatinate Purple #66355C
RGB
CMYK
RGB Variations
Color information
#66355C (or 0x66355C) is known color: Palatinate Purple. HEX triplet: 66, 35 and 5C. RGB value is (102,53,92). Sum of RGB (Red+Green+Blue) = 102+53+92=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66355C is #99CAA3. Grayscale: #474747. Windows color (decimal): -10078884 or 6042982. OLE color: 6042982.
HSL color Cylindrical-coordinate representation of color #66355C: hue angle of 312.24º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66355C is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 92 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.6 |
| HSL | 312.24º | 0.32% | 0.3% | - |
| HSV(B) | 312.24º | 0.48% | 0.4% | - |
| XYZ | 8.68 | 6.14 | 10.85 | - |
| YUV | 72.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 92 | 0 | 0.48 | 0.10 | 0.6 | 312.24 | 0.32 | 0.3 |
| Hex | 66 | 35 | 5C | 0 | 30 | A | 3C | 138 | 20 | 1E |
| Octal | 146 | 65 | 134 | 0 | 60 | 12 | 74 | 470 | 40 | 36 |
| Binary | 1100110 | 110101 | 1011100 | 0 | 110000 | 1010 | 111100 | 100111000 | 100000 | 11110 |
Color Harmonies of #66355C
Complementary color
Monochromatic Colors of #66355C
Black with #66355C
Text Example
Text Example
White with #66355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66355C; }
p { color: rgb(102,53,92); }
H1.HeaderClassName
{
color: #66355C;
}
.AnyTagClassName
{
color: #66355C;
}
</style>
background-color css
<style>
a { background-color: #66355C; }
a { background-color: rgb(102,53,92); }
div.DivClassName
{
background-color: #66355C;
}
.BgClassName
{
background-color: #66355C;
}
</style>
border-color css
<style>
span { border-color: #66355C; }
span { border-color: rgb(102,53,92); }
td.TdClassName
{
border-color: #66355C;
}
.TagClassName
{
border-color: #66355C;
}
</style>