Shades of Palatinate Purple #631D5E
Tints of Palatinate Purple #631D5E
RGB
CMYK
RGB Variations
Color information
#631D5E (or 0x631D5E) is known color: Palatinate Purple. HEX triplet: 63, 1D and 5E. RGB value is (99,29,94). Sum of RGB (Red+Green+Blue) = 99+29+94=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #631D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D5E is #9CE2A1. Grayscale: #393939. Windows color (decimal): -10281634 or 6167907. OLE color: 6167907.
HSL color Cylindrical-coordinate representation of color #631D5E: hue angle of 304.29º 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 #631D5E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 94 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.61 |
| HSL | 304.29º | 0.55% | 0.25% | - |
| HSV(B) | 304.29º | 0.71% | 0.39% | - |
| XYZ | 7.61 | 4.34 | 11.03 | - |
| YUV | 57.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 94 | 0 | 0.71 | 0.05 | 0.61 | 304.29 | 0.55 | 0.25 |
| Hex | 63 | 1D | 5E | 0 | 47 | 5 | 3D | 130 | 37 | 19 |
| Octal | 143 | 35 | 136 | 0 | 107 | 5 | 75 | 460 | 67 | 31 |
| Binary | 1100011 | 11101 | 1011110 | 0 | 1000111 | 101 | 111101 | 100110000 | 110111 | 11001 |
Color Harmonies of #631D5E
Complementary color
Monochromatic Colors of #631D5E
Black with #631D5E
Text Example
Text Example
White with #631D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D5E; }
p { color: rgb(99,29,94); }
H1.HeaderClassName
{
color: #631D5E;
}
.AnyTagClassName
{
color: #631D5E;
}
</style>
background-color css
<style>
a { background-color: #631D5E; }
a { background-color: rgb(99,29,94); }
div.DivClassName
{
background-color: #631D5E;
}
.BgClassName
{
background-color: #631D5E;
}
</style>
border-color css
<style>
span { border-color: #631D5E; }
span { border-color: rgb(99,29,94); }
td.TdClassName
{
border-color: #631D5E;
}
.TagClassName
{
border-color: #631D5E;
}
</style>