Shades of Palatinate Purple #73275E
Tints of Palatinate Purple #73275E
RGB
CMYK
RGB Variations
Color information
#73275E (or 0x73275E) is known color: Palatinate Purple. HEX triplet: 73, 27 and 5E. RGB value is (115,39,94). Sum of RGB (Red+Green+Blue) = 115+39+94=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73275E is #8CD8A1. Grayscale: #434343. Windows color (decimal): -9230498 or 6170483. OLE color: 6170483.
HSL color Cylindrical-coordinate representation of color #73275E: hue angle of 316.58º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73275E is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 94 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.55 |
| HSL | 316.58º | 0.49% | 0.3% | - |
| HSV(B) | 316.58º | 0.66% | 0.45% | - |
| XYZ | 9.82 | 5.9 | 11.21 | - |
| YUV | 67.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 94 | 0 | 0.66 | 0.18 | 0.55 | 316.58 | 0.49 | 0.3 |
| Hex | 73 | 27 | 5E | 0 | 42 | 12 | 37 | 13D | 31 | 1E |
| Octal | 163 | 47 | 136 | 0 | 102 | 22 | 67 | 475 | 61 | 36 |
| Binary | 1110011 | 100111 | 1011110 | 0 | 1000010 | 10010 | 110111 | 100111101 | 110001 | 11110 |
Color Harmonies of #73275E
Complementary color
Monochromatic Colors of #73275E
Black with #73275E
Text Example
Text Example
White with #73275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73275E; }
p { color: rgb(115,39,94); }
H1.HeaderClassName
{
color: #73275E;
}
.AnyTagClassName
{
color: #73275E;
}
</style>
background-color css
<style>
a { background-color: #73275E; }
a { background-color: rgb(115,39,94); }
div.DivClassName
{
background-color: #73275E;
}
.BgClassName
{
background-color: #73275E;
}
</style>
border-color css
<style>
span { border-color: #73275E; }
span { border-color: rgb(115,39,94); }
td.TdClassName
{
border-color: #73275E;
}
.TagClassName
{
border-color: #73275E;
}
</style>