Shades of Palatinate Purple #631361
Tints of Palatinate Purple #631361
RGB
CMYK
RGB Variations
Color information
#631361 (or 0x631361) is known color: Palatinate Purple. HEX triplet: 63, 13 and 61. RGB value is (99,19,97). Sum of RGB (Red+Green+Blue) = 99+19+97=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #631361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631361 is #9CEC9E. Grayscale: #333333. Windows color (decimal): -10284191 or 6361955. OLE color: 6361955.
HSL color Cylindrical-coordinate representation of color #631361: hue angle of 301.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631361 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 97 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.61 |
| HSL | 301.5º | 0.68% | 0.23% | - |
| HSV(B) | 301.5º | 0.81% | 0.39% | - |
| XYZ | 7.54 | 3.98 | 11.68 | - |
| YUV | 51.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 97 | 0 | 0.81 | 0.02 | 0.61 | 301.5 | 0.68 | 0.23 |
| Hex | 63 | 13 | 61 | 0 | 51 | 2 | 3D | 12E | 44 | 17 |
| Octal | 143 | 23 | 141 | 0 | 121 | 2 | 75 | 456 | 104 | 27 |
| Binary | 1100011 | 10011 | 1100001 | 0 | 1010001 | 10 | 111101 | 100101110 | 1000100 | 10111 |
Color Harmonies of #631361
Complementary color
Monochromatic Colors of #631361
Black with #631361
Text Example
Text Example
White with #631361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631361; }
p { color: rgb(99,19,97); }
H1.HeaderClassName
{
color: #631361;
}
.AnyTagClassName
{
color: #631361;
}
</style>
background-color css
<style>
a { background-color: #631361; }
a { background-color: rgb(99,19,97); }
div.DivClassName
{
background-color: #631361;
}
.BgClassName
{
background-color: #631361;
}
</style>
border-color css
<style>
span { border-color: #631361; }
span { border-color: rgb(99,19,97); }
td.TdClassName
{
border-color: #631361;
}
.TagClassName
{
border-color: #631361;
}
</style>