Shades of Palatinate Purple #632E5E
Tints of Palatinate Purple #632E5E
RGB
CMYK
RGB Variations
Color information
#632E5E (or 0x632E5E) is known color: Palatinate Purple. HEX triplet: 63, 2E and 5E. RGB value is (99,46,94). Sum of RGB (Red+Green+Blue) = 99+46+94=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #632E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E5E is #9CD1A1. Grayscale: #434343. Windows color (decimal): -10277282 or 6172259. OLE color: 6172259.
HSL color Cylindrical-coordinate representation of color #632E5E: hue angle of 305.66º 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 #632E5E is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 94 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.61 |
| HSL | 305.66º | 0.37% | 0.28% | - |
| HSV(B) | 305.66º | 0.54% | 0.39% | - |
| XYZ | 8.14 | 5.41 | 11.21 | - |
| YUV | 67.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 94 | 0 | 0.54 | 0.05 | 0.61 | 305.66 | 0.37 | 0.28 |
| Hex | 63 | 2E | 5E | 0 | 36 | 5 | 3D | 132 | 25 | 1C |
| Octal | 143 | 56 | 136 | 0 | 66 | 5 | 75 | 462 | 45 | 34 |
| Binary | 1100011 | 101110 | 1011110 | 0 | 110110 | 101 | 111101 | 100110010 | 100101 | 11100 |
Color Harmonies of #632E5E
Complementary color
Monochromatic Colors of #632E5E
Black with #632E5E
Text Example
Text Example
White with #632E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E5E; }
p { color: rgb(99,46,94); }
H1.HeaderClassName
{
color: #632E5E;
}
.AnyTagClassName
{
color: #632E5E;
}
</style>
background-color css
<style>
a { background-color: #632E5E; }
a { background-color: rgb(99,46,94); }
div.DivClassName
{
background-color: #632E5E;
}
.BgClassName
{
background-color: #632E5E;
}
</style>
border-color css
<style>
span { border-color: #632E5E; }
span { border-color: rgb(99,46,94); }
td.TdClassName
{
border-color: #632E5E;
}
.TagClassName
{
border-color: #632E5E;
}
</style>