Shades of Palatinate Purple #66405C
Tints of Palatinate Purple #66405C
RGB
CMYK
RGB Variations
Color information
#66405C (or 0x66405C) is known color: Palatinate Purple. HEX triplet: 66, 40 and 5C. RGB value is (102,64,92). Sum of RGB (Red+Green+Blue) = 102+64+92=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405C is #99BFA3. Grayscale: #4E4E4E. Windows color (decimal): -10076068 or 6045798. OLE color: 6045798.
HSL color Cylindrical-coordinate representation of color #66405C: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66405C is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 92 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.6 |
| HSL | 315.79º | 0.23% | 0.33% | - |
| HSV(B) | 315.79º | 0.37% | 0.4% | - |
| XYZ | 9.24 | 7.26 | 11.04 | - |
| YUV | 78.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 92 | 0 | 0.37 | 0.10 | 0.6 | 315.79 | 0.23 | 0.33 |
| Hex | 66 | 40 | 5C | 0 | 25 | A | 3C | 13C | 17 | 21 |
| Octal | 146 | 100 | 134 | 0 | 45 | 12 | 74 | 474 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1011100 | 0 | 100101 | 1010 | 111100 | 100111100 | 10111 | 100001 |
Color Harmonies of #66405C
Complementary color
Monochromatic Colors of #66405C
Black with #66405C
Text Example
Text Example
White with #66405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66405C; }
p { color: rgb(102,64,92); }
H1.HeaderClassName
{
color: #66405C;
}
.AnyTagClassName
{
color: #66405C;
}
</style>
background-color css
<style>
a { background-color: #66405C; }
a { background-color: rgb(102,64,92); }
div.DivClassName
{
background-color: #66405C;
}
.BgClassName
{
background-color: #66405C;
}
</style>
border-color css
<style>
span { border-color: #66405C; }
span { border-color: rgb(102,64,92); }
td.TdClassName
{
border-color: #66405C;
}
.TagClassName
{
border-color: #66405C;
}
</style>