Shades of Palatinate Purple #73226D
Tints of Palatinate Purple #73226D
RGB
CMYK
RGB Variations
Color information
#73226D (or 0x73226D) is known color: Palatinate Purple. HEX triplet: 73, 22 and 6D. RGB value is (115,34,109). Sum of RGB (Red+Green+Blue) = 115+34+109=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73226D is #8CDD92. Grayscale: #424242. Windows color (decimal): -9231763 or 7152243. OLE color: 7152243.
HSL color Cylindrical-coordinate representation of color #73226D: hue angle of 304.44º degrees, saturation: 0.54, 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 #73226D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 109 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.55 |
| HSL | 304.44º | 0.54% | 0.29% | - |
| HSV(B) | 304.44º | 0.7% | 0.45% | - |
| XYZ | 10.4 | 5.89 | 15.06 | - |
| YUV | 66.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 109 | 0 | 0.70 | 0.05 | 0.55 | 304.44 | 0.54 | 0.29 |
| Hex | 73 | 22 | 6D | 0 | 46 | 5 | 37 | 130 | 36 | 1D |
| Octal | 163 | 42 | 155 | 0 | 106 | 5 | 67 | 460 | 66 | 35 |
| Binary | 1110011 | 100010 | 1101101 | 0 | 1000110 | 101 | 110111 | 100110000 | 110110 | 11101 |
Color Harmonies of #73226D
Complementary color
Monochromatic Colors of #73226D
Black with #73226D
Text Example
Text Example
White with #73226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73226D; }
p { color: rgb(115,34,109); }
H1.HeaderClassName
{
color: #73226D;
}
.AnyTagClassName
{
color: #73226D;
}
</style>
background-color css
<style>
a { background-color: #73226D; }
a { background-color: rgb(115,34,109); }
div.DivClassName
{
background-color: #73226D;
}
.BgClassName
{
background-color: #73226D;
}
</style>
border-color css
<style>
span { border-color: #73226D; }
span { border-color: rgb(115,34,109); }
td.TdClassName
{
border-color: #73226D;
}
.TagClassName
{
border-color: #73226D;
}
</style>