Shades of Palatinate Purple #66385D
Tints of Palatinate Purple #66385D
RGB
CMYK
RGB Variations
Color information
#66385D (or 0x66385D) is known color: Palatinate Purple. HEX triplet: 66, 38 and 5D. RGB value is (102,56,93). Sum of RGB (Red+Green+Blue) = 102+56+93=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66385D is #99C7A2. Grayscale: #494949. Windows color (decimal): -10078115 or 6109286. OLE color: 6109286.
HSL color Cylindrical-coordinate representation of color #66385D: hue angle of 311.74º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66385D is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 93 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.6 |
| HSL | 311.74º | 0.29% | 0.31% | - |
| HSV(B) | 311.74º | 0.45% | 0.4% | - |
| XYZ | 8.87 | 6.44 | 11.13 | - |
| YUV | 73.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 93 | 0 | 0.45 | 0.09 | 0.6 | 311.74 | 0.29 | 0.31 |
| Hex | 66 | 38 | 5D | 0 | 2D | 9 | 3C | 138 | 1D | 1F |
| Octal | 146 | 70 | 135 | 0 | 55 | 11 | 74 | 470 | 35 | 37 |
| Binary | 1100110 | 111000 | 1011101 | 0 | 101101 | 1001 | 111100 | 100111000 | 11101 | 11111 |
Color Harmonies of #66385D
Complementary color
Monochromatic Colors of #66385D
Black with #66385D
Text Example
Text Example
White with #66385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66385D; }
p { color: rgb(102,56,93); }
H1.HeaderClassName
{
color: #66385D;
}
.AnyTagClassName
{
color: #66385D;
}
</style>
background-color css
<style>
a { background-color: #66385D; }
a { background-color: rgb(102,56,93); }
div.DivClassName
{
background-color: #66385D;
}
.BgClassName
{
background-color: #66385D;
}
</style>
border-color css
<style>
span { border-color: #66385D; }
span { border-color: rgb(102,56,93); }
td.TdClassName
{
border-color: #66385D;
}
.TagClassName
{
border-color: #66385D;
}
</style>