Shades of Palatinate Purple #66375D
Tints of Palatinate Purple #66375D
RGB
CMYK
RGB Variations
Color information
#66375D (or 0x66375D) is known color: Palatinate Purple. HEX triplet: 66, 37 and 5D. RGB value is (102,55,93). Sum of RGB (Red+Green+Blue) = 102+55+93=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #66375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66375D is #99C8A2. Grayscale: #494949. Windows color (decimal): -10078371 or 6109030. OLE color: 6109030.
HSL color Cylindrical-coordinate representation of color #66375D: hue angle of 311.49º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66375D is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 93 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.6 |
| HSL | 311.49º | 0.3% | 0.31% | - |
| HSV(B) | 311.49º | 0.46% | 0.4% | - |
| XYZ | 8.82 | 6.35 | 11.12 | - |
| YUV | 73.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 93 | 0 | 0.46 | 0.09 | 0.6 | 311.49 | 0.3 | 0.31 |
| Hex | 66 | 37 | 5D | 0 | 2E | 9 | 3C | 137 | 1E | 1F |
| Octal | 146 | 67 | 135 | 0 | 56 | 11 | 74 | 467 | 36 | 37 |
| Binary | 1100110 | 110111 | 1011101 | 0 | 101110 | 1001 | 111100 | 100110111 | 11110 | 11111 |
Color Harmonies of #66375D
Complementary color
Monochromatic Colors of #66375D
Black with #66375D
Text Example
Text Example
White with #66375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66375D; }
p { color: rgb(102,55,93); }
H1.HeaderClassName
{
color: #66375D;
}
.AnyTagClassName
{
color: #66375D;
}
</style>
background-color css
<style>
a { background-color: #66375D; }
a { background-color: rgb(102,55,93); }
div.DivClassName
{
background-color: #66375D;
}
.BgClassName
{
background-color: #66375D;
}
</style>
border-color css
<style>
span { border-color: #66375D; }
span { border-color: rgb(102,55,93); }
td.TdClassName
{
border-color: #66375D;
}
.TagClassName
{
border-color: #66375D;
}
</style>