Shades of Palatinate Purple #63115C
Tints of Palatinate Purple #63115C
RGB
CMYK
RGB Variations
Color information
#63115C (or 0x63115C) is known color: Palatinate Purple. HEX triplet: 63, 11 and 5C. RGB value is (99,17,92). Sum of RGB (Red+Green+Blue) = 99+17+92=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63115C is #9CEEA3. Grayscale: #313131. Windows color (decimal): -10284708 or 6033763. OLE color: 6033763.
HSL color Cylindrical-coordinate representation of color #63115C: hue angle of 305.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63115C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 92 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.61 |
| HSL | 305.12º | 0.71% | 0.23% | - |
| HSV(B) | 305.12º | 0.83% | 0.39% | - |
| XYZ | 7.28 | 3.83 | 10.48 | - |
| YUV | 50.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 92 | 0 | 0.83 | 0.07 | 0.61 | 305.12 | 0.71 | 0.23 |
| Hex | 63 | 11 | 5C | 0 | 53 | 7 | 3D | 131 | 47 | 17 |
| Octal | 143 | 21 | 134 | 0 | 123 | 7 | 75 | 461 | 107 | 27 |
| Binary | 1100011 | 10001 | 1011100 | 0 | 1010011 | 111 | 111101 | 100110001 | 1000111 | 10111 |
Color Harmonies of #63115C
Complementary color
Monochromatic Colors of #63115C
Black with #63115C
Text Example
Text Example
White with #63115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63115C; }
p { color: rgb(99,17,92); }
H1.HeaderClassName
{
color: #63115C;
}
.AnyTagClassName
{
color: #63115C;
}
</style>
background-color css
<style>
a { background-color: #63115C; }
a { background-color: rgb(99,17,92); }
div.DivClassName
{
background-color: #63115C;
}
.BgClassName
{
background-color: #63115C;
}
</style>
border-color css
<style>
span { border-color: #63115C; }
span { border-color: rgb(99,17,92); }
td.TdClassName
{
border-color: #63115C;
}
.TagClassName
{
border-color: #63115C;
}
</style>