Shades of Palatinate Purple #632953
Tints of Palatinate Purple #632953
RGB
CMYK
RGB Variations
Color information
#632953 (or 0x632953) is known color: Palatinate Purple. HEX triplet: 63, 29 and 53. RGB value is (99,41,83). Sum of RGB (Red+Green+Blue) = 99+41+83=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #632953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632953 is #9CD6AC. Grayscale: #3F3F3F. Windows color (decimal): -10278573 or 5450083. OLE color: 5450083.
HSL color Cylindrical-coordinate representation of color #632953: hue angle of 316.55º 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 #632953 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 83 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.61 |
| HSL | 316.55º | 0.41% | 0.27% | - |
| HSV(B) | 316.55º | 0.59% | 0.39% | - |
| XYZ | 7.5 | 4.86 | 8.73 | - |
| YUV | 63.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 83 | 0 | 0.59 | 0.16 | 0.61 | 316.55 | 0.41 | 0.27 |
| Hex | 63 | 29 | 53 | 0 | 3B | 10 | 3D | 13D | 29 | 1B |
| Octal | 143 | 51 | 123 | 0 | 73 | 20 | 75 | 475 | 51 | 33 |
| Binary | 1100011 | 101001 | 1010011 | 0 | 111011 | 10000 | 111101 | 100111101 | 101001 | 11011 |
Color Harmonies of #632953
Complementary color
Monochromatic Colors of #632953
Black with #632953
Text Example
Text Example
White with #632953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632953; }
p { color: rgb(99,41,83); }
H1.HeaderClassName
{
color: #632953;
}
.AnyTagClassName
{
color: #632953;
}
</style>
background-color css
<style>
a { background-color: #632953; }
a { background-color: rgb(99,41,83); }
div.DivClassName
{
background-color: #632953;
}
.BgClassName
{
background-color: #632953;
}
</style>
border-color css
<style>
span { border-color: #632953; }
span { border-color: rgb(99,41,83); }
td.TdClassName
{
border-color: #632953;
}
.TagClassName
{
border-color: #632953;
}
</style>