Shades of Palatinate Purple #660957
Tints of Palatinate Purple #660957
RGB
CMYK
RGB Variations
Color information
#660957 (or 0x660957) is known color: Palatinate Purple. HEX triplet: 66, 09 and 57. RGB value is (102,9,87). Sum of RGB (Red+Green+Blue) = 102+9+87=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #660957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660957 is #99F6A8. Grayscale: #2D2D2D. Windows color (decimal): -10090153 or 5704038. OLE color: 5704038.
HSL color Cylindrical-coordinate representation of color #660957: hue angle of 309.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660957 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 87 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.6 |
| HSL | 309.68º | 0.84% | 0.22% | - |
| HSV(B) | 309.68º | 0.91% | 0.4% | - |
| XYZ | 7.3 | 3.71 | 9.35 | - |
| YUV | 45.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 87 | 0 | 0.91 | 0.15 | 0.6 | 309.68 | 0.84 | 0.22 |
| Hex | 66 | 9 | 57 | 0 | 5B | F | 3C | 136 | 54 | 16 |
| Octal | 146 | 11 | 127 | 0 | 133 | 17 | 74 | 466 | 124 | 26 |
| Binary | 1100110 | 1001 | 1010111 | 0 | 1011011 | 1111 | 111100 | 100110110 | 1010100 | 10110 |
Color Harmonies of #660957
Complementary color
Monochromatic Colors of #660957
Black with #660957
Text Example
Text Example
White with #660957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660957; }
p { color: rgb(102,9,87); }
H1.HeaderClassName
{
color: #660957;
}
.AnyTagClassName
{
color: #660957;
}
</style>
background-color css
<style>
a { background-color: #660957; }
a { background-color: rgb(102,9,87); }
div.DivClassName
{
background-color: #660957;
}
.BgClassName
{
background-color: #660957;
}
</style>
border-color css
<style>
span { border-color: #660957; }
span { border-color: rgb(102,9,87); }
td.TdClassName
{
border-color: #660957;
}
.TagClassName
{
border-color: #660957;
}
</style>