Shades of Palatinate Purple #632162
Tints of Palatinate Purple #632162
RGB
CMYK
RGB Variations
Color information
#632162 (or 0x632162) is known color: Palatinate Purple. HEX triplet: 63, 21 and 62. RGB value is (99,33,98). Sum of RGB (Red+Green+Blue) = 99+33+98=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #632162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632162 is #9CDE9D. Grayscale: #3B3B3B. Windows color (decimal): -10280606 or 6431075. OLE color: 6431075.
HSL color Cylindrical-coordinate representation of color #632162: hue angle of 300.91º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632162 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 98 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.61 |
| HSL | 300.91º | 0.5% | 0.26% | - |
| HSV(B) | 300.91º | 0.67% | 0.39% | - |
| XYZ | 7.89 | 4.62 | 12.03 | - |
| YUV | 60.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 98 | 0 | 0.67 | 0.01 | 0.61 | 300.91 | 0.5 | 0.26 |
| Hex | 63 | 21 | 62 | 0 | 43 | 1 | 3D | 12D | 32 | 1A |
| Octal | 143 | 41 | 142 | 0 | 103 | 1 | 75 | 455 | 62 | 32 |
| Binary | 1100011 | 100001 | 1100010 | 0 | 1000011 | 1 | 111101 | 100101101 | 110010 | 11010 |
Color Harmonies of #632162
Complementary color
Monochromatic Colors of #632162
Black with #632162
Text Example
Text Example
White with #632162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632162; }
p { color: rgb(99,33,98); }
H1.HeaderClassName
{
color: #632162;
}
.AnyTagClassName
{
color: #632162;
}
</style>
background-color css
<style>
a { background-color: #632162; }
a { background-color: rgb(99,33,98); }
div.DivClassName
{
background-color: #632162;
}
.BgClassName
{
background-color: #632162;
}
</style>
border-color css
<style>
span { border-color: #632162; }
span { border-color: rgb(99,33,98); }
td.TdClassName
{
border-color: #632162;
}
.TagClassName
{
border-color: #632162;
}
</style>