Shades of Palatinate Purple #632C61
Tints of Palatinate Purple #632C61
RGB
CMYK
RGB Variations
Color information
#632C61 (or 0x632C61) is known color: Palatinate Purple. HEX triplet: 63, 2C and 61. RGB value is (99,44,97). Sum of RGB (Red+Green+Blue) = 99+44+97=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #632C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C61 is #9CD39E. Grayscale: #424242. Windows color (decimal): -10277791 or 6368355. OLE color: 6368355.
HSL color Cylindrical-coordinate representation of color #632C61: hue angle of 302.18º 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 #632C61 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 97 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.61 |
| HSL | 302.18º | 0.38% | 0.28% | - |
| HSV(B) | 302.18º | 0.56% | 0.39% | - |
| XYZ | 8.2 | 5.32 | 11.9 | - |
| YUV | 66.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 97 | 0 | 0.56 | 0.02 | 0.61 | 302.18 | 0.38 | 0.28 |
| Hex | 63 | 2C | 61 | 0 | 38 | 2 | 3D | 12E | 26 | 1C |
| Octal | 143 | 54 | 141 | 0 | 70 | 2 | 75 | 456 | 46 | 34 |
| Binary | 1100011 | 101100 | 1100001 | 0 | 111000 | 10 | 111101 | 100101110 | 100110 | 11100 |
Color Harmonies of #632C61
Complementary color
Monochromatic Colors of #632C61
Black with #632C61
Text Example
Text Example
White with #632C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C61; }
p { color: rgb(99,44,97); }
H1.HeaderClassName
{
color: #632C61;
}
.AnyTagClassName
{
color: #632C61;
}
</style>
background-color css
<style>
a { background-color: #632C61; }
a { background-color: rgb(99,44,97); }
div.DivClassName
{
background-color: #632C61;
}
.BgClassName
{
background-color: #632C61;
}
</style>
border-color css
<style>
span { border-color: #632C61; }
span { border-color: rgb(99,44,97); }
td.TdClassName
{
border-color: #632C61;
}
.TagClassName
{
border-color: #632C61;
}
</style>