Shades of Palatinate Purple #632C57
Tints of Palatinate Purple #632C57
RGB
CMYK
RGB Variations
Color information
#632C57 (or 0x632C57) is known color: Palatinate Purple. HEX triplet: 63, 2C and 57. RGB value is (99,44,87). Sum of RGB (Red+Green+Blue) = 99+44+87=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #632C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C57 is #9CD3A8. Grayscale: #414141. Windows color (decimal): -10277801 or 5712995. OLE color: 5712995.
HSL color Cylindrical-coordinate representation of color #632C57: hue angle of 313.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632C57 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 87 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.61 |
| HSL | 313.09º | 0.38% | 0.28% | - |
| HSV(B) | 313.09º | 0.56% | 0.39% | - |
| XYZ | 7.77 | 5.14 | 9.6 | - |
| YUV | 65.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 87 | 0 | 0.56 | 0.12 | 0.61 | 313.09 | 0.38 | 0.28 |
| Hex | 63 | 2C | 57 | 0 | 38 | C | 3D | 139 | 26 | 1C |
| Octal | 143 | 54 | 127 | 0 | 70 | 14 | 75 | 471 | 46 | 34 |
| Binary | 1100011 | 101100 | 1010111 | 0 | 111000 | 1100 | 111101 | 100111001 | 100110 | 11100 |
Color Harmonies of #632C57
Complementary color
Monochromatic Colors of #632C57
Black with #632C57
Text Example
Text Example
White with #632C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C57; }
p { color: rgb(99,44,87); }
H1.HeaderClassName
{
color: #632C57;
}
.AnyTagClassName
{
color: #632C57;
}
</style>
background-color css
<style>
a { background-color: #632C57; }
a { background-color: rgb(99,44,87); }
div.DivClassName
{
background-color: #632C57;
}
.BgClassName
{
background-color: #632C57;
}
</style>
border-color css
<style>
span { border-color: #632C57; }
span { border-color: rgb(99,44,87); }
td.TdClassName
{
border-color: #632C57;
}
.TagClassName
{
border-color: #632C57;
}
</style>