Shades of Palatinate Purple #660759
Tints of Palatinate Purple #660759
RGB
CMYK
RGB Variations
Color information
#660759 (or 0x660759) is known color: Palatinate Purple. HEX triplet: 66, 07 and 59. RGB value is (102,7,89). Sum of RGB (Red+Green+Blue) = 102+7+89=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #660759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660759 is #99F8A6. Grayscale: #2C2C2C. Windows color (decimal): -10090663 or 5834598. OLE color: 5834598.
HSL color Cylindrical-coordinate representation of color #660759: hue angle of 308.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660759 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 89 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.6 |
| HSL | 308.21º | 0.87% | 0.21% | - |
| HSV(B) | 308.21º | 0.93% | 0.4% | - |
| XYZ | 7.36 | 3.7 | 9.78 | - |
| YUV | 44.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 89 | 0 | 0.93 | 0.13 | 0.6 | 308.21 | 0.87 | 0.21 |
| Hex | 66 | 7 | 59 | 0 | 5D | D | 3C | 134 | 57 | 15 |
| Octal | 146 | 7 | 131 | 0 | 135 | 15 | 74 | 464 | 127 | 25 |
| Binary | 1100110 | 111 | 1011001 | 0 | 1011101 | 1101 | 111100 | 100110100 | 1010111 | 10101 |
Color Harmonies of #660759
Complementary color
Monochromatic Colors of #660759
Black with #660759
Text Example
Text Example
White with #660759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660759; }
p { color: rgb(102,7,89); }
H1.HeaderClassName
{
color: #660759;
}
.AnyTagClassName
{
color: #660759;
}
</style>
background-color css
<style>
a { background-color: #660759; }
a { background-color: rgb(102,7,89); }
div.DivClassName
{
background-color: #660759;
}
.BgClassName
{
background-color: #660759;
}
</style>
border-color css
<style>
span { border-color: #660759; }
span { border-color: rgb(102,7,89); }
td.TdClassName
{
border-color: #660759;
}
.TagClassName
{
border-color: #660759;
}
</style>