Shades of Palatinate Purple #66146C
Tints of Palatinate Purple #66146C
RGB
CMYK
RGB Variations
Color information
#66146C (or 0x66146C) is known color: Palatinate Purple. HEX triplet: 66, 14 and 6C. RGB value is (102,20,108). Sum of RGB (Red+Green+Blue) = 102+20+108=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #66146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66146C is #99EB93. Grayscale: #363636. Windows color (decimal): -10087316 or 7083110. OLE color: 7083110.
HSL color Cylindrical-coordinate representation of color #66146C: hue angle of 295.91º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66146C is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 20 | 108 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.58 |
| HSL | 295.91º | 0.69% | 0.25% | - |
| HSV(B) | 295.91º | 0.81% | 0.42% | - |
| XYZ | 8.44 | 4.41 | 14.59 | - |
| YUV | 54.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 108 | 0.06 | 0.81 | 0 | 0.58 | 295.91 | 0.69 | 0.25 |
| Hex | 66 | 14 | 6C | 6 | 51 | 0 | 3A | 128 | 45 | 19 |
| Octal | 146 | 24 | 154 | 6 | 121 | 0 | 72 | 450 | 105 | 31 |
| Binary | 1100110 | 10100 | 1101100 | 110 | 1010001 | 0 | 111010 | 100101000 | 1000101 | 11001 |
Color Harmonies of #66146C
Complementary color
Monochromatic Colors of #66146C
Black with #66146C
Text Example
Text Example
White with #66146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66146C; }
p { color: rgb(102,20,108); }
H1.HeaderClassName
{
color: #66146C;
}
.AnyTagClassName
{
color: #66146C;
}
</style>
background-color css
<style>
a { background-color: #66146C; }
a { background-color: rgb(102,20,108); }
div.DivClassName
{
background-color: #66146C;
}
.BgClassName
{
background-color: #66146C;
}
</style>
border-color css
<style>
span { border-color: #66146C; }
span { border-color: rgb(102,20,108); }
td.TdClassName
{
border-color: #66146C;
}
.TagClassName
{
border-color: #66146C;
}
</style>