Shades of Palatinate Purple #66345C
Tints of Palatinate Purple #66345C
RGB
CMYK
RGB Variations
Color information
#66345C (or 0x66345C) is known color: Palatinate Purple. HEX triplet: 66, 34 and 5C. RGB value is (102,52,92). Sum of RGB (Red+Green+Blue) = 102+52+92=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66345C is #99CBA3. Grayscale: #474747. Windows color (decimal): -10079140 or 6042726. OLE color: 6042726.
HSL color Cylindrical-coordinate representation of color #66345C: hue angle of 312º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66345C is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 92 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.6 |
| HSL | 312º | 0.32% | 0.3% | - |
| HSV(B) | 312º | 0.49% | 0.4% | - |
| XYZ | 8.64 | 6.05 | 10.84 | - |
| YUV | 71.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 92 | 0 | 0.49 | 0.10 | 0.6 | 312 | 0.32 | 0.3 |
| Hex | 66 | 34 | 5C | 0 | 31 | A | 3C | 138 | 20 | 1E |
| Octal | 146 | 64 | 134 | 0 | 61 | 12 | 74 | 470 | 40 | 36 |
| Binary | 1100110 | 110100 | 1011100 | 0 | 110001 | 1010 | 111100 | 100111000 | 100000 | 11110 |
Color Harmonies of #66345C
Complementary color
Monochromatic Colors of #66345C
Black with #66345C
Text Example
Text Example
White with #66345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66345C; }
p { color: rgb(102,52,92); }
H1.HeaderClassName
{
color: #66345C;
}
.AnyTagClassName
{
color: #66345C;
}
</style>
background-color css
<style>
a { background-color: #66345C; }
a { background-color: rgb(102,52,92); }
div.DivClassName
{
background-color: #66345C;
}
.BgClassName
{
background-color: #66345C;
}
</style>
border-color css
<style>
span { border-color: #66345C; }
span { border-color: rgb(102,52,92); }
td.TdClassName
{
border-color: #66345C;
}
.TagClassName
{
border-color: #66345C;
}
</style>