Shades of Palatinate Purple #631164
Tints of Palatinate Purple #631164
RGB
CMYK
RGB Variations
Color information
#631164 (or 0x631164) is known color: Palatinate Purple. HEX triplet: 63, 11 and 64. RGB value is (99,17,100). Sum of RGB (Red+Green+Blue) = 99+17+100=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #631164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631164 is #9CEE9B. Grayscale: #323232. Windows color (decimal): -10284700 or 6558051. OLE color: 6558051.
HSL color Cylindrical-coordinate representation of color #631164: hue angle of 299.28º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631164 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 100 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.61 |
| HSL | 299.28º | 0.71% | 0.23% | - |
| HSV(B) | 299.28º | 0.83% | 0.39% | - |
| XYZ | 7.65 | 3.97 | 12.42 | - |
| YUV | 50.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 100 | 0.01 | 0.83 | 0 | 0.61 | 299.28 | 0.71 | 0.23 |
| Hex | 63 | 11 | 64 | 1 | 53 | 0 | 3D | 12B | 47 | 17 |
| Octal | 143 | 21 | 144 | 1 | 123 | 0 | 75 | 453 | 107 | 27 |
| Binary | 1100011 | 10001 | 1100100 | 1 | 1010011 | 0 | 111101 | 100101011 | 1000111 | 10111 |
Color Harmonies of #631164
Complementary color
Monochromatic Colors of #631164
Black with #631164
Text Example
Text Example
White with #631164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631164; }
p { color: rgb(99,17,100); }
H1.HeaderClassName
{
color: #631164;
}
.AnyTagClassName
{
color: #631164;
}
</style>
background-color css
<style>
a { background-color: #631164; }
a { background-color: rgb(99,17,100); }
div.DivClassName
{
background-color: #631164;
}
.BgClassName
{
background-color: #631164;
}
</style>
border-color css
<style>
span { border-color: #631164; }
span { border-color: rgb(99,17,100); }
td.TdClassName
{
border-color: #631164;
}
.TagClassName
{
border-color: #631164;
}
</style>