Shades of Palatinate Purple #66005C
Tints of Palatinate Purple #66005C
RGB
CMYK
RGB Variations
Color information
#66005C (or 0x66005C) is known color: Palatinate Purple. HEX triplet: 66, 00 and 5C. RGB value is (102,0,92). Sum of RGB (Red+Green+Blue) = 102+0+92=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66005C is #99FFA3. Grayscale: #282828. Windows color (decimal): -10092452 or 6029414. OLE color: 6029414.
HSL color Cylindrical-coordinate representation of color #66005C: hue angle of 305.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66005C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.10 | 0.6 |
| HSL | 305.88º | 1% | 0.2% | - |
| HSV(B) | 305.88º | 1% | 0.4% | - |
| XYZ | 7.41 | 3.6 | 10.43 | - |
| YUV | 40.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 92 | 0 | 1 | 0.10 | 0.6 | 305.88 | 1 | 0.2 |
| Hex | 66 | 0 | 5C | 0 | 64 | A | 3C | 132 | 64 | 14 |
| Octal | 146 | 0 | 134 | 0 | 144 | 12 | 74 | 462 | 144 | 24 |
| Binary | 1100110 | 0 | 1011100 | 0 | 1100100 | 1010 | 111100 | 100110010 | 1100100 | 10100 |
Color Harmonies of #66005C
Complementary color
Monochromatic Colors of #66005C
Black with #66005C
Text Example
Text Example
White with #66005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66005C; }
p { color: rgb(102,0,92); }
H1.HeaderClassName
{
color: #66005C;
}
.AnyTagClassName
{
color: #66005C;
}
</style>
background-color css
<style>
a { background-color: #66005C; }
a { background-color: rgb(102,0,92); }
div.DivClassName
{
background-color: #66005C;
}
.BgClassName
{
background-color: #66005C;
}
</style>
border-color css
<style>
span { border-color: #66005C; }
span { border-color: rgb(102,0,92); }
td.TdClassName
{
border-color: #66005C;
}
.TagClassName
{
border-color: #66005C;
}
</style>