Shades of Palatinate Purple #632F54
Tints of Palatinate Purple #632F54
RGB
CMYK
RGB Variations
Color information
#632F54 (or 0x632F54) is known color: Palatinate Purple. HEX triplet: 63, 2F and 54. RGB value is (99,47,84). Sum of RGB (Red+Green+Blue) = 99+47+84=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #632F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F54 is #9CD0AB. Grayscale: #424242. Windows color (decimal): -10277036 or 5517155. OLE color: 5517155.
HSL color Cylindrical-coordinate representation of color #632F54: hue angle of 317.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F54 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 84 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.61 |
| HSL | 317.31º | 0.36% | 0.29% | - |
| HSV(B) | 317.31º | 0.53% | 0.39% | - |
| XYZ | 7.76 | 5.33 | 9.01 | - |
| YUV | 66.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 84 | 0 | 0.53 | 0.15 | 0.61 | 317.31 | 0.36 | 0.29 |
| Hex | 63 | 2F | 54 | 0 | 35 | F | 3D | 13D | 24 | 1D |
| Octal | 143 | 57 | 124 | 0 | 65 | 17 | 75 | 475 | 44 | 35 |
| Binary | 1100011 | 101111 | 1010100 | 0 | 110101 | 1111 | 111101 | 100111101 | 100100 | 11101 |
Color Harmonies of #632F54
Complementary color
Monochromatic Colors of #632F54
Black with #632F54
Text Example
Text Example
White with #632F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F54; }
p { color: rgb(99,47,84); }
H1.HeaderClassName
{
color: #632F54;
}
.AnyTagClassName
{
color: #632F54;
}
</style>
background-color css
<style>
a { background-color: #632F54; }
a { background-color: rgb(99,47,84); }
div.DivClassName
{
background-color: #632F54;
}
.BgClassName
{
background-color: #632F54;
}
</style>
border-color css
<style>
span { border-color: #632F54; }
span { border-color: rgb(99,47,84); }
td.TdClassName
{
border-color: #632F54;
}
.TagClassName
{
border-color: #632F54;
}
</style>