Shades of Palatinate Purple #631F59
Tints of Palatinate Purple #631F59
RGB
CMYK
RGB Variations
Color information
#631F59 (or 0x631F59) is known color: Palatinate Purple. HEX triplet: 63, 1F and 59. RGB value is (99,31,89). Sum of RGB (Red+Green+Blue) = 99+31+89=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #631F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F59 is #9CE0A6. Grayscale: #393939. Windows color (decimal): -10281127 or 5840739. OLE color: 5840739.
HSL color Cylindrical-coordinate representation of color #631F59: hue angle of 308.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F59 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 89 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.61 |
| HSL | 308.82º | 0.52% | 0.25% | - |
| HSV(B) | 308.82º | 0.69% | 0.39% | - |
| XYZ | 7.44 | 4.35 | 9.9 | - |
| YUV | 57.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 89 | 0 | 0.69 | 0.10 | 0.61 | 308.82 | 0.52 | 0.25 |
| Hex | 63 | 1F | 59 | 0 | 45 | A | 3D | 135 | 34 | 19 |
| Octal | 143 | 37 | 131 | 0 | 105 | 12 | 75 | 465 | 64 | 31 |
| Binary | 1100011 | 11111 | 1011001 | 0 | 1000101 | 1010 | 111101 | 100110101 | 110100 | 11001 |
Color Harmonies of #631F59
Complementary color
Monochromatic Colors of #631F59
Black with #631F59
Text Example
Text Example
White with #631F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F59; }
p { color: rgb(99,31,89); }
H1.HeaderClassName
{
color: #631F59;
}
.AnyTagClassName
{
color: #631F59;
}
</style>
background-color css
<style>
a { background-color: #631F59; }
a { background-color: rgb(99,31,89); }
div.DivClassName
{
background-color: #631F59;
}
.BgClassName
{
background-color: #631F59;
}
</style>
border-color css
<style>
span { border-color: #631F59; }
span { border-color: rgb(99,31,89); }
td.TdClassName
{
border-color: #631F59;
}
.TagClassName
{
border-color: #631F59;
}
</style>