Shades of Palatinate Purple #66355A
Tints of Palatinate Purple #66355A
RGB
CMYK
RGB Variations
Color information
#66355A (or 0x66355A) is known color: Palatinate Purple. HEX triplet: 66, 35 and 5A. RGB value is (102,53,90). Sum of RGB (Red+Green+Blue) = 102+53+90=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66355A is #99CAA5. Grayscale: #474747. Windows color (decimal): -10078886 or 5911910. OLE color: 5911910.
HSL color Cylindrical-coordinate representation of color #66355A: hue angle of 314.69º 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 #66355A is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 90 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.6 |
| HSL | 314.69º | 0.32% | 0.3% | - |
| HSV(B) | 314.69º | 0.48% | 0.4% | - |
| XYZ | 8.6 | 6.11 | 10.4 | - |
| YUV | 71.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 90 | 0 | 0.48 | 0.12 | 0.6 | 314.69 | 0.32 | 0.3 |
| Hex | 66 | 35 | 5A | 0 | 30 | C | 3C | 13B | 20 | 1E |
| Octal | 146 | 65 | 132 | 0 | 60 | 14 | 74 | 473 | 40 | 36 |
| Binary | 1100110 | 110101 | 1011010 | 0 | 110000 | 1100 | 111100 | 100111011 | 100000 | 11110 |
Color Harmonies of #66355A
Complementary color
Monochromatic Colors of #66355A
Black with #66355A
Text Example
Text Example
White with #66355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66355A; }
p { color: rgb(102,53,90); }
H1.HeaderClassName
{
color: #66355A;
}
.AnyTagClassName
{
color: #66355A;
}
</style>
background-color css
<style>
a { background-color: #66355A; }
a { background-color: rgb(102,53,90); }
div.DivClassName
{
background-color: #66355A;
}
.BgClassName
{
background-color: #66355A;
}
</style>
border-color css
<style>
span { border-color: #66355A; }
span { border-color: rgb(102,53,90); }
td.TdClassName
{
border-color: #66355A;
}
.TagClassName
{
border-color: #66355A;
}
</style>