Shades of Palatinate Purple #632C58
Tints of Palatinate Purple #632C58
RGB
CMYK
RGB Variations
Color information
#632C58 (or 0x632C58) is known color: Palatinate Purple. HEX triplet: 63, 2C and 58. RGB value is (99,44,88). Sum of RGB (Red+Green+Blue) = 99+44+88=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C58 is #9CD3A7. Grayscale: #414141. Windows color (decimal): -10277800 or 5778531. OLE color: 5778531.
HSL color Cylindrical-coordinate representation of color #632C58: hue angle of 312º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632C58 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 88 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.61 |
| HSL | 312º | 0.38% | 0.28% | - |
| HSV(B) | 312º | 0.56% | 0.39% | - |
| XYZ | 7.81 | 5.16 | 9.82 | - |
| YUV | 65.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 88 | 0 | 0.56 | 0.11 | 0.61 | 312 | 0.38 | 0.28 |
| Hex | 63 | 2C | 58 | 0 | 38 | B | 3D | 138 | 26 | 1C |
| Octal | 143 | 54 | 130 | 0 | 70 | 13 | 75 | 470 | 46 | 34 |
| Binary | 1100011 | 101100 | 1011000 | 0 | 111000 | 1011 | 111101 | 100111000 | 100110 | 11100 |
Color Harmonies of #632C58
Complementary color
Monochromatic Colors of #632C58
Black with #632C58
Text Example
Text Example
White with #632C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C58; }
p { color: rgb(99,44,88); }
H1.HeaderClassName
{
color: #632C58;
}
.AnyTagClassName
{
color: #632C58;
}
</style>
background-color css
<style>
a { background-color: #632C58; }
a { background-color: rgb(99,44,88); }
div.DivClassName
{
background-color: #632C58;
}
.BgClassName
{
background-color: #632C58;
}
</style>
border-color css
<style>
span { border-color: #632C58; }
span { border-color: rgb(99,44,88); }
td.TdClassName
{
border-color: #632C58;
}
.TagClassName
{
border-color: #632C58;
}
</style>