Shades of Palatinate Purple #63205E
Tints of Palatinate Purple #63205E
RGB
CMYK
RGB Variations
Color information
#63205E (or 0x63205E) is known color: Palatinate Purple. HEX triplet: 63, 20 and 5E. RGB value is (99,32,94). Sum of RGB (Red+Green+Blue) = 99+32+94=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63205E is #9CDFA1. Grayscale: #3A3A3A. Windows color (decimal): -10280866 or 6168675. OLE color: 6168675.
HSL color Cylindrical-coordinate representation of color #63205E: hue angle of 304.48º 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 #63205E is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 94 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.61 |
| HSL | 304.48º | 0.51% | 0.26% | - |
| HSV(B) | 304.48º | 0.68% | 0.39% | - |
| XYZ | 7.68 | 4.49 | 11.05 | - |
| YUV | 59.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 94 | 0 | 0.68 | 0.05 | 0.61 | 304.48 | 0.51 | 0.26 |
| Hex | 63 | 20 | 5E | 0 | 44 | 5 | 3D | 130 | 33 | 1A |
| Octal | 143 | 40 | 136 | 0 | 104 | 5 | 75 | 460 | 63 | 32 |
| Binary | 1100011 | 100000 | 1011110 | 0 | 1000100 | 101 | 111101 | 100110000 | 110011 | 11010 |
Color Harmonies of #63205E
Complementary color
Monochromatic Colors of #63205E
Black with #63205E
Text Example
Text Example
White with #63205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63205E; }
p { color: rgb(99,32,94); }
H1.HeaderClassName
{
color: #63205E;
}
.AnyTagClassName
{
color: #63205E;
}
</style>
background-color css
<style>
a { background-color: #63205E; }
a { background-color: rgb(99,32,94); }
div.DivClassName
{
background-color: #63205E;
}
.BgClassName
{
background-color: #63205E;
}
</style>
border-color css
<style>
span { border-color: #63205E; }
span { border-color: rgb(99,32,94); }
td.TdClassName
{
border-color: #63205E;
}
.TagClassName
{
border-color: #63205E;
}
</style>