Shades of Palatinate Purple #632852
Tints of Palatinate Purple #632852
RGB
CMYK
RGB Variations
Color information
#632852 (or 0x632852) is known color: Palatinate Purple. HEX triplet: 63, 28 and 52. RGB value is (99,40,82). Sum of RGB (Red+Green+Blue) = 99+40+82=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #632852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632852 is #9CD7AD. Grayscale: #3E3E3E. Windows color (decimal): -10278830 or 5384291. OLE color: 5384291.
HSL color Cylindrical-coordinate representation of color #632852: hue angle of 317.29º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632852 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 82 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.61 |
| HSL | 317.29º | 0.42% | 0.27% | - |
| HSV(B) | 317.29º | 0.6% | 0.39% | - |
| XYZ | 7.43 | 4.78 | 8.51 | - |
| YUV | 62.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 82 | 0 | 0.60 | 0.17 | 0.61 | 317.29 | 0.42 | 0.27 |
| Hex | 63 | 28 | 52 | 0 | 3C | 11 | 3D | 13D | 2A | 1B |
| Octal | 143 | 50 | 122 | 0 | 74 | 21 | 75 | 475 | 52 | 33 |
| Binary | 1100011 | 101000 | 1010010 | 0 | 111100 | 10001 | 111101 | 100111101 | 101010 | 11011 |
Color Harmonies of #632852
Complementary color
Monochromatic Colors of #632852
Black with #632852
Text Example
Text Example
White with #632852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632852; }
p { color: rgb(99,40,82); }
H1.HeaderClassName
{
color: #632852;
}
.AnyTagClassName
{
color: #632852;
}
</style>
background-color css
<style>
a { background-color: #632852; }
a { background-color: rgb(99,40,82); }
div.DivClassName
{
background-color: #632852;
}
.BgClassName
{
background-color: #632852;
}
</style>
border-color css
<style>
span { border-color: #632852; }
span { border-color: rgb(99,40,82); }
td.TdClassName
{
border-color: #632852;
}
.TagClassName
{
border-color: #632852;
}
</style>