Shades of Palatinate Purple #632A57
Tints of Palatinate Purple #632A57
RGB
CMYK
RGB Variations
Color information
#632A57 (or 0x632A57) is known color: Palatinate Purple. HEX triplet: 63, 2A and 57. RGB value is (99,42,87). Sum of RGB (Red+Green+Blue) = 99+42+87=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #632A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A57 is #9CD5A8. Grayscale: #404040. Windows color (decimal): -10278313 or 5712483. OLE color: 5712483.
HSL color Cylindrical-coordinate representation of color #632A57: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A57 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 87 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.61 |
| HSL | 312.63º | 0.4% | 0.28% | - |
| HSV(B) | 312.63º | 0.58% | 0.39% | - |
| XYZ | 7.69 | 5 | 9.58 | - |
| YUV | 64.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 87 | 0 | 0.58 | 0.12 | 0.61 | 312.63 | 0.4 | 0.28 |
| Hex | 63 | 2A | 57 | 0 | 3A | C | 3D | 139 | 28 | 1C |
| Octal | 143 | 52 | 127 | 0 | 72 | 14 | 75 | 471 | 50 | 34 |
| Binary | 1100011 | 101010 | 1010111 | 0 | 111010 | 1100 | 111101 | 100111001 | 101000 | 11100 |
Color Harmonies of #632A57
Complementary color
Monochromatic Colors of #632A57
Black with #632A57
Text Example
Text Example
White with #632A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A57; }
p { color: rgb(99,42,87); }
H1.HeaderClassName
{
color: #632A57;
}
.AnyTagClassName
{
color: #632A57;
}
</style>
background-color css
<style>
a { background-color: #632A57; }
a { background-color: rgb(99,42,87); }
div.DivClassName
{
background-color: #632A57;
}
.BgClassName
{
background-color: #632A57;
}
</style>
border-color css
<style>
span { border-color: #632A57; }
span { border-color: rgb(99,42,87); }
td.TdClassName
{
border-color: #632A57;
}
.TagClassName
{
border-color: #632A57;
}
</style>