Shades of Palatinate Purple #73225A
Tints of Palatinate Purple #73225A
RGB
CMYK
RGB Variations
Color information
#73225A (or 0x73225A) is known color: Palatinate Purple. HEX triplet: 73, 22 and 5A. RGB value is (115,34,90). Sum of RGB (Red+Green+Blue) = 115+34+90=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73225A is #8CDDA5. Grayscale: #404040. Windows color (decimal): -9231782 or 5907059. OLE color: 5907059.
HSL color Cylindrical-coordinate representation of color #73225A: hue angle of 318.52º 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 #73225A is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 90 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.55 |
| HSL | 318.52º | 0.54% | 0.29% | - |
| HSV(B) | 318.52º | 0.7% | 0.45% | - |
| XYZ | 9.49 | 5.53 | 10.24 | - |
| YUV | 64.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 90 | 0 | 0.70 | 0.22 | 0.55 | 318.52 | 0.54 | 0.29 |
| Hex | 73 | 22 | 5A | 0 | 46 | 16 | 37 | 13F | 36 | 1D |
| Octal | 163 | 42 | 132 | 0 | 106 | 26 | 67 | 477 | 66 | 35 |
| Binary | 1110011 | 100010 | 1011010 | 0 | 1000110 | 10110 | 110111 | 100111111 | 110110 | 11101 |
Color Harmonies of #73225A
Complementary color
Monochromatic Colors of #73225A
Black with #73225A
Text Example
Text Example
White with #73225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73225A; }
p { color: rgb(115,34,90); }
H1.HeaderClassName
{
color: #73225A;
}
.AnyTagClassName
{
color: #73225A;
}
</style>
background-color css
<style>
a { background-color: #73225A; }
a { background-color: rgb(115,34,90); }
div.DivClassName
{
background-color: #73225A;
}
.BgClassName
{
background-color: #73225A;
}
</style>
border-color css
<style>
span { border-color: #73225A; }
span { border-color: rgb(115,34,90); }
td.TdClassName
{
border-color: #73225A;
}
.TagClassName
{
border-color: #73225A;
}
</style>