Shades of Palatinate Purple #63185B
Tints of Palatinate Purple #63185B
RGB
CMYK
RGB Variations
Color information
#63185B (or 0x63185B) is known color: Palatinate Purple. HEX triplet: 63, 18 and 5B. RGB value is (99,24,91). Sum of RGB (Red+Green+Blue) = 99+24+91=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63185B is #9CE7A4. Grayscale: #353535. Windows color (decimal): -10282917 or 5970019. OLE color: 5970019.
HSL color Cylindrical-coordinate representation of color #63185B: hue angle of 306.4º 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 #63185B is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 91 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.61 |
| HSL | 306.4º | 0.61% | 0.24% | - |
| HSV(B) | 306.4º | 0.76% | 0.39% | - |
| XYZ | 7.36 | 4.06 | 10.29 | - |
| YUV | 54.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 91 | 0 | 0.76 | 0.08 | 0.61 | 306.4 | 0.61 | 0.24 |
| Hex | 63 | 18 | 5B | 0 | 4C | 8 | 3D | 132 | 3D | 18 |
| Octal | 143 | 30 | 133 | 0 | 114 | 10 | 75 | 462 | 75 | 30 |
| Binary | 1100011 | 11000 | 1011011 | 0 | 1001100 | 1000 | 111101 | 100110010 | 111101 | 11000 |
Color Harmonies of #63185B
Complementary color
Monochromatic Colors of #63185B
Black with #63185B
Text Example
Text Example
White with #63185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63185B; }
p { color: rgb(99,24,91); }
H1.HeaderClassName
{
color: #63185B;
}
.AnyTagClassName
{
color: #63185B;
}
</style>
background-color css
<style>
a { background-color: #63185B; }
a { background-color: rgb(99,24,91); }
div.DivClassName
{
background-color: #63185B;
}
.BgClassName
{
background-color: #63185B;
}
</style>
border-color css
<style>
span { border-color: #63185B; }
span { border-color: rgb(99,24,91); }
td.TdClassName
{
border-color: #63185B;
}
.TagClassName
{
border-color: #63185B;
}
</style>