Shades of Palatinate Purple #661151
Tints of Palatinate Purple #661151
RGB
CMYK
RGB Variations
Color information
#661151 (or 0x661151) is known color: Palatinate Purple. HEX triplet: 66, 11 and 51. RGB value is (102,17,81). Sum of RGB (Red+Green+Blue) = 102+17+81=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #661151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661151 is #99EEAE. Grayscale: #313131. Windows color (decimal): -10088111 or 5312870. OLE color: 5312870.
HSL color Cylindrical-coordinate representation of color #661151: hue angle of 314.82º 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 #661151 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 81 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.6 |
| HSL | 314.82º | 0.71% | 0.23% | - |
| HSV(B) | 314.82º | 0.83% | 0.4% | - |
| XYZ | 7.17 | 3.82 | 8.14 | - |
| YUV | 49.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 81 | 0 | 0.83 | 0.21 | 0.6 | 314.82 | 0.71 | 0.23 |
| Hex | 66 | 11 | 51 | 0 | 53 | 15 | 3C | 13B | 47 | 17 |
| Octal | 146 | 21 | 121 | 0 | 123 | 25 | 74 | 473 | 107 | 27 |
| Binary | 1100110 | 10001 | 1010001 | 0 | 1010011 | 10101 | 111100 | 100111011 | 1000111 | 10111 |
Color Harmonies of #661151
Complementary color
Monochromatic Colors of #661151
Black with #661151
Text Example
Text Example
White with #661151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661151; }
p { color: rgb(102,17,81); }
H1.HeaderClassName
{
color: #661151;
}
.AnyTagClassName
{
color: #661151;
}
</style>
background-color css
<style>
a { background-color: #661151; }
a { background-color: rgb(102,17,81); }
div.DivClassName
{
background-color: #661151;
}
.BgClassName
{
background-color: #661151;
}
</style>
border-color css
<style>
span { border-color: #661151; }
span { border-color: rgb(102,17,81); }
td.TdClassName
{
border-color: #661151;
}
.TagClassName
{
border-color: #661151;
}
</style>