Shades of Palatinate Purple #73245B
Tints of Palatinate Purple #73245B
RGB
CMYK
RGB Variations
Color information
#73245B (or 0x73245B) is known color: Palatinate Purple. HEX triplet: 73, 24 and 5B. RGB value is (115,36,91). Sum of RGB (Red+Green+Blue) = 115+36+91=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73245B is #8CDBA4. Grayscale: #414141. Windows color (decimal): -9231269 or 5973107. OLE color: 5973107.
HSL color Cylindrical-coordinate representation of color #73245B: hue angle of 318.23º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73245B is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 91 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.55 |
| HSL | 318.23º | 0.52% | 0.3% | - |
| HSV(B) | 318.23º | 0.69% | 0.45% | - |
| XYZ | 9.59 | 5.66 | 10.48 | - |
| YUV | 65.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 91 | 0 | 0.69 | 0.21 | 0.55 | 318.23 | 0.52 | 0.3 |
| Hex | 73 | 24 | 5B | 0 | 45 | 15 | 37 | 13E | 34 | 1E |
| Octal | 163 | 44 | 133 | 0 | 105 | 25 | 67 | 476 | 64 | 36 |
| Binary | 1110011 | 100100 | 1011011 | 0 | 1000101 | 10101 | 110111 | 100111110 | 110100 | 11110 |
Color Harmonies of #73245B
Complementary color
Monochromatic Colors of #73245B
Black with #73245B
Text Example
Text Example
White with #73245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73245B; }
p { color: rgb(115,36,91); }
H1.HeaderClassName
{
color: #73245B;
}
.AnyTagClassName
{
color: #73245B;
}
</style>
background-color css
<style>
a { background-color: #73245B; }
a { background-color: rgb(115,36,91); }
div.DivClassName
{
background-color: #73245B;
}
.BgClassName
{
background-color: #73245B;
}
</style>
border-color css
<style>
span { border-color: #73245B; }
span { border-color: rgb(115,36,91); }
td.TdClassName
{
border-color: #73245B;
}
.TagClassName
{
border-color: #73245B;
}
</style>