Shades of Palatinate Purple #66405D
Tints of Palatinate Purple #66405D
RGB
CMYK
RGB Variations
Color information
#66405D (or 0x66405D) is known color: Palatinate Purple. HEX triplet: 66, 40 and 5D. RGB value is (102,64,93). Sum of RGB (Red+Green+Blue) = 102+64+93=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405D is #99BFA2. Grayscale: #4E4E4E. Windows color (decimal): -10076067 or 6111334. OLE color: 6111334.
HSL color Cylindrical-coordinate representation of color #66405D: hue angle of 314.21º 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 #66405D is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 93 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.6 |
| HSL | 314.21º | 0.23% | 0.33% | - |
| HSV(B) | 314.21º | 0.37% | 0.4% | - |
| XYZ | 9.29 | 7.28 | 11.27 | - |
| YUV | 78.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 93 | 0 | 0.37 | 0.09 | 0.6 | 314.21 | 0.23 | 0.33 |
| Hex | 66 | 40 | 5D | 0 | 25 | 9 | 3C | 13A | 17 | 21 |
| Octal | 146 | 100 | 135 | 0 | 45 | 11 | 74 | 472 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1011101 | 0 | 100101 | 1001 | 111100 | 100111010 | 10111 | 100001 |
Color Harmonies of #66405D
Complementary color
Monochromatic Colors of #66405D
Black with #66405D
Text Example
Text Example
White with #66405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66405D; }
p { color: rgb(102,64,93); }
H1.HeaderClassName
{
color: #66405D;
}
.AnyTagClassName
{
color: #66405D;
}
</style>
background-color css
<style>
a { background-color: #66405D; }
a { background-color: rgb(102,64,93); }
div.DivClassName
{
background-color: #66405D;
}
.BgClassName
{
background-color: #66405D;
}
</style>
border-color css
<style>
span { border-color: #66405D; }
span { border-color: rgb(102,64,93); }
td.TdClassName
{
border-color: #66405D;
}
.TagClassName
{
border-color: #66405D;
}
</style>