Shades of Palatinate Purple #631964
Tints of Palatinate Purple #631964
RGB
CMYK
RGB Variations
Color information
#631964 (or 0x631964) is known color: Palatinate Purple. HEX triplet: 63, 19 and 64. RGB value is (99,25,100). Sum of RGB (Red+Green+Blue) = 99+25+100=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #631964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631964 is #9CE69B. Grayscale: #373737. Windows color (decimal): -10282652 or 6560099. OLE color: 6560099.
HSL color Cylindrical-coordinate representation of color #631964: hue angle of 299.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631964 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 100 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.61 |
| HSL | 299.2º | 0.6% | 0.25% | - |
| HSV(B) | 299.2º | 0.75% | 0.39% | - |
| XYZ | 7.79 | 4.27 | 12.47 | - |
| YUV | 55.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 100 | 0.01 | 0.75 | 0 | 0.61 | 299.2 | 0.6 | 0.25 |
| Hex | 63 | 19 | 64 | 1 | 4B | 0 | 3D | 12B | 3C | 19 |
| Octal | 143 | 31 | 144 | 1 | 113 | 0 | 75 | 453 | 74 | 31 |
| Binary | 1100011 | 11001 | 1100100 | 1 | 1001011 | 0 | 111101 | 100101011 | 111100 | 11001 |
Color Harmonies of #631964
Complementary color
Monochromatic Colors of #631964
Black with #631964
Text Example
Text Example
White with #631964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631964; }
p { color: rgb(99,25,100); }
H1.HeaderClassName
{
color: #631964;
}
.AnyTagClassName
{
color: #631964;
}
</style>
background-color css
<style>
a { background-color: #631964; }
a { background-color: rgb(99,25,100); }
div.DivClassName
{
background-color: #631964;
}
.BgClassName
{
background-color: #631964;
}
</style>
border-color css
<style>
span { border-color: #631964; }
span { border-color: rgb(99,25,100); }
td.TdClassName
{
border-color: #631964;
}
.TagClassName
{
border-color: #631964;
}
</style>