Shades of Palatinate Purple #631B51
Tints of Palatinate Purple #631B51
RGB
CMYK
RGB Variations
Color information
#631B51 (or 0x631B51) is known color: Palatinate Purple. HEX triplet: 63, 1B and 51. RGB value is (99,27,81). Sum of RGB (Red+Green+Blue) = 99+27+81=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #631B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B51 is #9CE4AE. Grayscale: #363636. Windows color (decimal): -10282159 or 5315427. OLE color: 5315427.
HSL color Cylindrical-coordinate representation of color #631B51: hue angle of 315º 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 #631B51 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 81 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.61 |
| HSL | 315º | 0.57% | 0.25% | - |
| HSV(B) | 315º | 0.73% | 0.39% | - |
| XYZ | 7.02 | 4.03 | 8.19 | - |
| YUV | 54.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 81 | 0 | 0.73 | 0.18 | 0.61 | 315 | 0.57 | 0.25 |
| Hex | 63 | 1B | 51 | 0 | 49 | 12 | 3D | 13B | 39 | 19 |
| Octal | 143 | 33 | 121 | 0 | 111 | 22 | 75 | 473 | 71 | 31 |
| Binary | 1100011 | 11011 | 1010001 | 0 | 1001001 | 10010 | 111101 | 100111011 | 111001 | 11001 |
Color Harmonies of #631B51
Complementary color
Monochromatic Colors of #631B51
Black with #631B51
Text Example
Text Example
White with #631B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B51; }
p { color: rgb(99,27,81); }
H1.HeaderClassName
{
color: #631B51;
}
.AnyTagClassName
{
color: #631B51;
}
</style>
background-color css
<style>
a { background-color: #631B51; }
a { background-color: rgb(99,27,81); }
div.DivClassName
{
background-color: #631B51;
}
.BgClassName
{
background-color: #631B51;
}
</style>
border-color css
<style>
span { border-color: #631B51; }
span { border-color: rgb(99,27,81); }
td.TdClassName
{
border-color: #631B51;
}
.TagClassName
{
border-color: #631B51;
}
</style>