Shades of Palatinate Purple #66395F
Tints of Palatinate Purple #66395F
RGB
CMYK
RGB Variations
Color information
#66395F (or 0x66395F) is known color: Palatinate Purple. HEX triplet: 66, 39 and 5F. RGB value is (102,57,95). Sum of RGB (Red+Green+Blue) = 102+57+95=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #66395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66395F is #99C6A0. Grayscale: #4A4A4A. Windows color (decimal): -10077857 or 6240614. OLE color: 6240614.
HSL color Cylindrical-coordinate representation of color #66395F: hue angle of 309.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66395F is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 95 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.6 |
| HSL | 309.33º | 0.28% | 0.31% | - |
| HSV(B) | 309.33º | 0.44% | 0.4% | - |
| XYZ | 9.01 | 6.58 | 11.62 | - |
| YUV | 74.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 95 | 0 | 0.44 | 0.07 | 0.6 | 309.33 | 0.28 | 0.31 |
| Hex | 66 | 39 | 5F | 0 | 2C | 7 | 3C | 135 | 1C | 1F |
| Octal | 146 | 71 | 137 | 0 | 54 | 7 | 74 | 465 | 34 | 37 |
| Binary | 1100110 | 111001 | 1011111 | 0 | 101100 | 111 | 111100 | 100110101 | 11100 | 11111 |
Color Harmonies of #66395F
Complementary color
Monochromatic Colors of #66395F
Black with #66395F
Text Example
Text Example
White with #66395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66395F; }
p { color: rgb(102,57,95); }
H1.HeaderClassName
{
color: #66395F;
}
.AnyTagClassName
{
color: #66395F;
}
</style>
background-color css
<style>
a { background-color: #66395F; }
a { background-color: rgb(102,57,95); }
div.DivClassName
{
background-color: #66395F;
}
.BgClassName
{
background-color: #66395F;
}
</style>
border-color css
<style>
span { border-color: #66395F; }
span { border-color: rgb(102,57,95); }
td.TdClassName
{
border-color: #66395F;
}
.TagClassName
{
border-color: #66395F;
}
</style>