Shades of Palatinate Purple #632C54
Tints of Palatinate Purple #632C54
RGB
CMYK
RGB Variations
Color information
#632C54 (or 0x632C54) is known color: Palatinate Purple. HEX triplet: 63, 2C and 54. RGB value is (99,44,84). Sum of RGB (Red+Green+Blue) = 99+44+84=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C54 is #9CD3AB. Grayscale: #404040. Windows color (decimal): -10277804 or 5516387. OLE color: 5516387.
HSL color Cylindrical-coordinate representation of color #632C54: hue angle of 316.36º 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 #632C54 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 84 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.61 |
| HSL | 316.36º | 0.38% | 0.28% | - |
| HSV(B) | 316.36º | 0.56% | 0.39% | - |
| XYZ | 7.65 | 5.09 | 8.97 | - |
| YUV | 65.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 84 | 0 | 0.56 | 0.15 | 0.61 | 316.36 | 0.38 | 0.28 |
| Hex | 63 | 2C | 54 | 0 | 38 | F | 3D | 13C | 26 | 1C |
| Octal | 143 | 54 | 124 | 0 | 70 | 17 | 75 | 474 | 46 | 34 |
| Binary | 1100011 | 101100 | 1010100 | 0 | 111000 | 1111 | 111101 | 100111100 | 100110 | 11100 |
Color Harmonies of #632C54
Complementary color
Monochromatic Colors of #632C54
Black with #632C54
Text Example
Text Example
White with #632C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C54; }
p { color: rgb(99,44,84); }
H1.HeaderClassName
{
color: #632C54;
}
.AnyTagClassName
{
color: #632C54;
}
</style>
background-color css
<style>
a { background-color: #632C54; }
a { background-color: rgb(99,44,84); }
div.DivClassName
{
background-color: #632C54;
}
.BgClassName
{
background-color: #632C54;
}
</style>
border-color css
<style>
span { border-color: #632C54; }
span { border-color: rgb(99,44,84); }
td.TdClassName
{
border-color: #632C54;
}
.TagClassName
{
border-color: #632C54;
}
</style>