Shades of Palatinate Purple #630560
Tints of Palatinate Purple #630560
RGB
CMYK
RGB Variations
Color information
#630560 (or 0x630560) is known color: Palatinate Purple. HEX triplet: 63, 05 and 60. RGB value is (99,5,96). Sum of RGB (Red+Green+Blue) = 99+5+96=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #630560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630560 is #9CFA9F. Grayscale: #2B2B2B. Windows color (decimal): -10287776 or 6292835. OLE color: 6292835.
HSL color Cylindrical-coordinate representation of color #630560: hue angle of 301.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630560 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 96 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.61 |
| HSL | 301.91º | 0.9% | 0.2% | - |
| HSV(B) | 301.91º | 0.95% | 0.39% | - |
| XYZ | 7.31 | 3.61 | 11.38 | - |
| YUV | 43.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 96 | 0 | 0.95 | 0.03 | 0.61 | 301.91 | 0.9 | 0.2 |
| Hex | 63 | 5 | 60 | 0 | 5F | 3 | 3D | 12E | 5A | 14 |
| Octal | 143 | 5 | 140 | 0 | 137 | 3 | 75 | 456 | 132 | 24 |
| Binary | 1100011 | 101 | 1100000 | 0 | 1011111 | 11 | 111101 | 100101110 | 1011010 | 10100 |
Color Harmonies of #630560
Complementary color
Monochromatic Colors of #630560
Black with #630560
Text Example
Text Example
White with #630560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630560; }
p { color: rgb(99,5,96); }
H1.HeaderClassName
{
color: #630560;
}
.AnyTagClassName
{
color: #630560;
}
</style>
background-color css
<style>
a { background-color: #630560; }
a { background-color: rgb(99,5,96); }
div.DivClassName
{
background-color: #630560;
}
.BgClassName
{
background-color: #630560;
}
</style>
border-color css
<style>
span { border-color: #630560; }
span { border-color: rgb(99,5,96); }
td.TdClassName
{
border-color: #630560;
}
.TagClassName
{
border-color: #630560;
}
</style>