Shades of Palatinate Purple #66145F
Tints of Palatinate Purple #66145F
RGB
CMYK
RGB Variations
Color information
#66145F (or 0x66145F) is known color: Palatinate Purple. HEX triplet: 66, 14 and 5F. RGB value is (102,20,95). Sum of RGB (Red+Green+Blue) = 102+20+95=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66145F is #99EBA0. Grayscale: #343434. Windows color (decimal): -10087329 or 6231142. OLE color: 6231142.
HSL color Cylindrical-coordinate representation of color #66145F: hue angle of 305.12º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66145F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 95 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.6 |
| HSL | 305.12º | 0.67% | 0.24% | - |
| HSV(B) | 305.12º | 0.8% | 0.4% | - |
| XYZ | 7.8 | 4.15 | 11.22 | - |
| YUV | 53.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 95 | 0 | 0.80 | 0.07 | 0.6 | 305.12 | 0.67 | 0.24 |
| Hex | 66 | 14 | 5F | 0 | 50 | 7 | 3C | 131 | 43 | 18 |
| Octal | 146 | 24 | 137 | 0 | 120 | 7 | 74 | 461 | 103 | 30 |
| Binary | 1100110 | 10100 | 1011111 | 0 | 1010000 | 111 | 111100 | 100110001 | 1000011 | 11000 |
Color Harmonies of #66145F
Complementary color
Monochromatic Colors of #66145F
Black with #66145F
Text Example
Text Example
White with #66145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66145F; }
p { color: rgb(102,20,95); }
H1.HeaderClassName
{
color: #66145F;
}
.AnyTagClassName
{
color: #66145F;
}
</style>
background-color css
<style>
a { background-color: #66145F; }
a { background-color: rgb(102,20,95); }
div.DivClassName
{
background-color: #66145F;
}
.BgClassName
{
background-color: #66145F;
}
</style>
border-color css
<style>
span { border-color: #66145F; }
span { border-color: rgb(102,20,95); }
td.TdClassName
{
border-color: #66145F;
}
.TagClassName
{
border-color: #66145F;
}
</style>