Shades of Palatinate Purple #73246A
Tints of Palatinate Purple #73246A
RGB
CMYK
RGB Variations
Color information
#73246A (or 0x73246A) is known color: Palatinate Purple. HEX triplet: 73, 24 and 6A. RGB value is (115,36,106). Sum of RGB (Red+Green+Blue) = 115+36+106=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73246A is #8CDB95. Grayscale: #434343. Windows color (decimal): -9231254 or 6956147. OLE color: 6956147.
HSL color Cylindrical-coordinate representation of color #73246A: hue angle of 306.84º 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 #73246A is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 106 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.55 |
| HSL | 306.84º | 0.52% | 0.3% | - |
| HSV(B) | 306.84º | 0.69% | 0.45% | - |
| XYZ | 10.3 | 5.95 | 14.24 | - |
| YUV | 67.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 106 | 0 | 0.69 | 0.08 | 0.55 | 306.84 | 0.52 | 0.3 |
| Hex | 73 | 24 | 6A | 0 | 45 | 8 | 37 | 133 | 34 | 1E |
| Octal | 163 | 44 | 152 | 0 | 105 | 10 | 67 | 463 | 64 | 36 |
| Binary | 1110011 | 100100 | 1101010 | 0 | 1000101 | 1000 | 110111 | 100110011 | 110100 | 11110 |
Color Harmonies of #73246A
Complementary color
Monochromatic Colors of #73246A
Black with #73246A
Text Example
Text Example
White with #73246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73246A; }
p { color: rgb(115,36,106); }
H1.HeaderClassName
{
color: #73246A;
}
.AnyTagClassName
{
color: #73246A;
}
</style>
background-color css
<style>
a { background-color: #73246A; }
a { background-color: rgb(115,36,106); }
div.DivClassName
{
background-color: #73246A;
}
.BgClassName
{
background-color: #73246A;
}
</style>
border-color css
<style>
span { border-color: #73246A; }
span { border-color: rgb(115,36,106); }
td.TdClassName
{
border-color: #73246A;
}
.TagClassName
{
border-color: #73246A;
}
</style>