Shades of Palatinate Purple #66295E
Tints of Palatinate Purple #66295E
RGB
CMYK
RGB Variations
Color information
#66295E (or 0x66295E) is known color: Palatinate Purple. HEX triplet: 66, 29 and 5E. RGB value is (102,41,94). Sum of RGB (Red+Green+Blue) = 102+41+94=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #66295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66295E is #99D6A1. Grayscale: #414141. Windows color (decimal): -10081954 or 6170982. OLE color: 6170982.
HSL color Cylindrical-coordinate representation of color #66295E: hue angle of 307.87º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66295E is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 94 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.6 |
| HSL | 307.87º | 0.43% | 0.28% | - |
| HSV(B) | 307.87º | 0.6% | 0.4% | - |
| XYZ | 8.29 | 5.22 | 11.16 | - |
| YUV | 65.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 94 | 0 | 0.60 | 0.08 | 0.6 | 307.87 | 0.43 | 0.28 |
| Hex | 66 | 29 | 5E | 0 | 3C | 8 | 3C | 134 | 2B | 1C |
| Octal | 146 | 51 | 136 | 0 | 74 | 10 | 74 | 464 | 53 | 34 |
| Binary | 1100110 | 101001 | 1011110 | 0 | 111100 | 1000 | 111100 | 100110100 | 101011 | 11100 |
Color Harmonies of #66295E
Complementary color
Monochromatic Colors of #66295E
Black with #66295E
Text Example
Text Example
White with #66295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66295E; }
p { color: rgb(102,41,94); }
H1.HeaderClassName
{
color: #66295E;
}
.AnyTagClassName
{
color: #66295E;
}
</style>
background-color css
<style>
a { background-color: #66295E; }
a { background-color: rgb(102,41,94); }
div.DivClassName
{
background-color: #66295E;
}
.BgClassName
{
background-color: #66295E;
}
</style>
border-color css
<style>
span { border-color: #66295E; }
span { border-color: rgb(102,41,94); }
td.TdClassName
{
border-color: #66295E;
}
.TagClassName
{
border-color: #66295E;
}
</style>