Shades of Palatinate Purple #733169
Tints of Palatinate Purple #733169
RGB
CMYK
RGB Variations
Color information
#733169 (or 0x733169) is known color: Palatinate Purple. HEX triplet: 73, 31 and 69. RGB value is (115,49,105). Sum of RGB (Red+Green+Blue) = 115+49+105=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #733169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733169 is #8CCE96. Grayscale: #4A4A4A. Windows color (decimal): -9227927 or 6893939. OLE color: 6893939.
HSL color Cylindrical-coordinate representation of color #733169: hue angle of 309.09º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733169 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 105 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.55 |
| HSL | 309.09º | 0.4% | 0.32% | - |
| HSV(B) | 309.09º | 0.57% | 0.45% | - |
| XYZ | 10.72 | 6.86 | 14.12 | - |
| YUV | 75.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 105 | 0 | 0.57 | 0.09 | 0.55 | 309.09 | 0.4 | 0.32 |
| Hex | 73 | 31 | 69 | 0 | 39 | 9 | 37 | 135 | 28 | 20 |
| Octal | 163 | 61 | 151 | 0 | 71 | 11 | 67 | 465 | 50 | 40 |
| Binary | 1110011 | 110001 | 1101001 | 0 | 111001 | 1001 | 110111 | 100110101 | 101000 | 100000 |
Color Harmonies of #733169
Complementary color
Monochromatic Colors of #733169
Black with #733169
Text Example
Text Example
White with #733169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733169; }
p { color: rgb(115,49,105); }
H1.HeaderClassName
{
color: #733169;
}
.AnyTagClassName
{
color: #733169;
}
</style>
background-color css
<style>
a { background-color: #733169; }
a { background-color: rgb(115,49,105); }
div.DivClassName
{
background-color: #733169;
}
.BgClassName
{
background-color: #733169;
}
</style>
border-color css
<style>
span { border-color: #733169; }
span { border-color: rgb(115,49,105); }
td.TdClassName
{
border-color: #733169;
}
.TagClassName
{
border-color: #733169;
}
</style>