Shades of Palatinate Purple #73265D
Tints of Palatinate Purple #73265D
RGB
CMYK
RGB Variations
Color information
#73265D (or 0x73265D) is known color: Palatinate Purple. HEX triplet: 73, 26 and 5D. RGB value is (115,38,93). Sum of RGB (Red+Green+Blue) = 115+38+93=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265D is #8CD9A2. Grayscale: #434343. Windows color (decimal): -9230755 or 6104691. OLE color: 6104691.
HSL color Cylindrical-coordinate representation of color #73265D: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73265D is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 93 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.55 |
| HSL | 317.14º | 0.5% | 0.3% | - |
| HSV(B) | 317.14º | 0.67% | 0.45% | - |
| XYZ | 9.74 | 5.82 | 10.97 | - |
| YUV | 67.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 93 | 0 | 0.67 | 0.19 | 0.55 | 317.14 | 0.5 | 0.3 |
| Hex | 73 | 26 | 5D | 0 | 43 | 13 | 37 | 13D | 32 | 1E |
| Octal | 163 | 46 | 135 | 0 | 103 | 23 | 67 | 475 | 62 | 36 |
| Binary | 1110011 | 100110 | 1011101 | 0 | 1000011 | 10011 | 110111 | 100111101 | 110010 | 11110 |
Color Harmonies of #73265D
Complementary color
Monochromatic Colors of #73265D
Black with #73265D
Text Example
Text Example
White with #73265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73265D; }
p { color: rgb(115,38,93); }
H1.HeaderClassName
{
color: #73265D;
}
.AnyTagClassName
{
color: #73265D;
}
</style>
background-color css
<style>
a { background-color: #73265D; }
a { background-color: rgb(115,38,93); }
div.DivClassName
{
background-color: #73265D;
}
.BgClassName
{
background-color: #73265D;
}
</style>
border-color css
<style>
span { border-color: #73265D; }
span { border-color: rgb(115,38,93); }
td.TdClassName
{
border-color: #73265D;
}
.TagClassName
{
border-color: #73265D;
}
</style>