Shades of Palatinate Purple #631D54
Tints of Palatinate Purple #631D54
RGB
CMYK
RGB Variations
Color information
#631D54 (or 0x631D54) is known color: Palatinate Purple. HEX triplet: 63, 1D and 54. RGB value is (99,29,84). Sum of RGB (Red+Green+Blue) = 99+29+84=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D54 is #9CE2AB. Grayscale: #383838. Windows color (decimal): -10281644 or 5512547. OLE color: 5512547.
HSL color Cylindrical-coordinate representation of color #631D54: hue angle of 312.86º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D54 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 84 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.61 |
| HSL | 312.86º | 0.55% | 0.25% | - |
| HSV(B) | 312.86º | 0.71% | 0.39% | - |
| XYZ | 7.19 | 4.17 | 8.81 | - |
| YUV | 56.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 84 | 0 | 0.71 | 0.15 | 0.61 | 312.86 | 0.55 | 0.25 |
| Hex | 63 | 1D | 54 | 0 | 47 | F | 3D | 139 | 37 | 19 |
| Octal | 143 | 35 | 124 | 0 | 107 | 17 | 75 | 471 | 67 | 31 |
| Binary | 1100011 | 11101 | 1010100 | 0 | 1000111 | 1111 | 111101 | 100111001 | 110111 | 11001 |
Color Harmonies of #631D54
Complementary color
Monochromatic Colors of #631D54
Black with #631D54
Text Example
Text Example
White with #631D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D54; }
p { color: rgb(99,29,84); }
H1.HeaderClassName
{
color: #631D54;
}
.AnyTagClassName
{
color: #631D54;
}
</style>
background-color css
<style>
a { background-color: #631D54; }
a { background-color: rgb(99,29,84); }
div.DivClassName
{
background-color: #631D54;
}
.BgClassName
{
background-color: #631D54;
}
</style>
border-color css
<style>
span { border-color: #631D54; }
span { border-color: rgb(99,29,84); }
td.TdClassName
{
border-color: #631D54;
}
.TagClassName
{
border-color: #631D54;
}
</style>