Shades of Palatinate Purple #632860
Tints of Palatinate Purple #632860
RGB
CMYK
RGB Variations
Color information
#632860 (or 0x632860) is known color: Palatinate Purple. HEX triplet: 63, 28 and 60. RGB value is (99,40,96). Sum of RGB (Red+Green+Blue) = 99+40+96=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #632860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632860 is #9CD79F. Grayscale: #3F3F3F. Windows color (decimal): -10278816 or 6301795. OLE color: 6301795.
HSL color Cylindrical-coordinate representation of color #632860: hue angle of 303.05º 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 #632860 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 96 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.61 |
| HSL | 303.05º | 0.42% | 0.27% | - |
| HSV(B) | 303.05º | 0.6% | 0.39% | - |
| XYZ | 8.02 | 5.01 | 11.61 | - |
| YUV | 64.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 96 | 0 | 0.60 | 0.03 | 0.61 | 303.05 | 0.42 | 0.27 |
| Hex | 63 | 28 | 60 | 0 | 3C | 3 | 3D | 12F | 2A | 1B |
| Octal | 143 | 50 | 140 | 0 | 74 | 3 | 75 | 457 | 52 | 33 |
| Binary | 1100011 | 101000 | 1100000 | 0 | 111100 | 11 | 111101 | 100101111 | 101010 | 11011 |
Color Harmonies of #632860
Complementary color
Monochromatic Colors of #632860
Black with #632860
Text Example
Text Example
White with #632860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632860; }
p { color: rgb(99,40,96); }
H1.HeaderClassName
{
color: #632860;
}
.AnyTagClassName
{
color: #632860;
}
</style>
background-color css
<style>
a { background-color: #632860; }
a { background-color: rgb(99,40,96); }
div.DivClassName
{
background-color: #632860;
}
.BgClassName
{
background-color: #632860;
}
</style>
border-color css
<style>
span { border-color: #632860; }
span { border-color: rgb(99,40,96); }
td.TdClassName
{
border-color: #632860;
}
.TagClassName
{
border-color: #632860;
}
</style>