Shades of Palatinate Purple #632E5F
Tints of Palatinate Purple #632E5F
RGB
CMYK
RGB Variations
Color information
#632E5F (or 0x632E5F) is known color: Palatinate Purple. HEX triplet: 63, 2E and 5F. RGB value is (99,46,95). Sum of RGB (Red+Green+Blue) = 99+46+95=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #632E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E5F is #9CD1A0. Grayscale: #434343. Windows color (decimal): -10277281 or 6237795. OLE color: 6237795.
HSL color Cylindrical-coordinate representation of color #632E5F: hue angle of 304.53º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E5F is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 95 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.61 |
| HSL | 304.53º | 0.37% | 0.28% | - |
| HSV(B) | 304.53º | 0.54% | 0.39% | - |
| XYZ | 8.19 | 5.43 | 11.44 | - |
| YUV | 67.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 95 | 0 | 0.54 | 0.04 | 0.61 | 304.53 | 0.37 | 0.28 |
| Hex | 63 | 2E | 5F | 0 | 36 | 4 | 3D | 131 | 25 | 1C |
| Octal | 143 | 56 | 137 | 0 | 66 | 4 | 75 | 461 | 45 | 34 |
| Binary | 1100011 | 101110 | 1011111 | 0 | 110110 | 100 | 111101 | 100110001 | 100101 | 11100 |
Color Harmonies of #632E5F
Complementary color
Monochromatic Colors of #632E5F
Black with #632E5F
Text Example
Text Example
White with #632E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E5F; }
p { color: rgb(99,46,95); }
H1.HeaderClassName
{
color: #632E5F;
}
.AnyTagClassName
{
color: #632E5F;
}
</style>
background-color css
<style>
a { background-color: #632E5F; }
a { background-color: rgb(99,46,95); }
div.DivClassName
{
background-color: #632E5F;
}
.BgClassName
{
background-color: #632E5F;
}
</style>
border-color css
<style>
span { border-color: #632E5F; }
span { border-color: rgb(99,46,95); }
td.TdClassName
{
border-color: #632E5F;
}
.TagClassName
{
border-color: #632E5F;
}
</style>