Shades of Palatinate Purple #66245E
Tints of Palatinate Purple #66245E
RGB
CMYK
RGB Variations
Color information
#66245E (or 0x66245E) is known color: Palatinate Purple. HEX triplet: 66, 24 and 5E. RGB value is (102,36,94). Sum of RGB (Red+Green+Blue) = 102+36+94=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66245E is #99DBA1. Grayscale: #3E3E3E. Windows color (decimal): -10083234 or 6169702. OLE color: 6169702.
HSL color Cylindrical-coordinate representation of color #66245E: hue angle of 307.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66245E is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 94 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.6 |
| HSL | 307.27º | 0.48% | 0.27% | - |
| HSV(B) | 307.27º | 0.65% | 0.4% | - |
| XYZ | 8.13 | 4.89 | 11.11 | - |
| YUV | 62.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 94 | 0 | 0.65 | 0.08 | 0.6 | 307.27 | 0.48 | 0.27 |
| Hex | 66 | 24 | 5E | 0 | 41 | 8 | 3C | 133 | 30 | 1B |
| Octal | 146 | 44 | 136 | 0 | 101 | 10 | 74 | 463 | 60 | 33 |
| Binary | 1100110 | 100100 | 1011110 | 0 | 1000001 | 1000 | 111100 | 100110011 | 110000 | 11011 |
Color Harmonies of #66245E
Complementary color
Monochromatic Colors of #66245E
Black with #66245E
Text Example
Text Example
White with #66245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66245E; }
p { color: rgb(102,36,94); }
H1.HeaderClassName
{
color: #66245E;
}
.AnyTagClassName
{
color: #66245E;
}
</style>
background-color css
<style>
a { background-color: #66245E; }
a { background-color: rgb(102,36,94); }
div.DivClassName
{
background-color: #66245E;
}
.BgClassName
{
background-color: #66245E;
}
</style>
border-color css
<style>
span { border-color: #66245E; }
span { border-color: rgb(102,36,94); }
td.TdClassName
{
border-color: #66245E;
}
.TagClassName
{
border-color: #66245E;
}
</style>