Shades of Palatinate Purple #632053
Tints of Palatinate Purple #632053
RGB
CMYK
RGB Variations
Color information
#632053 (or 0x632053) is known color: Palatinate Purple. HEX triplet: 63, 20 and 53. RGB value is (99,32,83). Sum of RGB (Red+Green+Blue) = 99+32+83=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #632053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632053 is #9CDFAC. Grayscale: #393939. Windows color (decimal): -10280877 or 5447779. OLE color: 5447779.
HSL color Cylindrical-coordinate representation of color #632053: hue angle of 314.33º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632053 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 83 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.61 |
| HSL | 314.33º | 0.51% | 0.26% | - |
| HSV(B) | 314.33º | 0.68% | 0.39% | - |
| XYZ | 7.22 | 4.31 | 8.63 | - |
| YUV | 57.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 83 | 0 | 0.68 | 0.16 | 0.61 | 314.33 | 0.51 | 0.26 |
| Hex | 63 | 20 | 53 | 0 | 44 | 10 | 3D | 13A | 33 | 1A |
| Octal | 143 | 40 | 123 | 0 | 104 | 20 | 75 | 472 | 63 | 32 |
| Binary | 1100011 | 100000 | 1010011 | 0 | 1000100 | 10000 | 111101 | 100111010 | 110011 | 11010 |
Color Harmonies of #632053
Complementary color
Monochromatic Colors of #632053
Black with #632053
Text Example
Text Example
White with #632053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632053; }
p { color: rgb(99,32,83); }
H1.HeaderClassName
{
color: #632053;
}
.AnyTagClassName
{
color: #632053;
}
</style>
background-color css
<style>
a { background-color: #632053; }
a { background-color: rgb(99,32,83); }
div.DivClassName
{
background-color: #632053;
}
.BgClassName
{
background-color: #632053;
}
</style>
border-color css
<style>
span { border-color: #632053; }
span { border-color: rgb(99,32,83); }
td.TdClassName
{
border-color: #632053;
}
.TagClassName
{
border-color: #632053;
}
</style>