Shades of Palatinate Purple #631264
Tints of Palatinate Purple #631264
RGB
CMYK
RGB Variations
Color information
#631264 (or 0x631264) is known color: Palatinate Purple. HEX triplet: 63, 12 and 64. RGB value is (99,18,100). Sum of RGB (Red+Green+Blue) = 99+18+100=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #631264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631264 is #9CED9B. Grayscale: #333333. Windows color (decimal): -10284444 or 6558307. OLE color: 6558307.
HSL color Cylindrical-coordinate representation of color #631264: hue angle of 299.27º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631264 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 100 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.61 |
| HSL | 299.27º | 0.69% | 0.23% | - |
| HSV(B) | 299.27º | 0.82% | 0.39% | - |
| XYZ | 7.66 | 4.01 | 12.43 | - |
| YUV | 51.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 100 | 0.01 | 0.82 | 0 | 0.61 | 299.27 | 0.69 | 0.23 |
| Hex | 63 | 12 | 64 | 1 | 52 | 0 | 3D | 12B | 45 | 17 |
| Octal | 143 | 22 | 144 | 1 | 122 | 0 | 75 | 453 | 105 | 27 |
| Binary | 1100011 | 10010 | 1100100 | 1 | 1010010 | 0 | 111101 | 100101011 | 1000101 | 10111 |
Color Harmonies of #631264
Complementary color
Monochromatic Colors of #631264
Black with #631264
Text Example
Text Example
White with #631264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631264; }
p { color: rgb(99,18,100); }
H1.HeaderClassName
{
color: #631264;
}
.AnyTagClassName
{
color: #631264;
}
</style>
background-color css
<style>
a { background-color: #631264; }
a { background-color: rgb(99,18,100); }
div.DivClassName
{
background-color: #631264;
}
.BgClassName
{
background-color: #631264;
}
</style>
border-color css
<style>
span { border-color: #631264; }
span { border-color: rgb(99,18,100); }
td.TdClassName
{
border-color: #631264;
}
.TagClassName
{
border-color: #631264;
}
</style>