Shades of Palatinate Purple #632863
Tints of Palatinate Purple #632863
RGB
CMYK
RGB Variations
Color information
#632863 (or 0x632863) is known color: Palatinate Purple. HEX triplet: 63, 28 and 63. RGB value is (99,40,99). Sum of RGB (Red+Green+Blue) = 99+40+99=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #632863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632863 is #9CD79C. Grayscale: #404040. Windows color (decimal): -10278813 or 6498403. OLE color: 6498403.
HSL color Cylindrical-coordinate representation of color #632863: hue angle of 300º 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 #632863 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 99 | - |
| CMYK | 0 | 0.60 | 0 | 0.61 |
| HSL | 300º | 0.42% | 0.27% | - |
| HSV(B) | 300º | 0.6% | 0.39% | - |
| XYZ | 8.16 | 5.07 | 12.35 | - |
| YUV | 64.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 99 | 0 | 0.60 | 0 | 0.61 | 300 | 0.42 | 0.27 |
| Hex | 63 | 28 | 63 | 0 | 3C | 0 | 3D | 12C | 2A | 1B |
| Octal | 143 | 50 | 143 | 0 | 74 | 0 | 75 | 454 | 52 | 33 |
| Binary | 1100011 | 101000 | 1100011 | 0 | 111100 | 0 | 111101 | 100101100 | 101010 | 11011 |
Color Harmonies of #632863
Complementary color
Monochromatic Colors of #632863
Black with #632863
Text Example
Text Example
White with #632863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632863; }
p { color: rgb(99,40,99); }
H1.HeaderClassName
{
color: #632863;
}
.AnyTagClassName
{
color: #632863;
}
</style>
background-color css
<style>
a { background-color: #632863; }
a { background-color: rgb(99,40,99); }
div.DivClassName
{
background-color: #632863;
}
.BgClassName
{
background-color: #632863;
}
</style>
border-color css
<style>
span { border-color: #632863; }
span { border-color: rgb(99,40,99); }
td.TdClassName
{
border-color: #632863;
}
.TagClassName
{
border-color: #632863;
}
</style>