Shades of Palatinate Purple #632058
Tints of Palatinate Purple #632058
RGB
CMYK
RGB Variations
Color information
#632058 (or 0x632058) is known color: Palatinate Purple. HEX triplet: 63, 20 and 58. RGB value is (99,32,88). Sum of RGB (Red+Green+Blue) = 99+32+88=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #632058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632058 is #9CDFA7. Grayscale: #3A3A3A. Windows color (decimal): -10280872 or 5775459. OLE color: 5775459.
HSL color Cylindrical-coordinate representation of color #632058: hue angle of 309.85º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632058 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 88 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.61 |
| HSL | 309.85º | 0.51% | 0.26% | - |
| HSV(B) | 309.85º | 0.68% | 0.39% | - |
| XYZ | 7.42 | 4.39 | 9.69 | - |
| YUV | 58.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 88 | 0 | 0.68 | 0.11 | 0.61 | 309.85 | 0.51 | 0.26 |
| Hex | 63 | 20 | 58 | 0 | 44 | B | 3D | 136 | 33 | 1A |
| Octal | 143 | 40 | 130 | 0 | 104 | 13 | 75 | 466 | 63 | 32 |
| Binary | 1100011 | 100000 | 1011000 | 0 | 1000100 | 1011 | 111101 | 100110110 | 110011 | 11010 |
Color Harmonies of #632058
Complementary color
Monochromatic Colors of #632058
Black with #632058
Text Example
Text Example
White with #632058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632058; }
p { color: rgb(99,32,88); }
H1.HeaderClassName
{
color: #632058;
}
.AnyTagClassName
{
color: #632058;
}
</style>
background-color css
<style>
a { background-color: #632058; }
a { background-color: rgb(99,32,88); }
div.DivClassName
{
background-color: #632058;
}
.BgClassName
{
background-color: #632058;
}
</style>
border-color css
<style>
span { border-color: #632058; }
span { border-color: rgb(99,32,88); }
td.TdClassName
{
border-color: #632058;
}
.TagClassName
{
border-color: #632058;
}
</style>