Shades of Palatinate Purple #66285B
Tints of Palatinate Purple #66285B
RGB
CMYK
RGB Variations
Color information
#66285B (or 0x66285B) is known color: Palatinate Purple. HEX triplet: 66, 28 and 5B. RGB value is (102,40,91). Sum of RGB (Red+Green+Blue) = 102+40+91=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66285B is #99D7A4. Grayscale: #404040. Windows color (decimal): -10082213 or 5974118. OLE color: 5974118.
HSL color Cylindrical-coordinate representation of color #66285B: hue angle of 310.65º 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 #66285B is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 91 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.6 |
| HSL | 310.65º | 0.44% | 0.28% | - |
| HSV(B) | 310.65º | 0.61% | 0.4% | - |
| XYZ | 8.13 | 5.1 | 10.45 | - |
| YUV | 64.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 91 | 0 | 0.61 | 0.11 | 0.6 | 310.65 | 0.44 | 0.28 |
| Hex | 66 | 28 | 5B | 0 | 3D | B | 3C | 137 | 2C | 1C |
| Octal | 146 | 50 | 133 | 0 | 75 | 13 | 74 | 467 | 54 | 34 |
| Binary | 1100110 | 101000 | 1011011 | 0 | 111101 | 1011 | 111100 | 100110111 | 101100 | 11100 |
Color Harmonies of #66285B
Complementary color
Monochromatic Colors of #66285B
Black with #66285B
Text Example
Text Example
White with #66285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66285B; }
p { color: rgb(102,40,91); }
H1.HeaderClassName
{
color: #66285B;
}
.AnyTagClassName
{
color: #66285B;
}
</style>
background-color css
<style>
a { background-color: #66285B; }
a { background-color: rgb(102,40,91); }
div.DivClassName
{
background-color: #66285B;
}
.BgClassName
{
background-color: #66285B;
}
</style>
border-color css
<style>
span { border-color: #66285B; }
span { border-color: rgb(102,40,91); }
td.TdClassName
{
border-color: #66285B;
}
.TagClassName
{
border-color: #66285B;
}
</style>