Shades of Palatinate Purple #63395C
Tints of Palatinate Purple #63395C
RGB
CMYK
RGB Variations
Color information
#63395C (or 0x63395C) is known color: Palatinate Purple. HEX triplet: 63, 39 and 5C. RGB value is (99,57,92). Sum of RGB (Red+Green+Blue) = 99+57+92=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63395C is #9CC6A3. Grayscale: #494949. Windows color (decimal): -10274468 or 6044003. OLE color: 6044003.
HSL color Cylindrical-coordinate representation of color #63395C: hue angle of 310º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63395C is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 92 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.61 |
| HSL | 310º | 0.27% | 0.31% | - |
| HSV(B) | 310º | 0.42% | 0.39% | - |
| XYZ | 8.54 | 6.35 | 10.9 | - |
| YUV | 73.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 92 | 0 | 0.42 | 0.07 | 0.61 | 310 | 0.27 | 0.31 |
| Hex | 63 | 39 | 5C | 0 | 2A | 7 | 3D | 136 | 1B | 1F |
| Octal | 143 | 71 | 134 | 0 | 52 | 7 | 75 | 466 | 33 | 37 |
| Binary | 1100011 | 111001 | 1011100 | 0 | 101010 | 111 | 111101 | 100110110 | 11011 | 11111 |
Color Harmonies of #63395C
Complementary color
Monochromatic Colors of #63395C
Black with #63395C
Text Example
Text Example
White with #63395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63395C; }
p { color: rgb(99,57,92); }
H1.HeaderClassName
{
color: #63395C;
}
.AnyTagClassName
{
color: #63395C;
}
</style>
background-color css
<style>
a { background-color: #63395C; }
a { background-color: rgb(99,57,92); }
div.DivClassName
{
background-color: #63395C;
}
.BgClassName
{
background-color: #63395C;
}
</style>
border-color css
<style>
span { border-color: #63395C; }
span { border-color: rgb(99,57,92); }
td.TdClassName
{
border-color: #63395C;
}
.TagClassName
{
border-color: #63395C;
}
</style>