Shades of Palatinate Purple #66185A
Tints of Palatinate Purple #66185A
RGB
CMYK
RGB Variations
Color information
#66185A (or 0x66185A) is known color: Palatinate Purple. HEX triplet: 66, 18 and 5A. RGB value is (102,24,90). Sum of RGB (Red+Green+Blue) = 102+24+90=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66185A is #99E7A5. Grayscale: #363636. Windows color (decimal): -10086310 or 5904486. OLE color: 5904486.
HSL color Cylindrical-coordinate representation of color #66185A: hue angle of 309.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66185A is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 90 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.6 |
| HSL | 309.23º | 0.62% | 0.25% | - |
| HSV(B) | 309.23º | 0.76% | 0.4% | - |
| XYZ | 7.65 | 4.22 | 10.08 | - |
| YUV | 54.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 90 | 0 | 0.76 | 0.12 | 0.6 | 309.23 | 0.62 | 0.25 |
| Hex | 66 | 18 | 5A | 0 | 4C | C | 3C | 135 | 3E | 19 |
| Octal | 146 | 30 | 132 | 0 | 114 | 14 | 74 | 465 | 76 | 31 |
| Binary | 1100110 | 11000 | 1011010 | 0 | 1001100 | 1100 | 111100 | 100110101 | 111110 | 11001 |
Color Harmonies of #66185A
Complementary color
Monochromatic Colors of #66185A
Black with #66185A
Text Example
Text Example
White with #66185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66185A; }
p { color: rgb(102,24,90); }
H1.HeaderClassName
{
color: #66185A;
}
.AnyTagClassName
{
color: #66185A;
}
</style>
background-color css
<style>
a { background-color: #66185A; }
a { background-color: rgb(102,24,90); }
div.DivClassName
{
background-color: #66185A;
}
.BgClassName
{
background-color: #66185A;
}
</style>
border-color css
<style>
span { border-color: #66185A; }
span { border-color: rgb(102,24,90); }
td.TdClassName
{
border-color: #66185A;
}
.TagClassName
{
border-color: #66185A;
}
</style>