Shades of Palatinate Purple #63225E
Tints of Palatinate Purple #63225E
RGB
CMYK
RGB Variations
Color information
#63225E (or 0x63225E) is known color: Palatinate Purple. HEX triplet: 63, 22 and 5E. RGB value is (99,34,94). Sum of RGB (Red+Green+Blue) = 99+34+94=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63225E is #9CDDA1. Grayscale: #3C3C3C. Windows color (decimal): -10280354 or 6169187. OLE color: 6169187.
HSL color Cylindrical-coordinate representation of color #63225E: hue angle of 304.62º 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 #63225E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 94 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.61 |
| HSL | 304.62º | 0.49% | 0.26% | - |
| HSV(B) | 304.62º | 0.66% | 0.39% | - |
| XYZ | 7.74 | 4.6 | 11.07 | - |
| YUV | 60.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 94 | 0 | 0.66 | 0.05 | 0.61 | 304.62 | 0.49 | 0.26 |
| Hex | 63 | 22 | 5E | 0 | 42 | 5 | 3D | 131 | 31 | 1A |
| Octal | 143 | 42 | 136 | 0 | 102 | 5 | 75 | 461 | 61 | 32 |
| Binary | 1100011 | 100010 | 1011110 | 0 | 1000010 | 101 | 111101 | 100110001 | 110001 | 11010 |
Color Harmonies of #63225E
Complementary color
Monochromatic Colors of #63225E
Black with #63225E
Text Example
Text Example
White with #63225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63225E; }
p { color: rgb(99,34,94); }
H1.HeaderClassName
{
color: #63225E;
}
.AnyTagClassName
{
color: #63225E;
}
</style>
background-color css
<style>
a { background-color: #63225E; }
a { background-color: rgb(99,34,94); }
div.DivClassName
{
background-color: #63225E;
}
.BgClassName
{
background-color: #63225E;
}
</style>
border-color css
<style>
span { border-color: #63225E; }
span { border-color: rgb(99,34,94); }
td.TdClassName
{
border-color: #63225E;
}
.TagClassName
{
border-color: #63225E;
}
</style>