Shades of Palatinate Purple #66185B
Tints of Palatinate Purple #66185B
RGB
CMYK
RGB Variations
Color information
#66185B (or 0x66185B) is known color: Palatinate Purple. HEX triplet: 66, 18 and 5B. RGB value is (102,24,91). Sum of RGB (Red+Green+Blue) = 102+24+91=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66185B is #99E7A4. Grayscale: #363636. Windows color (decimal): -10086309 or 5970022. OLE color: 5970022.
HSL color Cylindrical-coordinate representation of color #66185B: hue angle of 308.46º 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 #66185B is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 91 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.6 |
| HSL | 308.46º | 0.62% | 0.25% | - |
| HSV(B) | 308.46º | 0.76% | 0.4% | - |
| XYZ | 7.69 | 4.23 | 10.31 | - |
| YUV | 54.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 91 | 0 | 0.76 | 0.11 | 0.6 | 308.46 | 0.62 | 0.25 |
| Hex | 66 | 18 | 5B | 0 | 4C | B | 3C | 134 | 3E | 19 |
| Octal | 146 | 30 | 133 | 0 | 114 | 13 | 74 | 464 | 76 | 31 |
| Binary | 1100110 | 11000 | 1011011 | 0 | 1001100 | 1011 | 111100 | 100110100 | 111110 | 11001 |
Color Harmonies of #66185B
Complementary color
Monochromatic Colors of #66185B
Black with #66185B
Text Example
Text Example
White with #66185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66185B; }
p { color: rgb(102,24,91); }
H1.HeaderClassName
{
color: #66185B;
}
.AnyTagClassName
{
color: #66185B;
}
</style>
background-color css
<style>
a { background-color: #66185B; }
a { background-color: rgb(102,24,91); }
div.DivClassName
{
background-color: #66185B;
}
.BgClassName
{
background-color: #66185B;
}
</style>
border-color css
<style>
span { border-color: #66185B; }
span { border-color: rgb(102,24,91); }
td.TdClassName
{
border-color: #66185B;
}
.TagClassName
{
border-color: #66185B;
}
</style>