Shades of Palatinate Purple #73235C
Tints of Palatinate Purple #73235C
RGB
CMYK
RGB Variations
Color information
#73235C (or 0x73235C) is known color: Palatinate Purple. HEX triplet: 73, 23 and 5C. RGB value is (115,35,92). Sum of RGB (Red+Green+Blue) = 115+35+92=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73235C is #8CDCA3. Grayscale: #414141. Windows color (decimal): -9231524 or 6038387. OLE color: 6038387.
HSL color Cylindrical-coordinate representation of color #73235C: hue angle of 317.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73235C is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 92 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.55 |
| HSL | 317.25º | 0.53% | 0.29% | - |
| HSV(B) | 317.25º | 0.7% | 0.45% | - |
| XYZ | 9.6 | 5.62 | 10.7 | - |
| YUV | 65.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 92 | 0 | 0.70 | 0.20 | 0.55 | 317.25 | 0.53 | 0.29 |
| Hex | 73 | 23 | 5C | 0 | 46 | 14 | 37 | 13D | 35 | 1D |
| Octal | 163 | 43 | 134 | 0 | 106 | 24 | 67 | 475 | 65 | 35 |
| Binary | 1110011 | 100011 | 1011100 | 0 | 1000110 | 10100 | 110111 | 100111101 | 110101 | 11101 |
Color Harmonies of #73235C
Complementary color
Monochromatic Colors of #73235C
Black with #73235C
Text Example
Text Example
White with #73235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73235C; }
p { color: rgb(115,35,92); }
H1.HeaderClassName
{
color: #73235C;
}
.AnyTagClassName
{
color: #73235C;
}
</style>
background-color css
<style>
a { background-color: #73235C; }
a { background-color: rgb(115,35,92); }
div.DivClassName
{
background-color: #73235C;
}
.BgClassName
{
background-color: #73235C;
}
</style>
border-color css
<style>
span { border-color: #73235C; }
span { border-color: rgb(115,35,92); }
td.TdClassName
{
border-color: #73235C;
}
.TagClassName
{
border-color: #73235C;
}
</style>