Shades of Palatinate Purple #632060
Tints of Palatinate Purple #632060
RGB
CMYK
RGB Variations
Color information
#632060 (or 0x632060) is known color: Palatinate Purple. HEX triplet: 63, 20 and 60. RGB value is (99,32,96). Sum of RGB (Red+Green+Blue) = 99+32+96=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632060 is #9CDF9F. Grayscale: #3B3B3B. Windows color (decimal): -10280864 or 6299747. OLE color: 6299747.
HSL color Cylindrical-coordinate representation of color #632060: hue angle of 302.69º 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 #632060 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 96 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.61 |
| HSL | 302.69º | 0.51% | 0.26% | - |
| HSV(B) | 302.69º | 0.68% | 0.39% | - |
| XYZ | 7.77 | 4.53 | 11.53 | - |
| YUV | 59.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 96 | 0 | 0.68 | 0.03 | 0.61 | 302.69 | 0.51 | 0.26 |
| Hex | 63 | 20 | 60 | 0 | 44 | 3 | 3D | 12F | 33 | 1A |
| Octal | 143 | 40 | 140 | 0 | 104 | 3 | 75 | 457 | 63 | 32 |
| Binary | 1100011 | 100000 | 1100000 | 0 | 1000100 | 11 | 111101 | 100101111 | 110011 | 11010 |
Color Harmonies of #632060
Complementary color
Monochromatic Colors of #632060
Black with #632060
Text Example
Text Example
White with #632060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632060; }
p { color: rgb(99,32,96); }
H1.HeaderClassName
{
color: #632060;
}
.AnyTagClassName
{
color: #632060;
}
</style>
background-color css
<style>
a { background-color: #632060; }
a { background-color: rgb(99,32,96); }
div.DivClassName
{
background-color: #632060;
}
.BgClassName
{
background-color: #632060;
}
</style>
border-color css
<style>
span { border-color: #632060; }
span { border-color: rgb(99,32,96); }
td.TdClassName
{
border-color: #632060;
}
.TagClassName
{
border-color: #632060;
}
</style>