Shades of Palatinate Purple #630163
Tints of Palatinate Purple #630163
RGB
CMYK
RGB Variations
Color information
#630163 (or 0x630163) is known color: Palatinate Purple. HEX triplet: 63, 01 and 63. RGB value is (99,1,99). Sum of RGB (Red+Green+Blue) = 99+1+99=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630163 is #9CFE9C. Grayscale: #292929. Windows color (decimal): -10288797 or 6488419. OLE color: 6488419.
HSL color Cylindrical-coordinate representation of color #630163: hue angle of 300º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630163 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0 | 0.61 |
| HSL | 300º | 0.98% | 0.2% | - |
| HSV(B) | 300º | 0.99% | 0.39% | - |
| XYZ | 7.41 | 3.58 | 12.1 | - |
| YUV | 41.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 99 | 0 | 0.99 | 0 | 0.61 | 300 | 0.98 | 0.2 |
| Hex | 63 | 1 | 63 | 0 | 63 | 0 | 3D | 12C | 62 | 14 |
| Octal | 143 | 1 | 143 | 0 | 143 | 0 | 75 | 454 | 142 | 24 |
| Binary | 1100011 | 1 | 1100011 | 0 | 1100011 | 0 | 111101 | 100101100 | 1100010 | 10100 |
Color Harmonies of #630163
Complementary color
Monochromatic Colors of #630163
Black with #630163
Text Example
Text Example
White with #630163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630163; }
p { color: rgb(99,1,99); }
H1.HeaderClassName
{
color: #630163;
}
.AnyTagClassName
{
color: #630163;
}
</style>
background-color css
<style>
a { background-color: #630163; }
a { background-color: rgb(99,1,99); }
div.DivClassName
{
background-color: #630163;
}
.BgClassName
{
background-color: #630163;
}
</style>
border-color css
<style>
span { border-color: #630163; }
span { border-color: rgb(99,1,99); }
td.TdClassName
{
border-color: #630163;
}
.TagClassName
{
border-color: #630163;
}
</style>