Shades of Palatinate Purple #63155B
Tints of Palatinate Purple #63155B
RGB
CMYK
RGB Variations
Color information
#63155B (or 0x63155B) is known color: Palatinate Purple. HEX triplet: 63, 15 and 5B. RGB value is (99,21,91). Sum of RGB (Red+Green+Blue) = 99+21+91=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63155B is #9CEAA4. Grayscale: #343434. Windows color (decimal): -10283685 or 5969251. OLE color: 5969251.
HSL color Cylindrical-coordinate representation of color #63155B: hue angle of 306.15º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63155B is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 21 | 91 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.61 |
| HSL | 306.15º | 0.65% | 0.24% | - |
| HSV(B) | 306.15º | 0.79% | 0.39% | - |
| XYZ | 7.3 | 3.94 | 10.27 | - |
| YUV | 52.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 91 | 0 | 0.79 | 0.08 | 0.61 | 306.15 | 0.65 | 0.24 |
| Hex | 63 | 15 | 5B | 0 | 4F | 8 | 3D | 132 | 41 | 18 |
| Octal | 143 | 25 | 133 | 0 | 117 | 10 | 75 | 462 | 101 | 30 |
| Binary | 1100011 | 10101 | 1011011 | 0 | 1001111 | 1000 | 111101 | 100110010 | 1000001 | 11000 |
Color Harmonies of #63155B
Complementary color
Monochromatic Colors of #63155B
Black with #63155B
Text Example
Text Example
White with #63155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63155B; }
p { color: rgb(99,21,91); }
H1.HeaderClassName
{
color: #63155B;
}
.AnyTagClassName
{
color: #63155B;
}
</style>
background-color css
<style>
a { background-color: #63155B; }
a { background-color: rgb(99,21,91); }
div.DivClassName
{
background-color: #63155B;
}
.BgClassName
{
background-color: #63155B;
}
</style>
border-color css
<style>
span { border-color: #63155B; }
span { border-color: rgb(99,21,91); }
td.TdClassName
{
border-color: #63155B;
}
.TagClassName
{
border-color: #63155B;
}
</style>