Shades of Palatinate Purple #66245C
Tints of Palatinate Purple #66245C
RGB
CMYK
RGB Variations
Color information
#66245C (or 0x66245C) is known color: Palatinate Purple. HEX triplet: 66, 24 and 5C. RGB value is (102,36,92). Sum of RGB (Red+Green+Blue) = 102+36+92=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66245C is #99DBA3. Grayscale: #3D3D3D. Windows color (decimal): -10083236 or 6038630. OLE color: 6038630.
HSL color Cylindrical-coordinate representation of color #66245C: hue angle of 309.09º 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 #66245C is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 92 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.6 |
| HSL | 309.09º | 0.48% | 0.27% | - |
| HSV(B) | 309.09º | 0.65% | 0.4% | - |
| XYZ | 8.04 | 4.86 | 10.64 | - |
| YUV | 62.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 92 | 0 | 0.65 | 0.10 | 0.6 | 309.09 | 0.48 | 0.27 |
| Hex | 66 | 24 | 5C | 0 | 41 | A | 3C | 135 | 30 | 1B |
| Octal | 146 | 44 | 134 | 0 | 101 | 12 | 74 | 465 | 60 | 33 |
| Binary | 1100110 | 100100 | 1011100 | 0 | 1000001 | 1010 | 111100 | 100110101 | 110000 | 11011 |
Color Harmonies of #66245C
Complementary color
Monochromatic Colors of #66245C
Black with #66245C
Text Example
Text Example
White with #66245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66245C; }
p { color: rgb(102,36,92); }
H1.HeaderClassName
{
color: #66245C;
}
.AnyTagClassName
{
color: #66245C;
}
</style>
background-color css
<style>
a { background-color: #66245C; }
a { background-color: rgb(102,36,92); }
div.DivClassName
{
background-color: #66245C;
}
.BgClassName
{
background-color: #66245C;
}
</style>
border-color css
<style>
span { border-color: #66245C; }
span { border-color: rgb(102,36,92); }
td.TdClassName
{
border-color: #66245C;
}
.TagClassName
{
border-color: #66245C;
}
</style>