Shades of Palatinate Purple #63385D
Tints of Palatinate Purple #63385D
RGB
CMYK
RGB Variations
Color information
#63385D (or 0x63385D) is known color: Palatinate Purple. HEX triplet: 63, 38 and 5D. RGB value is (99,56,93). Sum of RGB (Red+Green+Blue) = 99+56+93=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385D is #9CC7A2. Grayscale: #484848. Windows color (decimal): -10274723 or 6109283. OLE color: 6109283.
HSL color Cylindrical-coordinate representation of color #63385D: hue angle of 308.37º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63385D is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 56 | 93 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.61 |
| HSL | 308.37º | 0.28% | 0.3% | - |
| HSV(B) | 308.37º | 0.43% | 0.39% | - |
| XYZ | 8.54 | 6.27 | 11.12 | - |
| YUV | 73.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 93 | 0 | 0.43 | 0.06 | 0.61 | 308.37 | 0.28 | 0.3 |
| Hex | 63 | 38 | 5D | 0 | 2B | 6 | 3D | 134 | 1C | 1E |
| Octal | 143 | 70 | 135 | 0 | 53 | 6 | 75 | 464 | 34 | 36 |
| Binary | 1100011 | 111000 | 1011101 | 0 | 101011 | 110 | 111101 | 100110100 | 11100 | 11110 |
Color Harmonies of #63385D
Complementary color
Monochromatic Colors of #63385D
Black with #63385D
Text Example
Text Example
White with #63385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63385D; }
p { color: rgb(99,56,93); }
H1.HeaderClassName
{
color: #63385D;
}
.AnyTagClassName
{
color: #63385D;
}
</style>
background-color css
<style>
a { background-color: #63385D; }
a { background-color: rgb(99,56,93); }
div.DivClassName
{
background-color: #63385D;
}
.BgClassName
{
background-color: #63385D;
}
</style>
border-color css
<style>
span { border-color: #63385D; }
span { border-color: rgb(99,56,93); }
td.TdClassName
{
border-color: #63385D;
}
.TagClassName
{
border-color: #63385D;
}
</style>