Shades of Palatinate Purple #631961
Tints of Palatinate Purple #631961
RGB
CMYK
RGB Variations
Color information
#631961 (or 0x631961) is known color: Palatinate Purple. HEX triplet: 63, 19 and 61. RGB value is (99,25,97). Sum of RGB (Red+Green+Blue) = 99+25+97=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #631961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631961 is #9CE69E. Grayscale: #373737. Windows color (decimal): -10282655 or 6363491. OLE color: 6363491.
HSL color Cylindrical-coordinate representation of color #631961: hue angle of 301.62º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631961 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 97 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.61 |
| HSL | 301.62º | 0.6% | 0.24% | - |
| HSV(B) | 301.62º | 0.75% | 0.39% | - |
| XYZ | 7.65 | 4.21 | 11.72 | - |
| YUV | 55.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 97 | 0 | 0.75 | 0.02 | 0.61 | 301.62 | 0.6 | 0.24 |
| Hex | 63 | 19 | 61 | 0 | 4B | 2 | 3D | 12E | 3C | 18 |
| Octal | 143 | 31 | 141 | 0 | 113 | 2 | 75 | 456 | 74 | 30 |
| Binary | 1100011 | 11001 | 1100001 | 0 | 1001011 | 10 | 111101 | 100101110 | 111100 | 11000 |
Color Harmonies of #631961
Complementary color
Monochromatic Colors of #631961
Black with #631961
Text Example
Text Example
White with #631961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631961; }
p { color: rgb(99,25,97); }
H1.HeaderClassName
{
color: #631961;
}
.AnyTagClassName
{
color: #631961;
}
</style>
background-color css
<style>
a { background-color: #631961; }
a { background-color: rgb(99,25,97); }
div.DivClassName
{
background-color: #631961;
}
.BgClassName
{
background-color: #631961;
}
</style>
border-color css
<style>
span { border-color: #631961; }
span { border-color: rgb(99,25,97); }
td.TdClassName
{
border-color: #631961;
}
.TagClassName
{
border-color: #631961;
}
</style>