Shades of Palatinate Purple #632C55
Tints of Palatinate Purple #632C55
RGB
CMYK
RGB Variations
Color information
#632C55 (or 0x632C55) is known color: Palatinate Purple. HEX triplet: 63, 2C and 55. RGB value is (99,44,85). Sum of RGB (Red+Green+Blue) = 99+44+85=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #632C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C55 is #9CD3AA. Grayscale: #414141. Windows color (decimal): -10277803 or 5581923. OLE color: 5581923.
HSL color Cylindrical-coordinate representation of color #632C55: hue angle of 315.27º 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 #632C55 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 85 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.61 |
| HSL | 315.27º | 0.38% | 0.28% | - |
| HSV(B) | 315.27º | 0.56% | 0.39% | - |
| XYZ | 7.69 | 5.11 | 9.18 | - |
| YUV | 65.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 85 | 0 | 0.56 | 0.14 | 0.61 | 315.27 | 0.38 | 0.28 |
| Hex | 63 | 2C | 55 | 0 | 38 | E | 3D | 13B | 26 | 1C |
| Octal | 143 | 54 | 125 | 0 | 70 | 16 | 75 | 473 | 46 | 34 |
| Binary | 1100011 | 101100 | 1010101 | 0 | 111000 | 1110 | 111101 | 100111011 | 100110 | 11100 |
Color Harmonies of #632C55
Complementary color
Monochromatic Colors of #632C55
Black with #632C55
Text Example
Text Example
White with #632C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C55; }
p { color: rgb(99,44,85); }
H1.HeaderClassName
{
color: #632C55;
}
.AnyTagClassName
{
color: #632C55;
}
</style>
background-color css
<style>
a { background-color: #632C55; }
a { background-color: rgb(99,44,85); }
div.DivClassName
{
background-color: #632C55;
}
.BgClassName
{
background-color: #632C55;
}
</style>
border-color css
<style>
span { border-color: #632C55; }
span { border-color: rgb(99,44,85); }
td.TdClassName
{
border-color: #632C55;
}
.TagClassName
{
border-color: #632C55;
}
</style>