Shades of Palatinate Purple #63225C
Tints of Palatinate Purple #63225C
RGB
CMYK
RGB Variations
Color information
#63225C (or 0x63225C) is known color: Palatinate Purple. HEX triplet: 63, 22 and 5C. RGB value is (99,34,92). Sum of RGB (Red+Green+Blue) = 99+34+92=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63225C is #9CDDA3. Grayscale: #3B3B3B. Windows color (decimal): -10280356 or 6038115. OLE color: 6038115.
HSL color Cylindrical-coordinate representation of color #63225C: hue angle of 306.46º 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 #63225C is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 92 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.61 |
| HSL | 306.46º | 0.49% | 0.26% | - |
| HSV(B) | 306.46º | 0.66% | 0.39% | - |
| XYZ | 7.65 | 4.57 | 10.6 | - |
| YUV | 60.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 92 | 0 | 0.66 | 0.07 | 0.61 | 306.46 | 0.49 | 0.26 |
| Hex | 63 | 22 | 5C | 0 | 42 | 7 | 3D | 132 | 31 | 1A |
| Octal | 143 | 42 | 134 | 0 | 102 | 7 | 75 | 462 | 61 | 32 |
| Binary | 1100011 | 100010 | 1011100 | 0 | 1000010 | 111 | 111101 | 100110010 | 110001 | 11010 |
Color Harmonies of #63225C
Complementary color
Monochromatic Colors of #63225C
Black with #63225C
Text Example
Text Example
White with #63225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63225C; }
p { color: rgb(99,34,92); }
H1.HeaderClassName
{
color: #63225C;
}
.AnyTagClassName
{
color: #63225C;
}
</style>
background-color css
<style>
a { background-color: #63225C; }
a { background-color: rgb(99,34,92); }
div.DivClassName
{
background-color: #63225C;
}
.BgClassName
{
background-color: #63225C;
}
</style>
border-color css
<style>
span { border-color: #63225C; }
span { border-color: rgb(99,34,92); }
td.TdClassName
{
border-color: #63225C;
}
.TagClassName
{
border-color: #63225C;
}
</style>