Shades of Palatinate Purple #631D61
Tints of Palatinate Purple #631D61
RGB
CMYK
RGB Variations
Color information
#631D61 (or 0x631D61) is known color: Palatinate Purple. HEX triplet: 63, 1D and 61. RGB value is (99,29,97). Sum of RGB (Red+Green+Blue) = 99+29+97=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #631D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D61 is #9CE29E. Grayscale: #393939. Windows color (decimal): -10281631 or 6364515. OLE color: 6364515.
HSL color Cylindrical-coordinate representation of color #631D61: hue angle of 301.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D61 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 97 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.61 |
| HSL | 301.71º | 0.55% | 0.25% | - |
| HSV(B) | 301.71º | 0.71% | 0.39% | - |
| XYZ | 7.74 | 4.39 | 11.75 | - |
| YUV | 57.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 97 | 0 | 0.71 | 0.02 | 0.61 | 301.71 | 0.55 | 0.25 |
| Hex | 63 | 1D | 61 | 0 | 47 | 2 | 3D | 12E | 37 | 19 |
| Octal | 143 | 35 | 141 | 0 | 107 | 2 | 75 | 456 | 67 | 31 |
| Binary | 1100011 | 11101 | 1100001 | 0 | 1000111 | 10 | 111101 | 100101110 | 110111 | 11001 |
Color Harmonies of #631D61
Complementary color
Monochromatic Colors of #631D61
Black with #631D61
Text Example
Text Example
White with #631D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D61; }
p { color: rgb(99,29,97); }
H1.HeaderClassName
{
color: #631D61;
}
.AnyTagClassName
{
color: #631D61;
}
</style>
background-color css
<style>
a { background-color: #631D61; }
a { background-color: rgb(99,29,97); }
div.DivClassName
{
background-color: #631D61;
}
.BgClassName
{
background-color: #631D61;
}
</style>
border-color css
<style>
span { border-color: #631D61; }
span { border-color: rgb(99,29,97); }
td.TdClassName
{
border-color: #631D61;
}
.TagClassName
{
border-color: #631D61;
}
</style>