Shades of Palatinate Purple #66325F
Tints of Palatinate Purple #66325F
RGB
CMYK
RGB Variations
Color information
#66325F (or 0x66325F) is known color: Palatinate Purple. HEX triplet: 66, 32 and 5F. RGB value is (102,50,95). Sum of RGB (Red+Green+Blue) = 102+50+95=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66325F is #99CDA0. Grayscale: #464646. Windows color (decimal): -10079649 or 6238822. OLE color: 6238822.
HSL color Cylindrical-coordinate representation of color #66325F: hue angle of 308.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66325F is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 95 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.6 |
| HSL | 308.08º | 0.34% | 0.3% | - |
| HSV(B) | 308.08º | 0.51% | 0.4% | - |
| XYZ | 8.69 | 5.93 | 11.51 | - |
| YUV | 70.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 95 | 0 | 0.51 | 0.07 | 0.6 | 308.08 | 0.34 | 0.3 |
| Hex | 66 | 32 | 5F | 0 | 33 | 7 | 3C | 134 | 22 | 1E |
| Octal | 146 | 62 | 137 | 0 | 63 | 7 | 74 | 464 | 42 | 36 |
| Binary | 1100110 | 110010 | 1011111 | 0 | 110011 | 111 | 111100 | 100110100 | 100010 | 11110 |
Color Harmonies of #66325F
Complementary color
Monochromatic Colors of #66325F
Black with #66325F
Text Example
Text Example
White with #66325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66325F; }
p { color: rgb(102,50,95); }
H1.HeaderClassName
{
color: #66325F;
}
.AnyTagClassName
{
color: #66325F;
}
</style>
background-color css
<style>
a { background-color: #66325F; }
a { background-color: rgb(102,50,95); }
div.DivClassName
{
background-color: #66325F;
}
.BgClassName
{
background-color: #66325F;
}
</style>
border-color css
<style>
span { border-color: #66325F; }
span { border-color: rgb(102,50,95); }
td.TdClassName
{
border-color: #66325F;
}
.TagClassName
{
border-color: #66325F;
}
</style>