Shades of Palatinate Purple #66195E
Tints of Palatinate Purple #66195E
RGB
CMYK
RGB Variations
Color information
#66195E (or 0x66195E) is known color: Palatinate Purple. HEX triplet: 66, 19 and 5E. RGB value is (102,25,94). Sum of RGB (Red+Green+Blue) = 102+25+94=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66195E is #99E6A1. Grayscale: #373737. Windows color (decimal): -10086050 or 6166886. OLE color: 6166886.
HSL color Cylindrical-coordinate representation of color #66195E: hue angle of 306.23º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66195E is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 94 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.6 |
| HSL | 306.23º | 0.61% | 0.25% | - |
| HSV(B) | 306.23º | 0.75% | 0.4% | - |
| XYZ | 7.85 | 4.33 | 11.01 | - |
| YUV | 55.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 94 | 0 | 0.75 | 0.08 | 0.6 | 306.23 | 0.61 | 0.25 |
| Hex | 66 | 19 | 5E | 0 | 4B | 8 | 3C | 132 | 3D | 19 |
| Octal | 146 | 31 | 136 | 0 | 113 | 10 | 74 | 462 | 75 | 31 |
| Binary | 1100110 | 11001 | 1011110 | 0 | 1001011 | 1000 | 111100 | 100110010 | 111101 | 11001 |
Color Harmonies of #66195E
Complementary color
Monochromatic Colors of #66195E
Black with #66195E
Text Example
Text Example
White with #66195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66195E; }
p { color: rgb(102,25,94); }
H1.HeaderClassName
{
color: #66195E;
}
.AnyTagClassName
{
color: #66195E;
}
</style>
background-color css
<style>
a { background-color: #66195E; }
a { background-color: rgb(102,25,94); }
div.DivClassName
{
background-color: #66195E;
}
.BgClassName
{
background-color: #66195E;
}
</style>
border-color css
<style>
span { border-color: #66195E; }
span { border-color: rgb(102,25,94); }
td.TdClassName
{
border-color: #66195E;
}
.TagClassName
{
border-color: #66195E;
}
</style>