Shades of Palatinate Purple #66115F
Tints of Palatinate Purple #66115F
RGB
CMYK
RGB Variations
Color information
#66115F (or 0x66115F) is known color: Palatinate Purple. HEX triplet: 66, 11 and 5F. RGB value is (102,17,95). Sum of RGB (Red+Green+Blue) = 102+17+95=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66115F is #99EEA0. Grayscale: #333333. Windows color (decimal): -10088097 or 6230374. OLE color: 6230374.
HSL color Cylindrical-coordinate representation of color #66115F: hue angle of 304.94º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66115F is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 95 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.6 |
| HSL | 304.94º | 0.71% | 0.23% | - |
| HSV(B) | 304.94º | 0.83% | 0.4% | - |
| XYZ | 7.75 | 4.05 | 11.2 | - |
| YUV | 51.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 95 | 0 | 0.83 | 0.07 | 0.6 | 304.94 | 0.71 | 0.23 |
| Hex | 66 | 11 | 5F | 0 | 53 | 7 | 3C | 131 | 47 | 17 |
| Octal | 146 | 21 | 137 | 0 | 123 | 7 | 74 | 461 | 107 | 27 |
| Binary | 1100110 | 10001 | 1011111 | 0 | 1010011 | 111 | 111100 | 100110001 | 1000111 | 10111 |
Color Harmonies of #66115F
Complementary color
Monochromatic Colors of #66115F
Black with #66115F
Text Example
Text Example
White with #66115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66115F; }
p { color: rgb(102,17,95); }
H1.HeaderClassName
{
color: #66115F;
}
.AnyTagClassName
{
color: #66115F;
}
</style>
background-color css
<style>
a { background-color: #66115F; }
a { background-color: rgb(102,17,95); }
div.DivClassName
{
background-color: #66115F;
}
.BgClassName
{
background-color: #66115F;
}
</style>
border-color css
<style>
span { border-color: #66115F; }
span { border-color: rgb(102,17,95); }
td.TdClassName
{
border-color: #66115F;
}
.TagClassName
{
border-color: #66115F;
}
</style>