Shades of Palatinate Purple #661869
Tints of Palatinate Purple #661869
RGB
CMYK
RGB Variations
Color information
#661869 (or 0x661869) is known color: Palatinate Purple. HEX triplet: 66, 18 and 69. RGB value is (102,24,105). Sum of RGB (Red+Green+Blue) = 102+24+105=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #661869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661869 is #99E796. Grayscale: #383838. Windows color (decimal): -10086295 or 6887526. OLE color: 6887526.
HSL color Cylindrical-coordinate representation of color #661869: hue angle of 297.78º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661869 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 24 | 105 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.59 |
| HSL | 297.78º | 0.63% | 0.25% | - |
| HSV(B) | 297.78º | 0.77% | 0.41% | - |
| XYZ | 8.36 | 4.5 | 13.79 | - |
| YUV | 56.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 105 | 0.03 | 0.77 | 0 | 0.59 | 297.78 | 0.63 | 0.25 |
| Hex | 66 | 18 | 69 | 3 | 4D | 0 | 3B | 12A | 3F | 19 |
| Octal | 146 | 30 | 151 | 3 | 115 | 0 | 73 | 452 | 77 | 31 |
| Binary | 1100110 | 11000 | 1101001 | 11 | 1001101 | 0 | 111011 | 100101010 | 111111 | 11001 |
Color Harmonies of #661869
Complementary color
Monochromatic Colors of #661869
Black with #661869
Text Example
Text Example
White with #661869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661869; }
p { color: rgb(102,24,105); }
H1.HeaderClassName
{
color: #661869;
}
.AnyTagClassName
{
color: #661869;
}
</style>
background-color css
<style>
a { background-color: #661869; }
a { background-color: rgb(102,24,105); }
div.DivClassName
{
background-color: #661869;
}
.BgClassName
{
background-color: #661869;
}
</style>
border-color css
<style>
span { border-color: #661869; }
span { border-color: rgb(102,24,105); }
td.TdClassName
{
border-color: #661869;
}
.TagClassName
{
border-color: #661869;
}
</style>