Shades of Palatinate Purple #63295C
Tints of Palatinate Purple #63295C
RGB
CMYK
RGB Variations
Color information
#63295C (or 0x63295C) is known color: Palatinate Purple. HEX triplet: 63, 29 and 5C. RGB value is (99,41,92). Sum of RGB (Red+Green+Blue) = 99+41+92=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295C is #9CD6A3. Grayscale: #404040. Windows color (decimal): -10278564 or 6039907. OLE color: 6039907.
HSL color Cylindrical-coordinate representation of color #63295C: hue angle of 307.24º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63295C is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 92 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.61 |
| HSL | 307.24º | 0.41% | 0.27% | - |
| HSV(B) | 307.24º | 0.59% | 0.39% | - |
| XYZ | 7.87 | 5.01 | 10.68 | - |
| YUV | 64.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 92 | 0 | 0.59 | 0.07 | 0.61 | 307.24 | 0.41 | 0.27 |
| Hex | 63 | 29 | 5C | 0 | 3B | 7 | 3D | 133 | 29 | 1B |
| Octal | 143 | 51 | 134 | 0 | 73 | 7 | 75 | 463 | 51 | 33 |
| Binary | 1100011 | 101001 | 1011100 | 0 | 111011 | 111 | 111101 | 100110011 | 101001 | 11011 |
Color Harmonies of #63295C
Complementary color
Monochromatic Colors of #63295C
Black with #63295C
Text Example
Text Example
White with #63295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63295C; }
p { color: rgb(99,41,92); }
H1.HeaderClassName
{
color: #63295C;
}
.AnyTagClassName
{
color: #63295C;
}
</style>
background-color css
<style>
a { background-color: #63295C; }
a { background-color: rgb(99,41,92); }
div.DivClassName
{
background-color: #63295C;
}
.BgClassName
{
background-color: #63295C;
}
</style>
border-color css
<style>
span { border-color: #63295C; }
span { border-color: rgb(99,41,92); }
td.TdClassName
{
border-color: #63295C;
}
.TagClassName
{
border-color: #63295C;
}
</style>