Shades of Palatinate Purple #63325D
Tints of Palatinate Purple #63325D
RGB
CMYK
RGB Variations
Color information
#63325D (or 0x63325D) is known color: Palatinate Purple. HEX triplet: 63, 32 and 5D. RGB value is (99,50,93). Sum of RGB (Red+Green+Blue) = 99+50+93=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63325D is #9CCDA2. Grayscale: #454545. Windows color (decimal): -10276259 or 6107747. OLE color: 6107747.
HSL color Cylindrical-coordinate representation of color #63325D: hue angle of 307.35º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63325D is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 93 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.61 |
| HSL | 307.35º | 0.33% | 0.29% | - |
| HSV(B) | 307.35º | 0.49% | 0.39% | - |
| XYZ | 8.26 | 5.72 | 11.03 | - |
| YUV | 69.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 93 | 0 | 0.49 | 0.06 | 0.61 | 307.35 | 0.33 | 0.29 |
| Hex | 63 | 32 | 5D | 0 | 31 | 6 | 3D | 133 | 21 | 1D |
| Octal | 143 | 62 | 135 | 0 | 61 | 6 | 75 | 463 | 41 | 35 |
| Binary | 1100011 | 110010 | 1011101 | 0 | 110001 | 110 | 111101 | 100110011 | 100001 | 11101 |
Color Harmonies of #63325D
Complementary color
Monochromatic Colors of #63325D
Black with #63325D
Text Example
Text Example
White with #63325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63325D; }
p { color: rgb(99,50,93); }
H1.HeaderClassName
{
color: #63325D;
}
.AnyTagClassName
{
color: #63325D;
}
</style>
background-color css
<style>
a { background-color: #63325D; }
a { background-color: rgb(99,50,93); }
div.DivClassName
{
background-color: #63325D;
}
.BgClassName
{
background-color: #63325D;
}
</style>
border-color css
<style>
span { border-color: #63325D; }
span { border-color: rgb(99,50,93); }
td.TdClassName
{
border-color: #63325D;
}
.TagClassName
{
border-color: #63325D;
}
</style>