Shades of Palatinate Purple #631153
Tints of Palatinate Purple #631153
RGB
CMYK
RGB Variations
Color information
#631153 (or 0x631153) is known color: Palatinate Purple. HEX triplet: 63, 11 and 53. RGB value is (99,17,83). Sum of RGB (Red+Green+Blue) = 99+17+83=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #631153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631153 is #9CEEAC. Grayscale: #303030. Windows color (decimal): -10284717 or 5443939. OLE color: 5443939.
HSL color Cylindrical-coordinate representation of color #631153: hue angle of 311.71º 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 #631153 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 83 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.61 |
| HSL | 311.71º | 0.71% | 0.23% | - |
| HSV(B) | 311.71º | 0.83% | 0.39% | - |
| XYZ | 6.91 | 3.68 | 8.53 | - |
| YUV | 49.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 83 | 0 | 0.83 | 0.16 | 0.61 | 311.71 | 0.71 | 0.23 |
| Hex | 63 | 11 | 53 | 0 | 53 | 10 | 3D | 138 | 47 | 17 |
| Octal | 143 | 21 | 123 | 0 | 123 | 20 | 75 | 470 | 107 | 27 |
| Binary | 1100011 | 10001 | 1010011 | 0 | 1010011 | 10000 | 111101 | 100111000 | 1000111 | 10111 |
Color Harmonies of #631153
Complementary color
Monochromatic Colors of #631153
Black with #631153
Text Example
Text Example
White with #631153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631153; }
p { color: rgb(99,17,83); }
H1.HeaderClassName
{
color: #631153;
}
.AnyTagClassName
{
color: #631153;
}
</style>
background-color css
<style>
a { background-color: #631153; }
a { background-color: rgb(99,17,83); }
div.DivClassName
{
background-color: #631153;
}
.BgClassName
{
background-color: #631153;
}
</style>
border-color css
<style>
span { border-color: #631153; }
span { border-color: rgb(99,17,83); }
td.TdClassName
{
border-color: #631153;
}
.TagClassName
{
border-color: #631153;
}
</style>