Shades of Palatinate Purple #661955
Tints of Palatinate Purple #661955
RGB
CMYK
RGB Variations
Color information
#661955 (or 0x661955) is known color: Palatinate Purple. HEX triplet: 66, 19 and 55. RGB value is (102,25,85). Sum of RGB (Red+Green+Blue) = 102+25+85=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #661955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661955 is #99E6AA. Grayscale: #363636. Windows color (decimal): -10086059 or 5577062. OLE color: 5577062.
HSL color Cylindrical-coordinate representation of color #661955: hue angle of 313.25º 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 #661955 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 85 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.6 |
| HSL | 313.25º | 0.61% | 0.25% | - |
| HSV(B) | 313.25º | 0.75% | 0.4% | - |
| XYZ | 7.47 | 4.18 | 9.01 | - |
| YUV | 54.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 85 | 0 | 0.75 | 0.17 | 0.6 | 313.25 | 0.61 | 0.25 |
| Hex | 66 | 19 | 55 | 0 | 4B | 11 | 3C | 139 | 3D | 19 |
| Octal | 146 | 31 | 125 | 0 | 113 | 21 | 74 | 471 | 75 | 31 |
| Binary | 1100110 | 11001 | 1010101 | 0 | 1001011 | 10001 | 111100 | 100111001 | 111101 | 11001 |
Color Harmonies of #661955
Complementary color
Monochromatic Colors of #661955
Black with #661955
Text Example
Text Example
White with #661955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661955; }
p { color: rgb(102,25,85); }
H1.HeaderClassName
{
color: #661955;
}
.AnyTagClassName
{
color: #661955;
}
</style>
background-color css
<style>
a { background-color: #661955; }
a { background-color: rgb(102,25,85); }
div.DivClassName
{
background-color: #661955;
}
.BgClassName
{
background-color: #661955;
}
</style>
border-color css
<style>
span { border-color: #661955; }
span { border-color: rgb(102,25,85); }
td.TdClassName
{
border-color: #661955;
}
.TagClassName
{
border-color: #661955;
}
</style>