Shades of Palatinate Purple #66385E
Tints of Palatinate Purple #66385E
RGB
CMYK
RGB Variations
Color information
#66385E (or 0x66385E) is known color: Palatinate Purple. HEX triplet: 66, 38 and 5E. RGB value is (102,56,94). Sum of RGB (Red+Green+Blue) = 102+56+94=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #66385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66385E is #99C7A1. Grayscale: #494949. Windows color (decimal): -10078114 or 6174822. OLE color: 6174822.
HSL color Cylindrical-coordinate representation of color #66385E: hue angle of 310.43º 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 #66385E is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 94 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.6 |
| HSL | 310.43º | 0.29% | 0.31% | - |
| HSV(B) | 310.43º | 0.45% | 0.4% | - |
| XYZ | 8.91 | 6.46 | 11.37 | - |
| YUV | 74.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 94 | 0 | 0.45 | 0.08 | 0.6 | 310.43 | 0.29 | 0.31 |
| Hex | 66 | 38 | 5E | 0 | 2D | 8 | 3C | 136 | 1D | 1F |
| Octal | 146 | 70 | 136 | 0 | 55 | 10 | 74 | 466 | 35 | 37 |
| Binary | 1100110 | 111000 | 1011110 | 0 | 101101 | 1000 | 111100 | 100110110 | 11101 | 11111 |
Color Harmonies of #66385E
Complementary color
Monochromatic Colors of #66385E
Black with #66385E
Text Example
Text Example
White with #66385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66385E; }
p { color: rgb(102,56,94); }
H1.HeaderClassName
{
color: #66385E;
}
.AnyTagClassName
{
color: #66385E;
}
</style>
background-color css
<style>
a { background-color: #66385E; }
a { background-color: rgb(102,56,94); }
div.DivClassName
{
background-color: #66385E;
}
.BgClassName
{
background-color: #66385E;
}
</style>
border-color css
<style>
span { border-color: #66385E; }
span { border-color: rgb(102,56,94); }
td.TdClassName
{
border-color: #66385E;
}
.TagClassName
{
border-color: #66385E;
}
</style>