Shades of Palatinate Purple #660665
Tints of Palatinate Purple #660665
RGB
CMYK
RGB Variations
Color information
#660665 (or 0x660665) is known color: Palatinate Purple. HEX triplet: 66, 06 and 65. RGB value is (102,6,101). Sum of RGB (Red+Green+Blue) = 102+6+101=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #660665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660665 is #99F99A. Grayscale: #2D2D2D. Windows color (decimal): -10090907 or 6620774. OLE color: 6620774.
HSL color Cylindrical-coordinate representation of color #660665: hue angle of 300.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660665 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 101 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.6 |
| HSL | 300.63º | 0.89% | 0.21% | - |
| HSV(B) | 300.63º | 0.94% | 0.4% | - |
| XYZ | 7.89 | 3.89 | 12.65 | - |
| YUV | 45.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 101 | 0 | 0.94 | 0.01 | 0.6 | 300.63 | 0.89 | 0.21 |
| Hex | 66 | 6 | 65 | 0 | 5E | 1 | 3C | 12D | 59 | 15 |
| Octal | 146 | 6 | 145 | 0 | 136 | 1 | 74 | 455 | 131 | 25 |
| Binary | 1100110 | 110 | 1100101 | 0 | 1011110 | 1 | 111100 | 100101101 | 1011001 | 10101 |
Color Harmonies of #660665
Complementary color
Monochromatic Colors of #660665
Black with #660665
Text Example
Text Example
White with #660665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660665; }
p { color: rgb(102,6,101); }
H1.HeaderClassName
{
color: #660665;
}
.AnyTagClassName
{
color: #660665;
}
</style>
background-color css
<style>
a { background-color: #660665; }
a { background-color: rgb(102,6,101); }
div.DivClassName
{
background-color: #660665;
}
.BgClassName
{
background-color: #660665;
}
</style>
border-color css
<style>
span { border-color: #660665; }
span { border-color: rgb(102,6,101); }
td.TdClassName
{
border-color: #660665;
}
.TagClassName
{
border-color: #660665;
}
</style>