Shades of Palatinate Purple #632358
Tints of Palatinate Purple #632358
RGB
CMYK
RGB Variations
Color information
#632358 (or 0x632358) is known color: Palatinate Purple. HEX triplet: 63, 23 and 58. RGB value is (99,35,88). Sum of RGB (Red+Green+Blue) = 99+35+88=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632358 is #9CDCA7. Grayscale: #3C3C3C. Windows color (decimal): -10280104 or 5776227. OLE color: 5776227.
HSL color Cylindrical-coordinate representation of color #632358: hue angle of 310.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632358 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 88 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.61 |
| HSL | 310.31º | 0.48% | 0.26% | - |
| HSV(B) | 310.31º | 0.65% | 0.39% | - |
| XYZ | 7.51 | 4.56 | 9.72 | - |
| YUV | 60.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 88 | 0 | 0.65 | 0.11 | 0.61 | 310.31 | 0.48 | 0.26 |
| Hex | 63 | 23 | 58 | 0 | 41 | B | 3D | 136 | 30 | 1A |
| Octal | 143 | 43 | 130 | 0 | 101 | 13 | 75 | 466 | 60 | 32 |
| Binary | 1100011 | 100011 | 1011000 | 0 | 1000001 | 1011 | 111101 | 100110110 | 110000 | 11010 |
Color Harmonies of #632358
Complementary color
Monochromatic Colors of #632358
Black with #632358
Text Example
Text Example
White with #632358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632358; }
p { color: rgb(99,35,88); }
H1.HeaderClassName
{
color: #632358;
}
.AnyTagClassName
{
color: #632358;
}
</style>
background-color css
<style>
a { background-color: #632358; }
a { background-color: rgb(99,35,88); }
div.DivClassName
{
background-color: #632358;
}
.BgClassName
{
background-color: #632358;
}
</style>
border-color css
<style>
span { border-color: #632358; }
span { border-color: rgb(99,35,88); }
td.TdClassName
{
border-color: #632358;
}
.TagClassName
{
border-color: #632358;
}
</style>