Shades of Palatinate Purple #630A64
Tints of Palatinate Purple #630A64
RGB
CMYK
RGB Variations
Color information
#630A64 (or 0x630A64) is known color: Palatinate Purple. HEX triplet: 63, 0A and 64. RGB value is (99,10,100). Sum of RGB (Red+Green+Blue) = 99+10+100=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #630A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A64 is #9CF59B. Grayscale: #2E2E2E. Windows color (decimal): -10286492 or 6556259. OLE color: 6556259.
HSL color Cylindrical-coordinate representation of color #630A64: hue angle of 299.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A64 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 100 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.61 |
| HSL | 299.33º | 0.82% | 0.22% | - |
| HSV(B) | 299.33º | 0.9% | 0.39% | - |
| XYZ | 7.55 | 3.79 | 12.39 | - |
| YUV | 46.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 100 | 0.01 | 0.90 | 0 | 0.61 | 299.33 | 0.82 | 0.22 |
| Hex | 63 | A | 64 | 1 | 5A | 0 | 3D | 12B | 52 | 16 |
| Octal | 143 | 12 | 144 | 1 | 132 | 0 | 75 | 453 | 122 | 26 |
| Binary | 1100011 | 1010 | 1100100 | 1 | 1011010 | 0 | 111101 | 100101011 | 1010010 | 10110 |
Color Harmonies of #630A64
Complementary color
Monochromatic Colors of #630A64
Black with #630A64
Text Example
Text Example
White with #630A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A64; }
p { color: rgb(99,10,100); }
H1.HeaderClassName
{
color: #630A64;
}
.AnyTagClassName
{
color: #630A64;
}
</style>
background-color css
<style>
a { background-color: #630A64; }
a { background-color: rgb(99,10,100); }
div.DivClassName
{
background-color: #630A64;
}
.BgClassName
{
background-color: #630A64;
}
</style>
border-color css
<style>
span { border-color: #630A64; }
span { border-color: rgb(99,10,100); }
td.TdClassName
{
border-color: #630A64;
}
.TagClassName
{
border-color: #630A64;
}
</style>