Shades of Palatinate Purple #73246B
Tints of Palatinate Purple #73246B
RGB
CMYK
RGB Variations
Color information
#73246B (or 0x73246B) is known color: Palatinate Purple. HEX triplet: 73, 24 and 6B. RGB value is (115,36,107). Sum of RGB (Red+Green+Blue) = 115+36+107=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73246B is #8CDB94. Grayscale: #434343. Windows color (decimal): -9231253 or 7021683. OLE color: 7021683.
HSL color Cylindrical-coordinate representation of color #73246B: hue angle of 306.08º 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 #73246B is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 107 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.55 |
| HSL | 306.08º | 0.52% | 0.3% | - |
| HSV(B) | 306.08º | 0.69% | 0.45% | - |
| XYZ | 10.35 | 5.97 | 14.52 | - |
| YUV | 67.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 107 | 0 | 0.69 | 0.07 | 0.55 | 306.08 | 0.52 | 0.3 |
| Hex | 73 | 24 | 6B | 0 | 45 | 7 | 37 | 132 | 34 | 1E |
| Octal | 163 | 44 | 153 | 0 | 105 | 7 | 67 | 462 | 64 | 36 |
| Binary | 1110011 | 100100 | 1101011 | 0 | 1000101 | 111 | 110111 | 100110010 | 110100 | 11110 |
Color Harmonies of #73246B
Complementary color
Monochromatic Colors of #73246B
Black with #73246B
Text Example
Text Example
White with #73246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73246B; }
p { color: rgb(115,36,107); }
H1.HeaderClassName
{
color: #73246B;
}
.AnyTagClassName
{
color: #73246B;
}
</style>
background-color css
<style>
a { background-color: #73246B; }
a { background-color: rgb(115,36,107); }
div.DivClassName
{
background-color: #73246B;
}
.BgClassName
{
background-color: #73246B;
}
</style>
border-color css
<style>
span { border-color: #73246B; }
span { border-color: rgb(115,36,107); }
td.TdClassName
{
border-color: #73246B;
}
.TagClassName
{
border-color: #73246B;
}
</style>