Shades of Palatinate Purple #63355C
Tints of Palatinate Purple #63355C
RGB
CMYK
RGB Variations
Color information
#63355C (or 0x63355C) is known color: Palatinate Purple. HEX triplet: 63, 35 and 5C. RGB value is (99,53,92). Sum of RGB (Red+Green+Blue) = 99+53+92=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63355C is #9CCAA3. Grayscale: #474747. Windows color (decimal): -10275492 or 6042979. OLE color: 6042979.
HSL color Cylindrical-coordinate representation of color #63355C: hue angle of 309.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63355C is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 92 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.61 |
| HSL | 309.13º | 0.3% | 0.3% | - |
| HSV(B) | 309.13º | 0.46% | 0.39% | - |
| XYZ | 8.35 | 5.97 | 10.84 | - |
| YUV | 71.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 92 | 0 | 0.46 | 0.07 | 0.61 | 309.13 | 0.3 | 0.3 |
| Hex | 63 | 35 | 5C | 0 | 2E | 7 | 3D | 135 | 1E | 1E |
| Octal | 143 | 65 | 134 | 0 | 56 | 7 | 75 | 465 | 36 | 36 |
| Binary | 1100011 | 110101 | 1011100 | 0 | 101110 | 111 | 111101 | 100110101 | 11110 | 11110 |
Color Harmonies of #63355C
Complementary color
Monochromatic Colors of #63355C
Black with #63355C
Text Example
Text Example
White with #63355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63355C; }
p { color: rgb(99,53,92); }
H1.HeaderClassName
{
color: #63355C;
}
.AnyTagClassName
{
color: #63355C;
}
</style>
background-color css
<style>
a { background-color: #63355C; }
a { background-color: rgb(99,53,92); }
div.DivClassName
{
background-color: #63355C;
}
.BgClassName
{
background-color: #63355C;
}
</style>
border-color css
<style>
span { border-color: #63355C; }
span { border-color: rgb(99,53,92); }
td.TdClassName
{
border-color: #63355C;
}
.TagClassName
{
border-color: #63355C;
}
</style>