Shades of Palatinate Purple #63265A
Tints of Palatinate Purple #63265A
RGB
CMYK
RGB Variations
Color information
#63265A (or 0x63265A) is known color: Palatinate Purple. HEX triplet: 63, 26 and 5A. RGB value is (99,38,90). Sum of RGB (Red+Green+Blue) = 99+38+90=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265A is #9CD9A5. Grayscale: #3E3E3E. Windows color (decimal): -10279334 or 5908067. OLE color: 5908067.
HSL color Cylindrical-coordinate representation of color #63265A: hue angle of 308.85º 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 #63265A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 90 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.61 |
| HSL | 308.85º | 0.45% | 0.27% | - |
| HSV(B) | 308.85º | 0.62% | 0.39% | - |
| XYZ | 7.68 | 4.78 | 10.19 | - |
| YUV | 62.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 90 | 0 | 0.62 | 0.09 | 0.61 | 308.85 | 0.45 | 0.27 |
| Hex | 63 | 26 | 5A | 0 | 3E | 9 | 3D | 135 | 2D | 1B |
| Octal | 143 | 46 | 132 | 0 | 76 | 11 | 75 | 465 | 55 | 33 |
| Binary | 1100011 | 100110 | 1011010 | 0 | 111110 | 1001 | 111101 | 100110101 | 101101 | 11011 |
Color Harmonies of #63265A
Complementary color
Monochromatic Colors of #63265A
Black with #63265A
Text Example
Text Example
White with #63265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63265A; }
p { color: rgb(99,38,90); }
H1.HeaderClassName
{
color: #63265A;
}
.AnyTagClassName
{
color: #63265A;
}
</style>
background-color css
<style>
a { background-color: #63265A; }
a { background-color: rgb(99,38,90); }
div.DivClassName
{
background-color: #63265A;
}
.BgClassName
{
background-color: #63265A;
}
</style>
border-color css
<style>
span { border-color: #63265A; }
span { border-color: rgb(99,38,90); }
td.TdClassName
{
border-color: #63265A;
}
.TagClassName
{
border-color: #63265A;
}
</style>