Shades of Palatinate Purple #73226E
Tints of Palatinate Purple #73226E
RGB
CMYK
RGB Variations
Color information
#73226E (or 0x73226E) is known color: Palatinate Purple. HEX triplet: 73, 22 and 6E. RGB value is (115,34,110). Sum of RGB (Red+Green+Blue) = 115+34+110=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73226E is #8CDD91. Grayscale: #424242. Windows color (decimal): -9231762 or 7217779. OLE color: 7217779.
HSL color Cylindrical-coordinate representation of color #73226E: hue angle of 303.7º 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 #73226E is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 110 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.55 |
| HSL | 303.7º | 0.54% | 0.29% | - |
| HSV(B) | 303.7º | 0.7% | 0.45% | - |
| XYZ | 10.46 | 5.91 | 15.34 | - |
| YUV | 66.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 110 | 0 | 0.70 | 0.04 | 0.55 | 303.7 | 0.54 | 0.29 |
| Hex | 73 | 22 | 6E | 0 | 46 | 4 | 37 | 130 | 36 | 1D |
| Octal | 163 | 42 | 156 | 0 | 106 | 4 | 67 | 460 | 66 | 35 |
| Binary | 1110011 | 100010 | 1101110 | 0 | 1000110 | 100 | 110111 | 100110000 | 110110 | 11101 |
Color Harmonies of #73226E
Complementary color
Monochromatic Colors of #73226E
Black with #73226E
Text Example
Text Example
White with #73226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73226E; }
p { color: rgb(115,34,110); }
H1.HeaderClassName
{
color: #73226E;
}
.AnyTagClassName
{
color: #73226E;
}
</style>
background-color css
<style>
a { background-color: #73226E; }
a { background-color: rgb(115,34,110); }
div.DivClassName
{
background-color: #73226E;
}
.BgClassName
{
background-color: #73226E;
}
</style>
border-color css
<style>
span { border-color: #73226E; }
span { border-color: rgb(115,34,110); }
td.TdClassName
{
border-color: #73226E;
}
.TagClassName
{
border-color: #73226E;
}
</style>