Shades of Palatinate Purple #631F57
Tints of Palatinate Purple #631F57
RGB
CMYK
RGB Variations
Color information
#631F57 (or 0x631F57) is known color: Palatinate Purple. HEX triplet: 63, 1F and 57. RGB value is (99,31,87). Sum of RGB (Red+Green+Blue) = 99+31+87=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #631F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F57 is #9CE0A8. Grayscale: #393939. Windows color (decimal): -10281129 or 5709667. OLE color: 5709667.
HSL color Cylindrical-coordinate representation of color #631F57: hue angle of 310.59º 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 #631F57 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 87 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.61 |
| HSL | 310.59º | 0.52% | 0.25% | - |
| HSV(B) | 310.59º | 0.69% | 0.39% | - |
| XYZ | 7.36 | 4.32 | 9.46 | - |
| YUV | 57.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 87 | 0 | 0.69 | 0.12 | 0.61 | 310.59 | 0.52 | 0.25 |
| Hex | 63 | 1F | 57 | 0 | 45 | C | 3D | 137 | 34 | 19 |
| Octal | 143 | 37 | 127 | 0 | 105 | 14 | 75 | 467 | 64 | 31 |
| Binary | 1100011 | 11111 | 1010111 | 0 | 1000101 | 1100 | 111101 | 100110111 | 110100 | 11001 |
Color Harmonies of #631F57
Complementary color
Monochromatic Colors of #631F57
Black with #631F57
Text Example
Text Example
White with #631F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F57; }
p { color: rgb(99,31,87); }
H1.HeaderClassName
{
color: #631F57;
}
.AnyTagClassName
{
color: #631F57;
}
</style>
background-color css
<style>
a { background-color: #631F57; }
a { background-color: rgb(99,31,87); }
div.DivClassName
{
background-color: #631F57;
}
.BgClassName
{
background-color: #631F57;
}
</style>
border-color css
<style>
span { border-color: #631F57; }
span { border-color: rgb(99,31,87); }
td.TdClassName
{
border-color: #631F57;
}
.TagClassName
{
border-color: #631F57;
}
</style>