Shades of Palatinate Purple #630162
Tints of Palatinate Purple #630162
RGB
CMYK
RGB Variations
Color information
#630162 (or 0x630162) is known color: Palatinate Purple. HEX triplet: 63, 01 and 62. RGB value is (99,1,98). Sum of RGB (Red+Green+Blue) = 99+1+98=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #630162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630162 is #9CFE9D. Grayscale: #292929. Windows color (decimal): -10288798 or 6422883. OLE color: 6422883.
HSL color Cylindrical-coordinate representation of color #630162: hue angle of 300.61º 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 #630162 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.61 |
| HSL | 300.61º | 0.98% | 0.2% | - |
| HSV(B) | 300.61º | 0.99% | 0.39% | - |
| XYZ | 7.36 | 3.56 | 11.85 | - |
| YUV | 41.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 98 | 0 | 0.99 | 0.01 | 0.61 | 300.61 | 0.98 | 0.2 |
| Hex | 63 | 1 | 62 | 0 | 63 | 1 | 3D | 12D | 62 | 14 |
| Octal | 143 | 1 | 142 | 0 | 143 | 1 | 75 | 455 | 142 | 24 |
| Binary | 1100011 | 1 | 1100010 | 0 | 1100011 | 1 | 111101 | 100101101 | 1100010 | 10100 |
Color Harmonies of #630162
Complementary color
Monochromatic Colors of #630162
Black with #630162
Text Example
Text Example
White with #630162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630162; }
p { color: rgb(99,1,98); }
H1.HeaderClassName
{
color: #630162;
}
.AnyTagClassName
{
color: #630162;
}
</style>
background-color css
<style>
a { background-color: #630162; }
a { background-color: rgb(99,1,98); }
div.DivClassName
{
background-color: #630162;
}
.BgClassName
{
background-color: #630162;
}
</style>
border-color css
<style>
span { border-color: #630162; }
span { border-color: rgb(99,1,98); }
td.TdClassName
{
border-color: #630162;
}
.TagClassName
{
border-color: #630162;
}
</style>