Shades of Palatinate Purple #632461
Tints of Palatinate Purple #632461
RGB
CMYK
RGB Variations
Color information
#632461 (or 0x632461) is known color: Palatinate Purple. HEX triplet: 63, 24 and 61. RGB value is (99,36,97). Sum of RGB (Red+Green+Blue) = 99+36+97=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #632461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632461 is #9CDB9E. Grayscale: #3D3D3D. Windows color (decimal): -10279839 or 6366307. OLE color: 6366307.
HSL color Cylindrical-coordinate representation of color #632461: hue angle of 301.9º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #632461 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 97 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.61 |
| HSL | 301.9º | 0.47% | 0.26% | - |
| HSV(B) | 301.9º | 0.64% | 0.39% | - |
| XYZ | 7.93 | 4.78 | 11.81 | - |
| YUV | 61.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 97 | 0 | 0.64 | 0.02 | 0.61 | 301.9 | 0.47 | 0.26 |
| Hex | 63 | 24 | 61 | 0 | 40 | 2 | 3D | 12E | 2F | 1A |
| Octal | 143 | 44 | 141 | 0 | 100 | 2 | 75 | 456 | 57 | 32 |
| Binary | 1100011 | 100100 | 1100001 | 0 | 1000000 | 10 | 111101 | 100101110 | 101111 | 11010 |
Color Harmonies of #632461
Complementary color
Monochromatic Colors of #632461
Black with #632461
Text Example
Text Example
White with #632461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632461; }
p { color: rgb(99,36,97); }
H1.HeaderClassName
{
color: #632461;
}
.AnyTagClassName
{
color: #632461;
}
</style>
background-color css
<style>
a { background-color: #632461; }
a { background-color: rgb(99,36,97); }
div.DivClassName
{
background-color: #632461;
}
.BgClassName
{
background-color: #632461;
}
</style>
border-color css
<style>
span { border-color: #632461; }
span { border-color: rgb(99,36,97); }
td.TdClassName
{
border-color: #632461;
}
.TagClassName
{
border-color: #632461;
}
</style>