Shades of Palatinate Purple #630160
Tints of Palatinate Purple #630160
RGB
CMYK
RGB Variations
Color information
#630160 (or 0x630160) is known color: Palatinate Purple. HEX triplet: 63, 01 and 60. RGB value is (99,1,96). Sum of RGB (Red+Green+Blue) = 99+1+96=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #630160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630160 is #9CFE9F. Grayscale: #282828. Windows color (decimal): -10288800 or 6291811. OLE color: 6291811.
HSL color Cylindrical-coordinate representation of color #630160: hue angle of 301.84º 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 #630160 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.61 |
| HSL | 301.84º | 0.98% | 0.2% | - |
| HSV(B) | 301.84º | 0.99% | 0.39% | - |
| XYZ | 7.27 | 3.52 | 11.36 | - |
| YUV | 41.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 96 | 0 | 0.99 | 0.03 | 0.61 | 301.84 | 0.98 | 0.2 |
| Hex | 63 | 1 | 60 | 0 | 63 | 3 | 3D | 12E | 62 | 14 |
| Octal | 143 | 1 | 140 | 0 | 143 | 3 | 75 | 456 | 142 | 24 |
| Binary | 1100011 | 1 | 1100000 | 0 | 1100011 | 11 | 111101 | 100101110 | 1100010 | 10100 |
Color Harmonies of #630160
Complementary color
Monochromatic Colors of #630160
Black with #630160
Text Example
Text Example
White with #630160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630160; }
p { color: rgb(99,1,96); }
H1.HeaderClassName
{
color: #630160;
}
.AnyTagClassName
{
color: #630160;
}
</style>
background-color css
<style>
a { background-color: #630160; }
a { background-color: rgb(99,1,96); }
div.DivClassName
{
background-color: #630160;
}
.BgClassName
{
background-color: #630160;
}
</style>
border-color css
<style>
span { border-color: #630160; }
span { border-color: rgb(99,1,96); }
td.TdClassName
{
border-color: #630160;
}
.TagClassName
{
border-color: #630160;
}
</style>