Shades of Palatinate Purple #661169
Tints of Palatinate Purple #661169
RGB
CMYK
RGB Variations
Color information
#661169 (or 0x661169) is known color: Palatinate Purple. HEX triplet: 66, 11 and 69. RGB value is (102,17,105). Sum of RGB (Red+Green+Blue) = 102+17+105=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #661169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661169 is #99EE96. Grayscale: #343434. Windows color (decimal): -10088087 or 6885734. OLE color: 6885734.
HSL color Cylindrical-coordinate representation of color #661169: hue angle of 297.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661169 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 17 | 105 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.59 |
| HSL | 297.95º | 0.72% | 0.24% | - |
| HSV(B) | 297.95º | 0.84% | 0.41% | - |
| XYZ | 8.23 | 4.25 | 13.75 | - |
| YUV | 52.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 105 | 0.03 | 0.84 | 0 | 0.59 | 297.95 | 0.72 | 0.24 |
| Hex | 66 | 11 | 69 | 3 | 54 | 0 | 3B | 12A | 48 | 18 |
| Octal | 146 | 21 | 151 | 3 | 124 | 0 | 73 | 452 | 110 | 30 |
| Binary | 1100110 | 10001 | 1101001 | 11 | 1010100 | 0 | 111011 | 100101010 | 1001000 | 11000 |
Color Harmonies of #661169
Complementary color
Monochromatic Colors of #661169
Black with #661169
Text Example
Text Example
White with #661169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661169; }
p { color: rgb(102,17,105); }
H1.HeaderClassName
{
color: #661169;
}
.AnyTagClassName
{
color: #661169;
}
</style>
background-color css
<style>
a { background-color: #661169; }
a { background-color: rgb(102,17,105); }
div.DivClassName
{
background-color: #661169;
}
.BgClassName
{
background-color: #661169;
}
</style>
border-color css
<style>
span { border-color: #661169; }
span { border-color: rgb(102,17,105); }
td.TdClassName
{
border-color: #661169;
}
.TagClassName
{
border-color: #661169;
}
</style>