Shades of Palatinate Purple #632E51
Tints of Palatinate Purple #632E51
RGB
CMYK
RGB Variations
Color information
#632E51 (or 0x632E51) is known color: Palatinate Purple. HEX triplet: 63, 2E and 51. RGB value is (99,46,81). Sum of RGB (Red+Green+Blue) = 99+46+81=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #632E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E51 is #9CD1AE. Grayscale: #414141. Windows color (decimal): -10277295 or 5320291. OLE color: 5320291.
HSL color Cylindrical-coordinate representation of color #632E51: hue angle of 320.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E51 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 81 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.61 |
| HSL | 320.38º | 0.37% | 0.28% | - |
| HSV(B) | 320.38º | 0.54% | 0.39% | - |
| XYZ | 7.61 | 5.2 | 8.39 | - |
| YUV | 65.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 81 | 0 | 0.54 | 0.18 | 0.61 | 320.38 | 0.37 | 0.28 |
| Hex | 63 | 2E | 51 | 0 | 36 | 12 | 3D | 140 | 25 | 1C |
| Octal | 143 | 56 | 121 | 0 | 66 | 22 | 75 | 500 | 45 | 34 |
| Binary | 1100011 | 101110 | 1010001 | 0 | 110110 | 10010 | 111101 | 101000000 | 100101 | 11100 |
Color Harmonies of #632E51
Complementary color
Monochromatic Colors of #632E51
Black with #632E51
Text Example
Text Example
White with #632E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E51; }
p { color: rgb(99,46,81); }
H1.HeaderClassName
{
color: #632E51;
}
.AnyTagClassName
{
color: #632E51;
}
</style>
background-color css
<style>
a { background-color: #632E51; }
a { background-color: rgb(99,46,81); }
div.DivClassName
{
background-color: #632E51;
}
.BgClassName
{
background-color: #632E51;
}
</style>
border-color css
<style>
span { border-color: #632E51; }
span { border-color: rgb(99,46,81); }
td.TdClassName
{
border-color: #632E51;
}
.TagClassName
{
border-color: #632E51;
}
</style>