Shades of Palatinate Purple #630A65
Tints of Palatinate Purple #630A65
RGB
CMYK
RGB Variations
Color information
#630A65 (or 0x630A65) is known color: Palatinate Purple. HEX triplet: 63, 0A and 65. RGB value is (99,10,101). Sum of RGB (Red+Green+Blue) = 99+10+101=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #630A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A65 is #9CF59A. Grayscale: #2E2E2E. Windows color (decimal): -10286491 or 6621795. OLE color: 6621795.
HSL color Cylindrical-coordinate representation of color #630A65: hue angle of 298.68º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A65 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 10 | 101 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.60 |
| HSL | 298.68º | 0.82% | 0.22% | - |
| HSV(B) | 298.68º | 0.9% | 0.4% | - |
| XYZ | 7.6 | 3.81 | 12.65 | - |
| YUV | 46.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 101 | 0.02 | 0.90 | 0 | 0.60 | 298.68 | 0.82 | 0.22 |
| Hex | 63 | A | 65 | 2 | 5A | 0 | 3C | 12B | 52 | 16 |
| Octal | 143 | 12 | 145 | 2 | 132 | 0 | 74 | 453 | 122 | 26 |
| Binary | 1100011 | 1010 | 1100101 | 10 | 1011010 | 0 | 111100 | 100101011 | 1010010 | 10110 |
Color Harmonies of #630A65
Complementary color
Monochromatic Colors of #630A65
Black with #630A65
Text Example
Text Example
White with #630A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A65; }
p { color: rgb(99,10,101); }
H1.HeaderClassName
{
color: #630A65;
}
.AnyTagClassName
{
color: #630A65;
}
</style>
background-color css
<style>
a { background-color: #630A65; }
a { background-color: rgb(99,10,101); }
div.DivClassName
{
background-color: #630A65;
}
.BgClassName
{
background-color: #630A65;
}
</style>
border-color css
<style>
span { border-color: #630A65; }
span { border-color: rgb(99,10,101); }
td.TdClassName
{
border-color: #630A65;
}
.TagClassName
{
border-color: #630A65;
}
</style>