Shades of Palatinate Purple #63215D
Tints of Palatinate Purple #63215D
RGB
CMYK
RGB Variations
Color information
#63215D (or 0x63215D) is known color: Palatinate Purple. HEX triplet: 63, 21 and 5D. RGB value is (99,33,93). Sum of RGB (Red+Green+Blue) = 99+33+93=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63215D is #9CDEA2. Grayscale: #3B3B3B. Windows color (decimal): -10280611 or 6103395. OLE color: 6103395.
HSL color Cylindrical-coordinate representation of color #63215D: hue angle of 305.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63215D is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 93 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.61 |
| HSL | 305.45º | 0.5% | 0.26% | - |
| HSV(B) | 305.45º | 0.67% | 0.39% | - |
| XYZ | 7.67 | 4.53 | 10.83 | - |
| YUV | 59.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 93 | 0 | 0.67 | 0.06 | 0.61 | 305.45 | 0.5 | 0.26 |
| Hex | 63 | 21 | 5D | 0 | 43 | 6 | 3D | 131 | 32 | 1A |
| Octal | 143 | 41 | 135 | 0 | 103 | 6 | 75 | 461 | 62 | 32 |
| Binary | 1100011 | 100001 | 1011101 | 0 | 1000011 | 110 | 111101 | 100110001 | 110010 | 11010 |
Color Harmonies of #63215D
Complementary color
Monochromatic Colors of #63215D
Black with #63215D
Text Example
Text Example
White with #63215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63215D; }
p { color: rgb(99,33,93); }
H1.HeaderClassName
{
color: #63215D;
}
.AnyTagClassName
{
color: #63215D;
}
</style>
background-color css
<style>
a { background-color: #63215D; }
a { background-color: rgb(99,33,93); }
div.DivClassName
{
background-color: #63215D;
}
.BgClassName
{
background-color: #63215D;
}
</style>
border-color css
<style>
span { border-color: #63215D; }
span { border-color: rgb(99,33,93); }
td.TdClassName
{
border-color: #63215D;
}
.TagClassName
{
border-color: #63215D;
}
</style>