Shades of Palatinate Purple #631F51
Tints of Palatinate Purple #631F51
RGB
CMYK
RGB Variations
Color information
#631F51 (or 0x631F51) is known color: Palatinate Purple. HEX triplet: 63, 1F and 51. RGB value is (99,31,81). Sum of RGB (Red+Green+Blue) = 99+31+81=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #631F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F51 is #9CE0AE. Grayscale: #383838. Windows color (decimal): -10281135 or 5316451. OLE color: 5316451.
HSL color Cylindrical-coordinate representation of color #631F51: hue angle of 315.88º 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 #631F51 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 81 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.61 |
| HSL | 315.88º | 0.52% | 0.25% | - |
| HSV(B) | 315.88º | 0.69% | 0.39% | - |
| XYZ | 7.12 | 4.23 | 8.23 | - |
| YUV | 57.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 81 | 0 | 0.69 | 0.18 | 0.61 | 315.88 | 0.52 | 0.25 |
| Hex | 63 | 1F | 51 | 0 | 45 | 12 | 3D | 13C | 34 | 19 |
| Octal | 143 | 37 | 121 | 0 | 105 | 22 | 75 | 474 | 64 | 31 |
| Binary | 1100011 | 11111 | 1010001 | 0 | 1000101 | 10010 | 111101 | 100111100 | 110100 | 11001 |
Color Harmonies of #631F51
Complementary color
Monochromatic Colors of #631F51
Black with #631F51
Text Example
Text Example
White with #631F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F51; }
p { color: rgb(99,31,81); }
H1.HeaderClassName
{
color: #631F51;
}
.AnyTagClassName
{
color: #631F51;
}
</style>
background-color css
<style>
a { background-color: #631F51; }
a { background-color: rgb(99,31,81); }
div.DivClassName
{
background-color: #631F51;
}
.BgClassName
{
background-color: #631F51;
}
</style>
border-color css
<style>
span { border-color: #631F51; }
span { border-color: rgb(99,31,81); }
td.TdClassName
{
border-color: #631F51;
}
.TagClassName
{
border-color: #631F51;
}
</style>