Shades of Palatinate Purple #660565
Tints of Palatinate Purple #660565
RGB
CMYK
RGB Variations
Color information
#660565 (or 0x660565) is known color: Palatinate Purple. HEX triplet: 66, 05 and 65. RGB value is (102,5,101). Sum of RGB (Red+Green+Blue) = 102+5+101=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #660565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660565 is #99FA9A. Grayscale: #2C2C2C. Windows color (decimal): -10091163 or 6620518. OLE color: 6620518.
HSL color Cylindrical-coordinate representation of color #660565: hue angle of 300.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660565 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 101 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.6 |
| HSL | 300.62º | 0.91% | 0.21% | - |
| HSV(B) | 300.62º | 0.95% | 0.4% | - |
| XYZ | 7.88 | 3.87 | 12.64 | - |
| YUV | 44.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 101 | 0 | 0.95 | 0.01 | 0.6 | 300.62 | 0.91 | 0.21 |
| Hex | 66 | 5 | 65 | 0 | 5F | 1 | 3C | 12D | 5B | 15 |
| Octal | 146 | 5 | 145 | 0 | 137 | 1 | 74 | 455 | 133 | 25 |
| Binary | 1100110 | 101 | 1100101 | 0 | 1011111 | 1 | 111100 | 100101101 | 1011011 | 10101 |
Color Harmonies of #660565
Complementary color
Monochromatic Colors of #660565
Black with #660565
Text Example
Text Example
White with #660565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660565; }
p { color: rgb(102,5,101); }
H1.HeaderClassName
{
color: #660565;
}
.AnyTagClassName
{
color: #660565;
}
</style>
background-color css
<style>
a { background-color: #660565; }
a { background-color: rgb(102,5,101); }
div.DivClassName
{
background-color: #660565;
}
.BgClassName
{
background-color: #660565;
}
</style>
border-color css
<style>
span { border-color: #660565; }
span { border-color: rgb(102,5,101); }
td.TdClassName
{
border-color: #660565;
}
.TagClassName
{
border-color: #660565;
}
</style>