Shades of Palatinate Purple #66295A
Tints of Palatinate Purple #66295A
RGB
CMYK
RGB Variations
Color information
#66295A (or 0x66295A) is known color: Palatinate Purple. HEX triplet: 66, 29 and 5A. RGB value is (102,41,90). Sum of RGB (Red+Green+Blue) = 102+41+90=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66295A is #99D6A5. Grayscale: #404040. Windows color (decimal): -10081958 or 5908838. OLE color: 5908838.
HSL color Cylindrical-coordinate representation of color #66295A: hue angle of 311.8º 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 #66295A is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 90 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.6 |
| HSL | 311.8º | 0.43% | 0.28% | - |
| HSV(B) | 311.8º | 0.6% | 0.4% | - |
| XYZ | 8.12 | 5.15 | 10.24 | - |
| YUV | 64.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 90 | 0 | 0.60 | 0.12 | 0.6 | 311.8 | 0.43 | 0.28 |
| Hex | 66 | 29 | 5A | 0 | 3C | C | 3C | 138 | 2B | 1C |
| Octal | 146 | 51 | 132 | 0 | 74 | 14 | 74 | 470 | 53 | 34 |
| Binary | 1100110 | 101001 | 1011010 | 0 | 111100 | 1100 | 111100 | 100111000 | 101011 | 11100 |
Color Harmonies of #66295A
Complementary color
Monochromatic Colors of #66295A
Black with #66295A
Text Example
Text Example
White with #66295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66295A; }
p { color: rgb(102,41,90); }
H1.HeaderClassName
{
color: #66295A;
}
.AnyTagClassName
{
color: #66295A;
}
</style>
background-color css
<style>
a { background-color: #66295A; }
a { background-color: rgb(102,41,90); }
div.DivClassName
{
background-color: #66295A;
}
.BgClassName
{
background-color: #66295A;
}
</style>
border-color css
<style>
span { border-color: #66295A; }
span { border-color: rgb(102,41,90); }
td.TdClassName
{
border-color: #66295A;
}
.TagClassName
{
border-color: #66295A;
}
</style>