Shades of Palatinate Purple #661969
Tints of Palatinate Purple #661969
RGB
CMYK
RGB Variations
Color information
#661969 (or 0x661969) is known color: Palatinate Purple. HEX triplet: 66, 19 and 69. RGB value is (102,25,105). Sum of RGB (Red+Green+Blue) = 102+25+105=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #661969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661969 is #99E696. Grayscale: #383838. Windows color (decimal): -10086039 or 6887782. OLE color: 6887782.
HSL color Cylindrical-coordinate representation of color #661969: hue angle of 297.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661969 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 25 | 105 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.59 |
| HSL | 297.75º | 0.62% | 0.25% | - |
| HSV(B) | 297.75º | 0.76% | 0.41% | - |
| XYZ | 8.38 | 4.54 | 13.8 | - |
| YUV | 57.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 105 | 0.03 | 0.76 | 0 | 0.59 | 297.75 | 0.62 | 0.25 |
| Hex | 66 | 19 | 69 | 3 | 4C | 0 | 3B | 12A | 3E | 19 |
| Octal | 146 | 31 | 151 | 3 | 114 | 0 | 73 | 452 | 76 | 31 |
| Binary | 1100110 | 11001 | 1101001 | 11 | 1001100 | 0 | 111011 | 100101010 | 111110 | 11001 |
Color Harmonies of #661969
Complementary color
Monochromatic Colors of #661969
Black with #661969
Text Example
Text Example
White with #661969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661969; }
p { color: rgb(102,25,105); }
H1.HeaderClassName
{
color: #661969;
}
.AnyTagClassName
{
color: #661969;
}
</style>
background-color css
<style>
a { background-color: #661969; }
a { background-color: rgb(102,25,105); }
div.DivClassName
{
background-color: #661969;
}
.BgClassName
{
background-color: #661969;
}
</style>
border-color css
<style>
span { border-color: #661969; }
span { border-color: rgb(102,25,105); }
td.TdClassName
{
border-color: #661969;
}
.TagClassName
{
border-color: #661969;
}
</style>