Shades of Palatinate Purple #650760
Tints of Palatinate Purple #650760
RGB
CMYK
RGB Variations
Color information
#650760 (or 0x650760) is known color: Palatinate Purple. HEX triplet: 65, 07 and 60. RGB value is (101,7,96). Sum of RGB (Red+Green+Blue) = 101+7+96=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #650760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650760 is #9AF89F. Grayscale: #2C2C2C. Windows color (decimal): -10156192 or 6293349. OLE color: 6293349.
HSL color Cylindrical-coordinate representation of color #650760: hue angle of 303.19º 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 #650760 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 96 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.60 |
| HSL | 303.19º | 0.87% | 0.21% | - |
| HSV(B) | 303.19º | 0.93% | 0.4% | - |
| XYZ | 7.55 | 3.76 | 11.39 | - |
| YUV | 45.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 96 | 0 | 0.93 | 0.05 | 0.60 | 303.19 | 0.87 | 0.21 |
| Hex | 65 | 7 | 60 | 0 | 5D | 5 | 3C | 12F | 57 | 15 |
| Octal | 145 | 7 | 140 | 0 | 135 | 5 | 74 | 457 | 127 | 25 |
| Binary | 1100101 | 111 | 1100000 | 0 | 1011101 | 101 | 111100 | 100101111 | 1010111 | 10101 |
Color Harmonies of #650760
Complementary color
Monochromatic Colors of #650760
Black with #650760
Text Example
Text Example
White with #650760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650760; }
p { color: rgb(101,7,96); }
H1.HeaderClassName
{
color: #650760;
}
.AnyTagClassName
{
color: #650760;
}
</style>
background-color css
<style>
a { background-color: #650760; }
a { background-color: rgb(101,7,96); }
div.DivClassName
{
background-color: #650760;
}
.BgClassName
{
background-color: #650760;
}
</style>
border-color css
<style>
span { border-color: #650760; }
span { border-color: rgb(101,7,96); }
td.TdClassName
{
border-color: #650760;
}
.TagClassName
{
border-color: #650760;
}
</style>