Shades of Palatinate Purple #63245E
Tints of Palatinate Purple #63245E
RGB
CMYK
RGB Variations
Color information
#63245E (or 0x63245E) is known color: Palatinate Purple. HEX triplet: 63, 24 and 5E. RGB value is (99,36,94). Sum of RGB (Red+Green+Blue) = 99+36+94=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63245E is #9CDBA1. Grayscale: #3D3D3D. Windows color (decimal): -10279842 or 6169699. OLE color: 6169699.
HSL color Cylindrical-coordinate representation of color #63245E: hue angle of 304.76º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63245E is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 94 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.61 |
| HSL | 304.76º | 0.47% | 0.26% | - |
| HSV(B) | 304.76º | 0.64% | 0.39% | - |
| XYZ | 7.8 | 4.72 | 11.09 | - |
| YUV | 61.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 94 | 0 | 0.64 | 0.05 | 0.61 | 304.76 | 0.47 | 0.26 |
| Hex | 63 | 24 | 5E | 0 | 40 | 5 | 3D | 131 | 2F | 1A |
| Octal | 143 | 44 | 136 | 0 | 100 | 5 | 75 | 461 | 57 | 32 |
| Binary | 1100011 | 100100 | 1011110 | 0 | 1000000 | 101 | 111101 | 100110001 | 101111 | 11010 |
Color Harmonies of #63245E
Complementary color
Monochromatic Colors of #63245E
Black with #63245E
Text Example
Text Example
White with #63245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63245E; }
p { color: rgb(99,36,94); }
H1.HeaderClassName
{
color: #63245E;
}
.AnyTagClassName
{
color: #63245E;
}
</style>
background-color css
<style>
a { background-color: #63245E; }
a { background-color: rgb(99,36,94); }
div.DivClassName
{
background-color: #63245E;
}
.BgClassName
{
background-color: #63245E;
}
</style>
border-color css
<style>
span { border-color: #63245E; }
span { border-color: rgb(99,36,94); }
td.TdClassName
{
border-color: #63245E;
}
.TagClassName
{
border-color: #63245E;
}
</style>