Shades of Palatinate Purple #632565
Tints of Palatinate Purple #632565
RGB
CMYK
RGB Variations
Color information
#632565 (or 0x632565) is known color: Palatinate Purple. HEX triplet: 63, 25 and 65. RGB value is (99,37,101). Sum of RGB (Red+Green+Blue) = 99+37+101=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #632565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632565 is #9CDA9A. Grayscale: #3E3E3E. Windows color (decimal): -10279579 or 6628707. OLE color: 6628707.
HSL color Cylindrical-coordinate representation of color #632565: hue angle of 298.12º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #632565 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 37 | 101 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.60 |
| HSL | 298.13º | 0.46% | 0.27% | - |
| HSV(B) | 298.13º | 0.63% | 0.4% | - |
| XYZ | 8.16 | 4.92 | 12.83 | - |
| YUV | 62.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 101 | 0.02 | 0.63 | 0 | 0.60 | 298.13 | 0.46 | 0.27 |
| Hex | 63 | 25 | 65 | 2 | 3F | 0 | 3C | 12A | 2E | 1B |
| Octal | 143 | 45 | 145 | 2 | 77 | 0 | 74 | 452 | 56 | 33 |
| Binary | 1100011 | 100101 | 1100101 | 10 | 111111 | 0 | 111100 | 100101010 | 101110 | 11011 |
Color Harmonies of #632565
Complementary color
Monochromatic Colors of #632565
Black with #632565
Text Example
Text Example
White with #632565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632565; }
p { color: rgb(99,37,101); }
H1.HeaderClassName
{
color: #632565;
}
.AnyTagClassName
{
color: #632565;
}
</style>
background-color css
<style>
a { background-color: #632565; }
a { background-color: rgb(99,37,101); }
div.DivClassName
{
background-color: #632565;
}
.BgClassName
{
background-color: #632565;
}
</style>
border-color css
<style>
span { border-color: #632565; }
span { border-color: rgb(99,37,101); }
td.TdClassName
{
border-color: #632565;
}
.TagClassName
{
border-color: #632565;
}
</style>