Shades of Palatinate Purple #632957
Tints of Palatinate Purple #632957
RGB
CMYK
RGB Variations
Color information
#632957 (or 0x632957) is known color: Palatinate Purple. HEX triplet: 63, 29 and 57. RGB value is (99,41,87). Sum of RGB (Red+Green+Blue) = 99+41+87=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632957 is #9CD6A8. Grayscale: #3F3F3F. Windows color (decimal): -10278569 or 5712227. OLE color: 5712227.
HSL color Cylindrical-coordinate representation of color #632957: hue angle of 312.41º 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 #632957 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 87 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.61 |
| HSL | 312.41º | 0.41% | 0.27% | - |
| HSV(B) | 312.41º | 0.59% | 0.39% | - |
| XYZ | 7.66 | 4.93 | 9.56 | - |
| YUV | 63.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 87 | 0 | 0.59 | 0.12 | 0.61 | 312.41 | 0.41 | 0.27 |
| Hex | 63 | 29 | 57 | 0 | 3B | C | 3D | 138 | 29 | 1B |
| Octal | 143 | 51 | 127 | 0 | 73 | 14 | 75 | 470 | 51 | 33 |
| Binary | 1100011 | 101001 | 1010111 | 0 | 111011 | 1100 | 111101 | 100111000 | 101001 | 11011 |
Color Harmonies of #632957
Complementary color
Monochromatic Colors of #632957
Black with #632957
Text Example
Text Example
White with #632957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632957; }
p { color: rgb(99,41,87); }
H1.HeaderClassName
{
color: #632957;
}
.AnyTagClassName
{
color: #632957;
}
</style>
background-color css
<style>
a { background-color: #632957; }
a { background-color: rgb(99,41,87); }
div.DivClassName
{
background-color: #632957;
}
.BgClassName
{
background-color: #632957;
}
</style>
border-color css
<style>
span { border-color: #632957; }
span { border-color: rgb(99,41,87); }
td.TdClassName
{
border-color: #632957;
}
.TagClassName
{
border-color: #632957;
}
</style>