Shades of Palatinate Purple #632E56
Tints of Palatinate Purple #632E56
RGB
CMYK
RGB Variations
Color information
#632E56 (or 0x632E56) is known color: Palatinate Purple. HEX triplet: 63, 2E and 56. RGB value is (99,46,86). Sum of RGB (Red+Green+Blue) = 99+46+86=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E56 is #9CD1A9. Grayscale: #424242. Windows color (decimal): -10277290 or 5647971. OLE color: 5647971.
HSL color Cylindrical-coordinate representation of color #632E56: hue angle of 314.72º 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 #632E56 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 86 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.61 |
| HSL | 314.72º | 0.37% | 0.28% | - |
| HSV(B) | 314.72º | 0.54% | 0.39% | - |
| XYZ | 7.8 | 5.28 | 9.41 | - |
| YUV | 66.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 86 | 0 | 0.54 | 0.13 | 0.61 | 314.72 | 0.37 | 0.28 |
| Hex | 63 | 2E | 56 | 0 | 36 | D | 3D | 13B | 25 | 1C |
| Octal | 143 | 56 | 126 | 0 | 66 | 15 | 75 | 473 | 45 | 34 |
| Binary | 1100011 | 101110 | 1010110 | 0 | 110110 | 1101 | 111101 | 100111011 | 100101 | 11100 |
Color Harmonies of #632E56
Complementary color
Monochromatic Colors of #632E56
Black with #632E56
Text Example
Text Example
White with #632E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E56; }
p { color: rgb(99,46,86); }
H1.HeaderClassName
{
color: #632E56;
}
.AnyTagClassName
{
color: #632E56;
}
</style>
background-color css
<style>
a { background-color: #632E56; }
a { background-color: rgb(99,46,86); }
div.DivClassName
{
background-color: #632E56;
}
.BgClassName
{
background-color: #632E56;
}
</style>
border-color css
<style>
span { border-color: #632E56; }
span { border-color: rgb(99,46,86); }
td.TdClassName
{
border-color: #632E56;
}
.TagClassName
{
border-color: #632E56;
}
</style>