Shades of Palatinate Purple #630564
Tints of Palatinate Purple #630564
RGB
CMYK
RGB Variations
Color information
#630564 (or 0x630564) is known color: Palatinate Purple. HEX triplet: 63, 05 and 64. RGB value is (99,5,100). Sum of RGB (Red+Green+Blue) = 99+5+100=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #630564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630564 is #9CFA9B. Grayscale: #2B2B2B. Windows color (decimal): -10287772 or 6554979. OLE color: 6554979.
HSL color Cylindrical-coordinate representation of color #630564: hue angle of 299.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630564 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 100 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.61 |
| HSL | 299.37º | 0.9% | 0.21% | - |
| HSV(B) | 299.37º | 0.95% | 0.39% | - |
| XYZ | 7.5 | 3.68 | 12.37 | - |
| YUV | 43.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 100 | 0.01 | 0.95 | 0 | 0.61 | 299.37 | 0.9 | 0.21 |
| Hex | 63 | 5 | 64 | 1 | 5F | 0 | 3D | 12B | 5A | 15 |
| Octal | 143 | 5 | 144 | 1 | 137 | 0 | 75 | 453 | 132 | 25 |
| Binary | 1100011 | 101 | 1100100 | 1 | 1011111 | 0 | 111101 | 100101011 | 1011010 | 10101 |
Color Harmonies of #630564
Complementary color
Monochromatic Colors of #630564
Black with #630564
Text Example
Text Example
White with #630564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630564; }
p { color: rgb(99,5,100); }
H1.HeaderClassName
{
color: #630564;
}
.AnyTagClassName
{
color: #630564;
}
</style>
background-color css
<style>
a { background-color: #630564; }
a { background-color: rgb(99,5,100); }
div.DivClassName
{
background-color: #630564;
}
.BgClassName
{
background-color: #630564;
}
</style>
border-color css
<style>
span { border-color: #630564; }
span { border-color: rgb(99,5,100); }
td.TdClassName
{
border-color: #630564;
}
.TagClassName
{
border-color: #630564;
}
</style>