Shades of Palatinate Purple #633160
Tints of Palatinate Purple #633160
RGB
CMYK
RGB Variations
Color information
#633160 (or 0x633160) is known color: Palatinate Purple. HEX triplet: 63, 31 and 60. RGB value is (99,49,96). Sum of RGB (Red+Green+Blue) = 99+49+96=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #633160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633160 is #9CCE9F. Grayscale: #454545. Windows color (decimal): -10276512 or 6304099. OLE color: 6304099.
HSL color Cylindrical-coordinate representation of color #633160: hue angle of 303.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633160 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 96 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.61 |
| HSL | 303.6º | 0.34% | 0.29% | - |
| HSV(B) | 303.6º | 0.51% | 0.39% | - |
| XYZ | 8.36 | 5.69 | 11.72 | - |
| YUV | 69.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 96 | 0 | 0.51 | 0.03 | 0.61 | 303.6 | 0.34 | 0.29 |
| Hex | 63 | 31 | 60 | 0 | 33 | 3 | 3D | 130 | 22 | 1D |
| Octal | 143 | 61 | 140 | 0 | 63 | 3 | 75 | 460 | 42 | 35 |
| Binary | 1100011 | 110001 | 1100000 | 0 | 110011 | 11 | 111101 | 100110000 | 100010 | 11101 |
Color Harmonies of #633160
Complementary color
Monochromatic Colors of #633160
Black with #633160
Text Example
Text Example
White with #633160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633160; }
p { color: rgb(99,49,96); }
H1.HeaderClassName
{
color: #633160;
}
.AnyTagClassName
{
color: #633160;
}
</style>
background-color css
<style>
a { background-color: #633160; }
a { background-color: rgb(99,49,96); }
div.DivClassName
{
background-color: #633160;
}
.BgClassName
{
background-color: #633160;
}
</style>
border-color css
<style>
span { border-color: #633160; }
span { border-color: rgb(99,49,96); }
td.TdClassName
{
border-color: #633160;
}
.TagClassName
{
border-color: #633160;
}
</style>