Shades of Palatinate Purple #63035D
Tints of Palatinate Purple #63035D
RGB
CMYK
RGB Variations
Color information
#63035D (or 0x63035D) is known color: Palatinate Purple. HEX triplet: 63, 03 and 5D. RGB value is (99,3,93). Sum of RGB (Red+Green+Blue) = 99+3+93=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63035D is #9CFCA2. Grayscale: #292929. Windows color (decimal): -10288291 or 6095715. OLE color: 6095715.
HSL color Cylindrical-coordinate representation of color #63035D: hue angle of 303.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63035D is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.61 |
| HSL | 303.75º | 0.94% | 0.2% | - |
| HSV(B) | 303.75º | 0.97% | 0.39% | - |
| XYZ | 7.15 | 3.51 | 10.66 | - |
| YUV | 41.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 93 | 0 | 0.97 | 0.06 | 0.61 | 303.75 | 0.94 | 0.2 |
| Hex | 63 | 3 | 5D | 0 | 61 | 6 | 3D | 130 | 5E | 14 |
| Octal | 143 | 3 | 135 | 0 | 141 | 6 | 75 | 460 | 136 | 24 |
| Binary | 1100011 | 11 | 1011101 | 0 | 1100001 | 110 | 111101 | 100110000 | 1011110 | 10100 |
Color Harmonies of #63035D
Complementary color
Monochromatic Colors of #63035D
Black with #63035D
Text Example
Text Example
White with #63035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63035D; }
p { color: rgb(99,3,93); }
H1.HeaderClassName
{
color: #63035D;
}
.AnyTagClassName
{
color: #63035D;
}
</style>
background-color css
<style>
a { background-color: #63035D; }
a { background-color: rgb(99,3,93); }
div.DivClassName
{
background-color: #63035D;
}
.BgClassName
{
background-color: #63035D;
}
</style>
border-color css
<style>
span { border-color: #63035D; }
span { border-color: rgb(99,3,93); }
td.TdClassName
{
border-color: #63035D;
}
.TagClassName
{
border-color: #63035D;
}
</style>