Shades of Palatinate Purple #632960
Tints of Palatinate Purple #632960
RGB
CMYK
RGB Variations
Color information
#632960 (or 0x632960) is known color: Palatinate Purple. HEX triplet: 63, 29 and 60. RGB value is (99,41,96). Sum of RGB (Red+Green+Blue) = 99+41+96=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #632960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632960 is #9CD69F. Grayscale: #404040. Windows color (decimal): -10278560 or 6302051. OLE color: 6302051.
HSL color Cylindrical-coordinate representation of color #632960: hue angle of 303.1º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632960 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 96 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.61 |
| HSL | 303.1º | 0.41% | 0.27% | - |
| HSV(B) | 303.1º | 0.59% | 0.39% | - |
| XYZ | 8.05 | 5.08 | 11.62 | - |
| YUV | 64.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 96 | 0 | 0.59 | 0.03 | 0.61 | 303.1 | 0.41 | 0.27 |
| Hex | 63 | 29 | 60 | 0 | 3B | 3 | 3D | 12F | 29 | 1B |
| Octal | 143 | 51 | 140 | 0 | 73 | 3 | 75 | 457 | 51 | 33 |
| Binary | 1100011 | 101001 | 1100000 | 0 | 111011 | 11 | 111101 | 100101111 | 101001 | 11011 |
Color Harmonies of #632960
Complementary color
Monochromatic Colors of #632960
Black with #632960
Text Example
Text Example
White with #632960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632960; }
p { color: rgb(99,41,96); }
H1.HeaderClassName
{
color: #632960;
}
.AnyTagClassName
{
color: #632960;
}
</style>
background-color css
<style>
a { background-color: #632960; }
a { background-color: rgb(99,41,96); }
div.DivClassName
{
background-color: #632960;
}
.BgClassName
{
background-color: #632960;
}
</style>
border-color css
<style>
span { border-color: #632960; }
span { border-color: rgb(99,41,96); }
td.TdClassName
{
border-color: #632960;
}
.TagClassName
{
border-color: #632960;
}
</style>