Shades of Palatinate Purple #63265C
Tints of Palatinate Purple #63265C
RGB
CMYK
RGB Variations
Color information
#63265C (or 0x63265C) is known color: Palatinate Purple. HEX triplet: 63, 26 and 5C. RGB value is (99,38,92). Sum of RGB (Red+Green+Blue) = 99+38+92=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265C is #9CD9A3. Grayscale: #3E3E3E. Windows color (decimal): -10279332 or 6039139. OLE color: 6039139.
HSL color Cylindrical-coordinate representation of color #63265C: hue angle of 306.89º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63265C is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 92 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.61 |
| HSL | 306.89º | 0.45% | 0.27% | - |
| HSV(B) | 306.89º | 0.62% | 0.39% | - |
| XYZ | 7.77 | 4.81 | 10.64 | - |
| YUV | 62.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 92 | 0 | 0.62 | 0.07 | 0.61 | 306.89 | 0.45 | 0.27 |
| Hex | 63 | 26 | 5C | 0 | 3E | 7 | 3D | 133 | 2D | 1B |
| Octal | 143 | 46 | 134 | 0 | 76 | 7 | 75 | 463 | 55 | 33 |
| Binary | 1100011 | 100110 | 1011100 | 0 | 111110 | 111 | 111101 | 100110011 | 101101 | 11011 |
Color Harmonies of #63265C
Complementary color
Monochromatic Colors of #63265C
Black with #63265C
Text Example
Text Example
White with #63265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63265C; }
p { color: rgb(99,38,92); }
H1.HeaderClassName
{
color: #63265C;
}
.AnyTagClassName
{
color: #63265C;
}
</style>
background-color css
<style>
a { background-color: #63265C; }
a { background-color: rgb(99,38,92); }
div.DivClassName
{
background-color: #63265C;
}
.BgClassName
{
background-color: #63265C;
}
</style>
border-color css
<style>
span { border-color: #63265C; }
span { border-color: rgb(99,38,92); }
td.TdClassName
{
border-color: #63265C;
}
.TagClassName
{
border-color: #63265C;
}
</style>