Shades of Palatinate Purple #632B55
Tints of Palatinate Purple #632B55
RGB
CMYK
RGB Variations
Color information
#632B55 (or 0x632B55) is known color: Palatinate Purple. HEX triplet: 63, 2B and 55. RGB value is (99,43,85). Sum of RGB (Red+Green+Blue) = 99+43+85=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632B55 is #9CD4AA. Grayscale: #404040. Windows color (decimal): -10278059 or 5581667. OLE color: 5581667.
HSL color Cylindrical-coordinate representation of color #632B55: hue angle of 315º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #632B55 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 85 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.61 |
| HSL | 315º | 0.39% | 0.28% | - |
| HSV(B) | 315º | 0.57% | 0.39% | - |
| XYZ | 7.65 | 5.04 | 9.16 | - |
| YUV | 64.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 85 | 0 | 0.57 | 0.14 | 0.61 | 315 | 0.39 | 0.28 |
| Hex | 63 | 2B | 55 | 0 | 39 | E | 3D | 13B | 27 | 1C |
| Octal | 143 | 53 | 125 | 0 | 71 | 16 | 75 | 473 | 47 | 34 |
| Binary | 1100011 | 101011 | 1010101 | 0 | 111001 | 1110 | 111101 | 100111011 | 100111 | 11100 |
Color Harmonies of #632B55
Complementary color
Monochromatic Colors of #632B55
Black with #632B55
Text Example
Text Example
White with #632B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B55; }
p { color: rgb(99,43,85); }
H1.HeaderClassName
{
color: #632B55;
}
.AnyTagClassName
{
color: #632B55;
}
</style>
background-color css
<style>
a { background-color: #632B55; }
a { background-color: rgb(99,43,85); }
div.DivClassName
{
background-color: #632B55;
}
.BgClassName
{
background-color: #632B55;
}
</style>
border-color css
<style>
span { border-color: #632B55; }
span { border-color: rgb(99,43,85); }
td.TdClassName
{
border-color: #632B55;
}
.TagClassName
{
border-color: #632B55;
}
</style>