Shades of Palatinate Purple #661A69
Tints of Palatinate Purple #661A69
RGB
CMYK
RGB Variations
Color information
#661A69 (or 0x661A69) is known color: Palatinate Purple. HEX triplet: 66, 1A and 69. RGB value is (102,26,105). Sum of RGB (Red+Green+Blue) = 102+26+105=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #661A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A69 is #99E596. Grayscale: #393939. Windows color (decimal): -10085783 or 6888038. OLE color: 6888038.
HSL color Cylindrical-coordinate representation of color #661A69: hue angle of 297.72º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A69 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 26 | 105 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.59 |
| HSL | 297.72º | 0.6% | 0.26% | - |
| HSV(B) | 297.72º | 0.75% | 0.41% | - |
| XYZ | 8.4 | 4.58 | 13.81 | - |
| YUV | 57.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 105 | 0.03 | 0.75 | 0 | 0.59 | 297.72 | 0.6 | 0.26 |
| Hex | 66 | 1A | 69 | 3 | 4B | 0 | 3B | 12A | 3C | 1A |
| Octal | 146 | 32 | 151 | 3 | 113 | 0 | 73 | 452 | 74 | 32 |
| Binary | 1100110 | 11010 | 1101001 | 11 | 1001011 | 0 | 111011 | 100101010 | 111100 | 11010 |
Color Harmonies of #661A69
Complementary color
Monochromatic Colors of #661A69
Black with #661A69
Text Example
Text Example
White with #661A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A69; }
p { color: rgb(102,26,105); }
H1.HeaderClassName
{
color: #661A69;
}
.AnyTagClassName
{
color: #661A69;
}
</style>
background-color css
<style>
a { background-color: #661A69; }
a { background-color: rgb(102,26,105); }
div.DivClassName
{
background-color: #661A69;
}
.BgClassName
{
background-color: #661A69;
}
</style>
border-color css
<style>
span { border-color: #661A69; }
span { border-color: rgb(102,26,105); }
td.TdClassName
{
border-color: #661A69;
}
.TagClassName
{
border-color: #661A69;
}
</style>