Shades of Palatinate Purple #650961
Tints of Palatinate Purple #650961
RGB
CMYK
RGB Variations
Color information
#650961 (or 0x650961) is known color: Palatinate Purple. HEX triplet: 65, 09 and 61. RGB value is (101,9,97). Sum of RGB (Red+Green+Blue) = 101+9+97=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #650961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650961 is #9AF69E. Grayscale: #2E2E2E. Windows color (decimal): -10155679 or 6359397. OLE color: 6359397.
HSL color Cylindrical-coordinate representation of color #650961: hue angle of 302.61º 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 #650961 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 97 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.60 |
| HSL | 302.61º | 0.84% | 0.22% | - |
| HSV(B) | 302.61º | 0.91% | 0.4% | - |
| XYZ | 7.62 | 3.83 | 11.65 | - |
| YUV | 46.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 97 | 0 | 0.91 | 0.04 | 0.60 | 302.61 | 0.84 | 0.22 |
| Hex | 65 | 9 | 61 | 0 | 5B | 4 | 3C | 12F | 54 | 16 |
| Octal | 145 | 11 | 141 | 0 | 133 | 4 | 74 | 457 | 124 | 26 |
| Binary | 1100101 | 1001 | 1100001 | 0 | 1011011 | 100 | 111100 | 100101111 | 1010100 | 10110 |
Color Harmonies of #650961
Complementary color
Monochromatic Colors of #650961
Black with #650961
Text Example
Text Example
White with #650961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650961; }
p { color: rgb(101,9,97); }
H1.HeaderClassName
{
color: #650961;
}
.AnyTagClassName
{
color: #650961;
}
</style>
background-color css
<style>
a { background-color: #650961; }
a { background-color: rgb(101,9,97); }
div.DivClassName
{
background-color: #650961;
}
.BgClassName
{
background-color: #650961;
}
</style>
border-color css
<style>
span { border-color: #650961; }
span { border-color: rgb(101,9,97); }
td.TdClassName
{
border-color: #650961;
}
.TagClassName
{
border-color: #650961;
}
</style>