Shades of Palatinate Purple #631B59
Tints of Palatinate Purple #631B59
RGB
CMYK
RGB Variations
Color information
#631B59 (or 0x631B59) is known color: Palatinate Purple. HEX triplet: 63, 1B and 59. RGB value is (99,27,89). Sum of RGB (Red+Green+Blue) = 99+27+89=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #631B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B59 is #9CE4A6. Grayscale: #373737. Windows color (decimal): -10282151 or 5839715. OLE color: 5839715.
HSL color Cylindrical-coordinate representation of color #631B59: hue angle of 308.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B59 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 89 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.61 |
| HSL | 308.33º | 0.57% | 0.25% | - |
| HSV(B) | 308.33º | 0.73% | 0.39% | - |
| XYZ | 7.34 | 4.16 | 9.87 | - |
| YUV | 55.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 89 | 0 | 0.73 | 0.10 | 0.61 | 308.33 | 0.57 | 0.25 |
| Hex | 63 | 1B | 59 | 0 | 49 | A | 3D | 134 | 39 | 19 |
| Octal | 143 | 33 | 131 | 0 | 111 | 12 | 75 | 464 | 71 | 31 |
| Binary | 1100011 | 11011 | 1011001 | 0 | 1001001 | 1010 | 111101 | 100110100 | 111001 | 11001 |
Color Harmonies of #631B59
Complementary color
Monochromatic Colors of #631B59
Black with #631B59
Text Example
Text Example
White with #631B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B59; }
p { color: rgb(99,27,89); }
H1.HeaderClassName
{
color: #631B59;
}
.AnyTagClassName
{
color: #631B59;
}
</style>
background-color css
<style>
a { background-color: #631B59; }
a { background-color: rgb(99,27,89); }
div.DivClassName
{
background-color: #631B59;
}
.BgClassName
{
background-color: #631B59;
}
</style>
border-color css
<style>
span { border-color: #631B59; }
span { border-color: rgb(99,27,89); }
td.TdClassName
{
border-color: #631B59;
}
.TagClassName
{
border-color: #631B59;
}
</style>