Shades of Palatinate Purple #66355D
Tints of Palatinate Purple #66355D
RGB
CMYK
RGB Variations
Color information
#66355D (or 0x66355D) is known color: Palatinate Purple. HEX triplet: 66, 35 and 5D. RGB value is (102,53,93). Sum of RGB (Red+Green+Blue) = 102+53+93=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66355D is #99CAA2. Grayscale: #484848. Windows color (decimal): -10078883 or 6108518. OLE color: 6108518.
HSL color Cylindrical-coordinate representation of color #66355D: hue angle of 311.02º 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 #66355D is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 93 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.6 |
| HSL | 311.02º | 0.32% | 0.3% | - |
| HSV(B) | 311.02º | 0.48% | 0.4% | - |
| XYZ | 8.73 | 6.16 | 11.09 | - |
| YUV | 72.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 93 | 0 | 0.48 | 0.09 | 0.6 | 311.02 | 0.32 | 0.3 |
| Hex | 66 | 35 | 5D | 0 | 30 | 9 | 3C | 137 | 20 | 1E |
| Octal | 146 | 65 | 135 | 0 | 60 | 11 | 74 | 467 | 40 | 36 |
| Binary | 1100110 | 110101 | 1011101 | 0 | 110000 | 1001 | 111100 | 100110111 | 100000 | 11110 |
Color Harmonies of #66355D
Complementary color
Monochromatic Colors of #66355D
Black with #66355D
Text Example
Text Example
White with #66355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66355D; }
p { color: rgb(102,53,93); }
H1.HeaderClassName
{
color: #66355D;
}
.AnyTagClassName
{
color: #66355D;
}
</style>
background-color css
<style>
a { background-color: #66355D; }
a { background-color: rgb(102,53,93); }
div.DivClassName
{
background-color: #66355D;
}
.BgClassName
{
background-color: #66355D;
}
</style>
border-color css
<style>
span { border-color: #66355D; }
span { border-color: rgb(102,53,93); }
td.TdClassName
{
border-color: #66355D;
}
.TagClassName
{
border-color: #66355D;
}
</style>