Shades of Palatinate Purple #73295C
Tints of Palatinate Purple #73295C
RGB
CMYK
RGB Variations
Color information
#73295C (or 0x73295C) is known color: Palatinate Purple. HEX triplet: 73, 29 and 5C. RGB value is (115,41,92). Sum of RGB (Red+Green+Blue) = 115+41+92=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295C is #8CD6A3. Grayscale: #444444. Windows color (decimal): -9229988 or 6039923. OLE color: 6039923.
HSL color Cylindrical-coordinate representation of color #73295C: hue angle of 318.65º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73295C is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 92 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.55 |
| HSL | 318.65º | 0.47% | 0.31% | - |
| HSV(B) | 318.65º | 0.64% | 0.45% | - |
| XYZ | 9.79 | 6 | 10.77 | - |
| YUV | 68.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 92 | 0 | 0.64 | 0.20 | 0.55 | 318.65 | 0.47 | 0.31 |
| Hex | 73 | 29 | 5C | 0 | 40 | 14 | 37 | 13F | 2F | 1F |
| Octal | 163 | 51 | 134 | 0 | 100 | 24 | 67 | 477 | 57 | 37 |
| Binary | 1110011 | 101001 | 1011100 | 0 | 1000000 | 10100 | 110111 | 100111111 | 101111 | 11111 |
Color Harmonies of #73295C
Complementary color
Monochromatic Colors of #73295C
Black with #73295C
Text Example
Text Example
White with #73295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73295C; }
p { color: rgb(115,41,92); }
H1.HeaderClassName
{
color: #73295C;
}
.AnyTagClassName
{
color: #73295C;
}
</style>
background-color css
<style>
a { background-color: #73295C; }
a { background-color: rgb(115,41,92); }
div.DivClassName
{
background-color: #73295C;
}
.BgClassName
{
background-color: #73295C;
}
</style>
border-color css
<style>
span { border-color: #73295C; }
span { border-color: rgb(115,41,92); }
td.TdClassName
{
border-color: #73295C;
}
.TagClassName
{
border-color: #73295C;
}
</style>