Shades of Palatinate Purple #650764
Tints of Palatinate Purple #650764
RGB
CMYK
RGB Variations
Color information
#650764 (or 0x650764) is known color: Palatinate Purple. HEX triplet: 65, 07 and 64. RGB value is (101,7,100). Sum of RGB (Red+Green+Blue) = 101+7+100=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #650764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650764 is #9AF89B. Grayscale: #2D2D2D. Windows color (decimal): -10156188 or 6555493. OLE color: 6555493.
HSL color Cylindrical-coordinate representation of color #650764: hue angle of 300.64º 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 #650764 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 100 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.60 |
| HSL | 300.64º | 0.87% | 0.21% | - |
| HSV(B) | 300.64º | 0.93% | 0.4% | - |
| XYZ | 7.74 | 3.84 | 12.39 | - |
| YUV | 45.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 100 | 0 | 0.93 | 0.01 | 0.60 | 300.64 | 0.87 | 0.21 |
| Hex | 65 | 7 | 64 | 0 | 5D | 1 | 3C | 12D | 57 | 15 |
| Octal | 145 | 7 | 144 | 0 | 135 | 1 | 74 | 455 | 127 | 25 |
| Binary | 1100101 | 111 | 1100100 | 0 | 1011101 | 1 | 111100 | 100101101 | 1010111 | 10101 |
Color Harmonies of #650764
Complementary color
Monochromatic Colors of #650764
Black with #650764
Text Example
Text Example
White with #650764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650764; }
p { color: rgb(101,7,100); }
H1.HeaderClassName
{
color: #650764;
}
.AnyTagClassName
{
color: #650764;
}
</style>
background-color css
<style>
a { background-color: #650764; }
a { background-color: rgb(101,7,100); }
div.DivClassName
{
background-color: #650764;
}
.BgClassName
{
background-color: #650764;
}
</style>
border-color css
<style>
span { border-color: #650764; }
span { border-color: rgb(101,7,100); }
td.TdClassName
{
border-color: #650764;
}
.TagClassName
{
border-color: #650764;
}
</style>