Shades of Palatinate Purple #631764
Tints of Palatinate Purple #631764
RGB
CMYK
RGB Variations
Color information
#631764 (or 0x631764) is known color: Palatinate Purple. HEX triplet: 63, 17 and 64. RGB value is (99,23,100). Sum of RGB (Red+Green+Blue) = 99+23+100=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #631764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631764 is #9CE89B. Grayscale: #363636. Windows color (decimal): -10283164 or 6559587. OLE color: 6559587.
HSL color Cylindrical-coordinate representation of color #631764: hue angle of 299.22º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631764 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 100 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.61 |
| HSL | 299.22º | 0.63% | 0.24% | - |
| HSV(B) | 299.22º | 0.77% | 0.39% | - |
| XYZ | 7.75 | 4.19 | 12.46 | - |
| YUV | 54.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 100 | 0.01 | 0.77 | 0 | 0.61 | 299.22 | 0.63 | 0.24 |
| Hex | 63 | 17 | 64 | 1 | 4D | 0 | 3D | 12B | 3F | 18 |
| Octal | 143 | 27 | 144 | 1 | 115 | 0 | 75 | 453 | 77 | 30 |
| Binary | 1100011 | 10111 | 1100100 | 1 | 1001101 | 0 | 111101 | 100101011 | 111111 | 11000 |
Color Harmonies of #631764
Complementary color
Monochromatic Colors of #631764
Black with #631764
Text Example
Text Example
White with #631764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631764; }
p { color: rgb(99,23,100); }
H1.HeaderClassName
{
color: #631764;
}
.AnyTagClassName
{
color: #631764;
}
</style>
background-color css
<style>
a { background-color: #631764; }
a { background-color: rgb(99,23,100); }
div.DivClassName
{
background-color: #631764;
}
.BgClassName
{
background-color: #631764;
}
</style>
border-color css
<style>
span { border-color: #631764; }
span { border-color: rgb(99,23,100); }
td.TdClassName
{
border-color: #631764;
}
.TagClassName
{
border-color: #631764;
}
</style>