Shades of Palatinate Purple #63365E
Tints of Palatinate Purple #63365E
RGB
CMYK
RGB Variations
Color information
#63365E (or 0x63365E) is known color: Palatinate Purple. HEX triplet: 63, 36 and 5E. RGB value is (99,54,94). Sum of RGB (Red+Green+Blue) = 99+54+94=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365E is #9CC9A1. Grayscale: #474747. Windows color (decimal): -10275234 or 6174307. OLE color: 6174307.
HSL color Cylindrical-coordinate representation of color #63365E: hue angle of 306.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63365E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 94 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.61 |
| HSL | 306.67º | 0.29% | 0.3% | - |
| HSV(B) | 306.67º | 0.45% | 0.39% | - |
| XYZ | 8.49 | 6.1 | 11.32 | - |
| YUV | 72.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 94 | 0 | 0.45 | 0.05 | 0.61 | 306.67 | 0.29 | 0.3 |
| Hex | 63 | 36 | 5E | 0 | 2D | 5 | 3D | 133 | 1D | 1E |
| Octal | 143 | 66 | 136 | 0 | 55 | 5 | 75 | 463 | 35 | 36 |
| Binary | 1100011 | 110110 | 1011110 | 0 | 101101 | 101 | 111101 | 100110011 | 11101 | 11110 |
Color Harmonies of #63365E
Complementary color
Monochromatic Colors of #63365E
Black with #63365E
Text Example
Text Example
White with #63365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63365E; }
p { color: rgb(99,54,94); }
H1.HeaderClassName
{
color: #63365E;
}
.AnyTagClassName
{
color: #63365E;
}
</style>
background-color css
<style>
a { background-color: #63365E; }
a { background-color: rgb(99,54,94); }
div.DivClassName
{
background-color: #63365E;
}
.BgClassName
{
background-color: #63365E;
}
</style>
border-color css
<style>
span { border-color: #63365E; }
span { border-color: rgb(99,54,94); }
td.TdClassName
{
border-color: #63365E;
}
.TagClassName
{
border-color: #63365E;
}
</style>