Shades of Palatinate Purple #63225D
Tints of Palatinate Purple #63225D
RGB
CMYK
RGB Variations
Color information
#63225D (or 0x63225D) is known color: Palatinate Purple. HEX triplet: 63, 22 and 5D. RGB value is (99,34,93). Sum of RGB (Red+Green+Blue) = 99+34+93=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63225D is #9CDDA2. Grayscale: #3B3B3B. Windows color (decimal): -10280355 or 6103651. OLE color: 6103651.
HSL color Cylindrical-coordinate representation of color #63225D: hue angle of 305.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63225D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 93 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.61 |
| HSL | 305.54º | 0.49% | 0.26% | - |
| HSV(B) | 305.54º | 0.66% | 0.39% | - |
| XYZ | 7.69 | 4.59 | 10.84 | - |
| YUV | 60.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 93 | 0 | 0.66 | 0.06 | 0.61 | 305.54 | 0.49 | 0.26 |
| Hex | 63 | 22 | 5D | 0 | 42 | 6 | 3D | 132 | 31 | 1A |
| Octal | 143 | 42 | 135 | 0 | 102 | 6 | 75 | 462 | 61 | 32 |
| Binary | 1100011 | 100010 | 1011101 | 0 | 1000010 | 110 | 111101 | 100110010 | 110001 | 11010 |
Color Harmonies of #63225D
Complementary color
Monochromatic Colors of #63225D
Black with #63225D
Text Example
Text Example
White with #63225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63225D; }
p { color: rgb(99,34,93); }
H1.HeaderClassName
{
color: #63225D;
}
.AnyTagClassName
{
color: #63225D;
}
</style>
background-color css
<style>
a { background-color: #63225D; }
a { background-color: rgb(99,34,93); }
div.DivClassName
{
background-color: #63225D;
}
.BgClassName
{
background-color: #63225D;
}
</style>
border-color css
<style>
span { border-color: #63225D; }
span { border-color: rgb(99,34,93); }
td.TdClassName
{
border-color: #63225D;
}
.TagClassName
{
border-color: #63225D;
}
</style>