Shades of Palatinate Purple #632056
Tints of Palatinate Purple #632056
RGB
CMYK
RGB Variations
Color information
#632056 (or 0x632056) is known color: Palatinate Purple. HEX triplet: 63, 20 and 56. RGB value is (99,32,86). Sum of RGB (Red+Green+Blue) = 99+32+86=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #632056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632056 is #9CDFA9. Grayscale: #3A3A3A. Windows color (decimal): -10280874 or 5644387. OLE color: 5644387.
HSL color Cylindrical-coordinate representation of color #632056: hue angle of 311.64º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632056 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 86 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.61 |
| HSL | 311.64º | 0.51% | 0.26% | - |
| HSV(B) | 311.64º | 0.68% | 0.39% | - |
| XYZ | 7.34 | 4.36 | 9.26 | - |
| YUV | 58.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 86 | 0 | 0.68 | 0.13 | 0.61 | 311.64 | 0.51 | 0.26 |
| Hex | 63 | 20 | 56 | 0 | 44 | D | 3D | 138 | 33 | 1A |
| Octal | 143 | 40 | 126 | 0 | 104 | 15 | 75 | 470 | 63 | 32 |
| Binary | 1100011 | 100000 | 1010110 | 0 | 1000100 | 1101 | 111101 | 100111000 | 110011 | 11010 |
Color Harmonies of #632056
Complementary color
Monochromatic Colors of #632056
Black with #632056
Text Example
Text Example
White with #632056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632056; }
p { color: rgb(99,32,86); }
H1.HeaderClassName
{
color: #632056;
}
.AnyTagClassName
{
color: #632056;
}
</style>
background-color css
<style>
a { background-color: #632056; }
a { background-color: rgb(99,32,86); }
div.DivClassName
{
background-color: #632056;
}
.BgClassName
{
background-color: #632056;
}
</style>
border-color css
<style>
span { border-color: #632056; }
span { border-color: rgb(99,32,86); }
td.TdClassName
{
border-color: #632056;
}
.TagClassName
{
border-color: #632056;
}
</style>