Shades of Palatinate Purple #63185D
Tints of Palatinate Purple #63185D
RGB
CMYK
RGB Variations
Color information
#63185D (or 0x63185D) is known color: Palatinate Purple. HEX triplet: 63, 18 and 5D. RGB value is (99,24,93). Sum of RGB (Red+Green+Blue) = 99+24+93=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63185D is #9CE7A2. Grayscale: #363636. Windows color (decimal): -10282915 or 6101091. OLE color: 6101091.
HSL color Cylindrical-coordinate representation of color #63185D: hue angle of 304.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63185D is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 93 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.61 |
| HSL | 304.8º | 0.61% | 0.24% | - |
| HSV(B) | 304.8º | 0.76% | 0.39% | - |
| XYZ | 7.45 | 4.1 | 10.75 | - |
| YUV | 54.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 93 | 0 | 0.76 | 0.06 | 0.61 | 304.8 | 0.61 | 0.24 |
| Hex | 63 | 18 | 5D | 0 | 4C | 6 | 3D | 131 | 3D | 18 |
| Octal | 143 | 30 | 135 | 0 | 114 | 6 | 75 | 461 | 75 | 30 |
| Binary | 1100011 | 11000 | 1011101 | 0 | 1001100 | 110 | 111101 | 100110001 | 111101 | 11000 |
Color Harmonies of #63185D
Complementary color
Monochromatic Colors of #63185D
Black with #63185D
Text Example
Text Example
White with #63185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63185D; }
p { color: rgb(99,24,93); }
H1.HeaderClassName
{
color: #63185D;
}
.AnyTagClassName
{
color: #63185D;
}
</style>
background-color css
<style>
a { background-color: #63185D; }
a { background-color: rgb(99,24,93); }
div.DivClassName
{
background-color: #63185D;
}
.BgClassName
{
background-color: #63185D;
}
</style>
border-color css
<style>
span { border-color: #63185D; }
span { border-color: rgb(99,24,93); }
td.TdClassName
{
border-color: #63185D;
}
.TagClassName
{
border-color: #63185D;
}
</style>