Shades of Palatinate Purple #66136A
Tints of Palatinate Purple #66136A
RGB
CMYK
RGB Variations
Color information
#66136A (or 0x66136A) is known color: Palatinate Purple. HEX triplet: 66, 13 and 6A. RGB value is (102,19,106). Sum of RGB (Red+Green+Blue) = 102+19+106=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #66136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66136A is #99EC95. Grayscale: #353535. Windows color (decimal): -10087574 or 6951782. OLE color: 6951782.
HSL color Cylindrical-coordinate representation of color #66136A: hue angle of 297.24º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66136A is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 19 | 106 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.58 |
| HSL | 297.24º | 0.7% | 0.25% | - |
| HSV(B) | 297.24º | 0.82% | 0.42% | - |
| XYZ | 8.31 | 4.33 | 14.03 | - |
| YUV | 53.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 106 | 0.04 | 0.82 | 0 | 0.58 | 297.24 | 0.7 | 0.25 |
| Hex | 66 | 13 | 6A | 4 | 52 | 0 | 3A | 129 | 46 | 19 |
| Octal | 146 | 23 | 152 | 4 | 122 | 0 | 72 | 451 | 106 | 31 |
| Binary | 1100110 | 10011 | 1101010 | 100 | 1010010 | 0 | 111010 | 100101001 | 1000110 | 11001 |
Color Harmonies of #66136A
Complementary color
Monochromatic Colors of #66136A
Black with #66136A
Text Example
Text Example
White with #66136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66136A; }
p { color: rgb(102,19,106); }
H1.HeaderClassName
{
color: #66136A;
}
.AnyTagClassName
{
color: #66136A;
}
</style>
background-color css
<style>
a { background-color: #66136A; }
a { background-color: rgb(102,19,106); }
div.DivClassName
{
background-color: #66136A;
}
.BgClassName
{
background-color: #66136A;
}
</style>
border-color css
<style>
span { border-color: #66136A; }
span { border-color: rgb(102,19,106); }
td.TdClassName
{
border-color: #66136A;
}
.TagClassName
{
border-color: #66136A;
}
</style>