Shades of Palatinate Purple #632A51
Tints of Palatinate Purple #632A51
RGB
CMYK
RGB Variations
Color information
#632A51 (or 0x632A51) is known color: Palatinate Purple. HEX triplet: 63, 2A and 51. RGB value is (99,42,81). Sum of RGB (Red+Green+Blue) = 99+42+81=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A51 is #9CD5AE. Grayscale: #3F3F3F. Windows color (decimal): -10278319 or 5319267. OLE color: 5319267.
HSL color Cylindrical-coordinate representation of color #632A51: hue angle of 318.95º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A51 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 81 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.61 |
| HSL | 318.95º | 0.4% | 0.28% | - |
| HSV(B) | 318.95º | 0.58% | 0.39% | - |
| XYZ | 7.46 | 4.9 | 8.34 | - |
| YUV | 63.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 81 | 0 | 0.58 | 0.18 | 0.61 | 318.95 | 0.4 | 0.28 |
| Hex | 63 | 2A | 51 | 0 | 3A | 12 | 3D | 13F | 28 | 1C |
| Octal | 143 | 52 | 121 | 0 | 72 | 22 | 75 | 477 | 50 | 34 |
| Binary | 1100011 | 101010 | 1010001 | 0 | 111010 | 10010 | 111101 | 100111111 | 101000 | 11100 |
Color Harmonies of #632A51
Complementary color
Monochromatic Colors of #632A51
Black with #632A51
Text Example
Text Example
White with #632A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A51; }
p { color: rgb(99,42,81); }
H1.HeaderClassName
{
color: #632A51;
}
.AnyTagClassName
{
color: #632A51;
}
</style>
background-color css
<style>
a { background-color: #632A51; }
a { background-color: rgb(99,42,81); }
div.DivClassName
{
background-color: #632A51;
}
.BgClassName
{
background-color: #632A51;
}
</style>
border-color css
<style>
span { border-color: #632A51; }
span { border-color: rgb(99,42,81); }
td.TdClassName
{
border-color: #632A51;
}
.TagClassName
{
border-color: #632A51;
}
</style>