Shades of Palatinate Purple #66065C
Tints of Palatinate Purple #66065C
RGB
CMYK
RGB Variations
Color information
#66065C (or 0x66065C) is known color: Palatinate Purple. HEX triplet: 66, 06 and 5C. RGB value is (102,6,92). Sum of RGB (Red+Green+Blue) = 102+6+92=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66065C is #99F9A3. Grayscale: #2C2C2C. Windows color (decimal): -10090916 or 6030950. OLE color: 6030950.
HSL color Cylindrical-coordinate representation of color #66065C: hue angle of 306.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66065C is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 92 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.6 |
| HSL | 306.25º | 0.89% | 0.21% | - |
| HSV(B) | 306.25º | 0.94% | 0.4% | - |
| XYZ | 7.48 | 3.73 | 10.45 | - |
| YUV | 44.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 92 | 0 | 0.94 | 0.10 | 0.6 | 306.25 | 0.89 | 0.21 |
| Hex | 66 | 6 | 5C | 0 | 5E | A | 3C | 132 | 59 | 15 |
| Octal | 146 | 6 | 134 | 0 | 136 | 12 | 74 | 462 | 131 | 25 |
| Binary | 1100110 | 110 | 1011100 | 0 | 1011110 | 1010 | 111100 | 100110010 | 1011001 | 10101 |
Color Harmonies of #66065C
Complementary color
Monochromatic Colors of #66065C
Black with #66065C
Text Example
Text Example
White with #66065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66065C; }
p { color: rgb(102,6,92); }
H1.HeaderClassName
{
color: #66065C;
}
.AnyTagClassName
{
color: #66065C;
}
</style>
background-color css
<style>
a { background-color: #66065C; }
a { background-color: rgb(102,6,92); }
div.DivClassName
{
background-color: #66065C;
}
.BgClassName
{
background-color: #66065C;
}
</style>
border-color css
<style>
span { border-color: #66065C; }
span { border-color: rgb(102,6,92); }
td.TdClassName
{
border-color: #66065C;
}
.TagClassName
{
border-color: #66065C;
}
</style>