Shades of Palatinate Purple #66215C
Tints of Palatinate Purple #66215C
RGB
CMYK
RGB Variations
Color information
#66215C (or 0x66215C) is known color: Palatinate Purple. HEX triplet: 66, 21 and 5C. RGB value is (102,33,92). Sum of RGB (Red+Green+Blue) = 102+33+92=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #66215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66215C is #99DEA3. Grayscale: #3C3C3C. Windows color (decimal): -10084004 or 6037862. OLE color: 6037862.
HSL color Cylindrical-coordinate representation of color #66215C: hue angle of 308.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66215C is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 92 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.6 |
| HSL | 308.7º | 0.51% | 0.26% | - |
| HSV(B) | 308.7º | 0.68% | 0.4% | - |
| XYZ | 7.96 | 4.69 | 10.61 | - |
| YUV | 60.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 92 | 0 | 0.68 | 0.10 | 0.6 | 308.7 | 0.51 | 0.26 |
| Hex | 66 | 21 | 5C | 0 | 44 | A | 3C | 135 | 33 | 1A |
| Octal | 146 | 41 | 134 | 0 | 104 | 12 | 74 | 465 | 63 | 32 |
| Binary | 1100110 | 100001 | 1011100 | 0 | 1000100 | 1010 | 111100 | 100110101 | 110011 | 11010 |
Color Harmonies of #66215C
Complementary color
Monochromatic Colors of #66215C
Black with #66215C
Text Example
Text Example
White with #66215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66215C; }
p { color: rgb(102,33,92); }
H1.HeaderClassName
{
color: #66215C;
}
.AnyTagClassName
{
color: #66215C;
}
</style>
background-color css
<style>
a { background-color: #66215C; }
a { background-color: rgb(102,33,92); }
div.DivClassName
{
background-color: #66215C;
}
.BgClassName
{
background-color: #66215C;
}
</style>
border-color css
<style>
span { border-color: #66215C; }
span { border-color: rgb(102,33,92); }
td.TdClassName
{
border-color: #66215C;
}
.TagClassName
{
border-color: #66215C;
}
</style>