Shades of Palatinate Purple #632A54
Tints of Palatinate Purple #632A54
RGB
CMYK
RGB Variations
Color information
#632A54 (or 0x632A54) is known color: Palatinate Purple. HEX triplet: 63, 2A and 54. RGB value is (99,42,84). Sum of RGB (Red+Green+Blue) = 99+42+84=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #632A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A54 is #9CD5AB. Grayscale: #3F3F3F. Windows color (decimal): -10278316 or 5515875. OLE color: 5515875.
HSL color Cylindrical-coordinate representation of color #632A54: hue angle of 315.79º 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 #632A54 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 84 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.61 |
| HSL | 315.79º | 0.4% | 0.28% | - |
| HSV(B) | 315.79º | 0.58% | 0.39% | - |
| XYZ | 7.57 | 4.95 | 8.94 | - |
| YUV | 63.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 84 | 0 | 0.58 | 0.15 | 0.61 | 315.79 | 0.4 | 0.28 |
| Hex | 63 | 2A | 54 | 0 | 3A | F | 3D | 13C | 28 | 1C |
| Octal | 143 | 52 | 124 | 0 | 72 | 17 | 75 | 474 | 50 | 34 |
| Binary | 1100011 | 101010 | 1010100 | 0 | 111010 | 1111 | 111101 | 100111100 | 101000 | 11100 |
Color Harmonies of #632A54
Complementary color
Monochromatic Colors of #632A54
Black with #632A54
Text Example
Text Example
White with #632A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A54; }
p { color: rgb(99,42,84); }
H1.HeaderClassName
{
color: #632A54;
}
.AnyTagClassName
{
color: #632A54;
}
</style>
background-color css
<style>
a { background-color: #632A54; }
a { background-color: rgb(99,42,84); }
div.DivClassName
{
background-color: #632A54;
}
.BgClassName
{
background-color: #632A54;
}
</style>
border-color css
<style>
span { border-color: #632A54; }
span { border-color: rgb(99,42,84); }
td.TdClassName
{
border-color: #632A54;
}
.TagClassName
{
border-color: #632A54;
}
</style>