Shades of Palatinate Purple #66285E
Tints of Palatinate Purple #66285E
RGB
CMYK
RGB Variations
Color information
#66285E (or 0x66285E) is known color: Palatinate Purple. HEX triplet: 66, 28 and 5E. RGB value is (102,40,94). Sum of RGB (Red+Green+Blue) = 102+40+94=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66285E is #99D7A1. Grayscale: #404040. Windows color (decimal): -10082210 or 6170726. OLE color: 6170726.
HSL color Cylindrical-coordinate representation of color #66285E: hue angle of 307.74º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66285E is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 94 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.6 |
| HSL | 307.74º | 0.44% | 0.28% | - |
| HSV(B) | 307.74º | 0.61% | 0.4% | - |
| XYZ | 8.26 | 5.15 | 11.15 | - |
| YUV | 64.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 94 | 0 | 0.61 | 0.08 | 0.6 | 307.74 | 0.44 | 0.28 |
| Hex | 66 | 28 | 5E | 0 | 3D | 8 | 3C | 134 | 2C | 1C |
| Octal | 146 | 50 | 136 | 0 | 75 | 10 | 74 | 464 | 54 | 34 |
| Binary | 1100110 | 101000 | 1011110 | 0 | 111101 | 1000 | 111100 | 100110100 | 101100 | 11100 |
Color Harmonies of #66285E
Complementary color
Monochromatic Colors of #66285E
Black with #66285E
Text Example
Text Example
White with #66285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66285E; }
p { color: rgb(102,40,94); }
H1.HeaderClassName
{
color: #66285E;
}
.AnyTagClassName
{
color: #66285E;
}
</style>
background-color css
<style>
a { background-color: #66285E; }
a { background-color: rgb(102,40,94); }
div.DivClassName
{
background-color: #66285E;
}
.BgClassName
{
background-color: #66285E;
}
</style>
border-color css
<style>
span { border-color: #66285E; }
span { border-color: rgb(102,40,94); }
td.TdClassName
{
border-color: #66285E;
}
.TagClassName
{
border-color: #66285E;
}
</style>