Shades of Palatinate Purple #632964
Tints of Palatinate Purple #632964
RGB
CMYK
RGB Variations
Color information
#632964 (or 0x632964) is known color: Palatinate Purple. HEX triplet: 63, 29 and 64. RGB value is (99,41,100). Sum of RGB (Red+Green+Blue) = 99+41+100=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #632964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632964 is #9CD69B. Grayscale: #404040. Windows color (decimal): -10278556 or 6564195. OLE color: 6564195.
HSL color Cylindrical-coordinate representation of color #632964: hue angle of 298.98º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632964 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 100 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.61 |
| HSL | 298.98º | 0.42% | 0.28% | - |
| HSV(B) | 298.98º | 0.59% | 0.39% | - |
| XYZ | 8.24 | 5.16 | 12.62 | - |
| YUV | 65.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 100 | 0.01 | 0.59 | 0 | 0.61 | 298.98 | 0.42 | 0.28 |
| Hex | 63 | 29 | 64 | 1 | 3B | 0 | 3D | 12B | 2A | 1C |
| Octal | 143 | 51 | 144 | 1 | 73 | 0 | 75 | 453 | 52 | 34 |
| Binary | 1100011 | 101001 | 1100100 | 1 | 111011 | 0 | 111101 | 100101011 | 101010 | 11100 |
Color Harmonies of #632964
Complementary color
Monochromatic Colors of #632964
Black with #632964
Text Example
Text Example
White with #632964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632964; }
p { color: rgb(99,41,100); }
H1.HeaderClassName
{
color: #632964;
}
.AnyTagClassName
{
color: #632964;
}
</style>
background-color css
<style>
a { background-color: #632964; }
a { background-color: rgb(99,41,100); }
div.DivClassName
{
background-color: #632964;
}
.BgClassName
{
background-color: #632964;
}
</style>
border-color css
<style>
span { border-color: #632964; }
span { border-color: rgb(99,41,100); }
td.TdClassName
{
border-color: #632964;
}
.TagClassName
{
border-color: #632964;
}
</style>