Shades of Palatinate Purple #632E58
Tints of Palatinate Purple #632E58
RGB
CMYK
RGB Variations
Color information
#632E58 (or 0x632E58) is known color: Palatinate Purple. HEX triplet: 63, 2E and 58. RGB value is (99,46,88). Sum of RGB (Red+Green+Blue) = 99+46+88=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #632E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E58 is #9CD1A7. Grayscale: #424242. Windows color (decimal): -10277288 or 5779043. OLE color: 5779043.
HSL color Cylindrical-coordinate representation of color #632E58: hue angle of 312.45º 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 #632E58 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 88 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.61 |
| HSL | 312.45º | 0.37% | 0.28% | - |
| HSV(B) | 312.45º | 0.54% | 0.39% | - |
| XYZ | 7.88 | 5.31 | 9.84 | - |
| YUV | 66.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 88 | 0 | 0.54 | 0.11 | 0.61 | 312.45 | 0.37 | 0.28 |
| Hex | 63 | 2E | 58 | 0 | 36 | B | 3D | 138 | 25 | 1C |
| Octal | 143 | 56 | 130 | 0 | 66 | 13 | 75 | 470 | 45 | 34 |
| Binary | 1100011 | 101110 | 1011000 | 0 | 110110 | 1011 | 111101 | 100111000 | 100101 | 11100 |
Color Harmonies of #632E58
Complementary color
Monochromatic Colors of #632E58
Black with #632E58
Text Example
Text Example
White with #632E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E58; }
p { color: rgb(99,46,88); }
H1.HeaderClassName
{
color: #632E58;
}
.AnyTagClassName
{
color: #632E58;
}
</style>
background-color css
<style>
a { background-color: #632E58; }
a { background-color: rgb(99,46,88); }
div.DivClassName
{
background-color: #632E58;
}
.BgClassName
{
background-color: #632E58;
}
</style>
border-color css
<style>
span { border-color: #632E58; }
span { border-color: rgb(99,46,88); }
td.TdClassName
{
border-color: #632E58;
}
.TagClassName
{
border-color: #632E58;
}
</style>