Shades of Palatinate Purple #652963
Tints of Palatinate Purple #652963
RGB
CMYK
RGB Variations
Color information
#652963 (or 0x652963) is known color: Palatinate Purple. HEX triplet: 65, 29 and 63. RGB value is (101,41,99). Sum of RGB (Red+Green+Blue) = 101+41+99=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #652963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652963 is #9AD69C. Grayscale: #414141. Windows color (decimal): -10147485 or 6498661. OLE color: 6498661.
HSL color Cylindrical-coordinate representation of color #652963: hue angle of 302º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #652963 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 99 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.60 |
| HSL | 302º | 0.42% | 0.28% | - |
| HSV(B) | 302º | 0.59% | 0.4% | - |
| XYZ | 8.41 | 5.25 | 12.38 | - |
| YUV | 65.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 99 | 0 | 0.59 | 0.02 | 0.60 | 302 | 0.42 | 0.28 |
| Hex | 65 | 29 | 63 | 0 | 3B | 2 | 3C | 12E | 2A | 1C |
| Octal | 145 | 51 | 143 | 0 | 73 | 2 | 74 | 456 | 52 | 34 |
| Binary | 1100101 | 101001 | 1100011 | 0 | 111011 | 10 | 111100 | 100101110 | 101010 | 11100 |
Color Harmonies of #652963
Complementary color
Monochromatic Colors of #652963
Black with #652963
Text Example
Text Example
White with #652963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652963; }
p { color: rgb(101,41,99); }
H1.HeaderClassName
{
color: #652963;
}
.AnyTagClassName
{
color: #652963;
}
</style>
background-color css
<style>
a { background-color: #652963; }
a { background-color: rgb(101,41,99); }
div.DivClassName
{
background-color: #652963;
}
.BgClassName
{
background-color: #652963;
}
</style>
border-color css
<style>
span { border-color: #652963; }
span { border-color: rgb(101,41,99); }
td.TdClassName
{
border-color: #652963;
}
.TagClassName
{
border-color: #652963;
}
</style>