Shades of Palatinate Purple #632962
Tints of Palatinate Purple #632962
RGB
CMYK
RGB Variations
Color information
#632962 (or 0x632962) is known color: Palatinate Purple. HEX triplet: 63, 29 and 62. RGB value is (99,41,98). Sum of RGB (Red+Green+Blue) = 99+41+98=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #632962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632962 is #9CD69D. Grayscale: #404040. Windows color (decimal): -10278558 or 6433123. OLE color: 6433123.
HSL color Cylindrical-coordinate representation of color #632962: hue angle of 301.03º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632962 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 98 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.61 |
| HSL | 301.03º | 0.41% | 0.27% | - |
| HSV(B) | 301.03º | 0.59% | 0.39% | - |
| XYZ | 8.14 | 5.12 | 12.11 | - |
| YUV | 64.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 98 | 0 | 0.59 | 0.01 | 0.61 | 301.03 | 0.41 | 0.27 |
| Hex | 63 | 29 | 62 | 0 | 3B | 1 | 3D | 12D | 29 | 1B |
| Octal | 143 | 51 | 142 | 0 | 73 | 1 | 75 | 455 | 51 | 33 |
| Binary | 1100011 | 101001 | 1100010 | 0 | 111011 | 1 | 111101 | 100101101 | 101001 | 11011 |
Color Harmonies of #632962
Complementary color
Monochromatic Colors of #632962
Black with #632962
Text Example
Text Example
White with #632962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632962; }
p { color: rgb(99,41,98); }
H1.HeaderClassName
{
color: #632962;
}
.AnyTagClassName
{
color: #632962;
}
</style>
background-color css
<style>
a { background-color: #632962; }
a { background-color: rgb(99,41,98); }
div.DivClassName
{
background-color: #632962;
}
.BgClassName
{
background-color: #632962;
}
</style>
border-color css
<style>
span { border-color: #632962; }
span { border-color: rgb(99,41,98); }
td.TdClassName
{
border-color: #632962;
}
.TagClassName
{
border-color: #632962;
}
</style>