Shades of Palatinate Purple #73256D
Tints of Palatinate Purple #73256D
RGB
CMYK
RGB Variations
Color information
#73256D (or 0x73256D) is known color: Palatinate Purple. HEX triplet: 73, 25 and 6D. RGB value is (115,37,109). Sum of RGB (Red+Green+Blue) = 115+37+109=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256D is #8CDA92. Grayscale: #444444. Windows color (decimal): -9230995 or 7153011. OLE color: 7153011.
HSL color Cylindrical-coordinate representation of color #73256D: hue angle of 304.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73256D is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 109 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.55 |
| HSL | 304.62º | 0.51% | 0.3% | - |
| HSV(B) | 304.62º | 0.68% | 0.45% | - |
| XYZ | 10.49 | 6.07 | 15.09 | - |
| YUV | 68.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 109 | 0 | 0.68 | 0.05 | 0.55 | 304.62 | 0.51 | 0.3 |
| Hex | 73 | 25 | 6D | 0 | 44 | 5 | 37 | 131 | 33 | 1E |
| Octal | 163 | 45 | 155 | 0 | 104 | 5 | 67 | 461 | 63 | 36 |
| Binary | 1110011 | 100101 | 1101101 | 0 | 1000100 | 101 | 110111 | 100110001 | 110011 | 11110 |
Color Harmonies of #73256D
Complementary color
Monochromatic Colors of #73256D
Black with #73256D
Text Example
Text Example
White with #73256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73256D; }
p { color: rgb(115,37,109); }
H1.HeaderClassName
{
color: #73256D;
}
.AnyTagClassName
{
color: #73256D;
}
</style>
background-color css
<style>
a { background-color: #73256D; }
a { background-color: rgb(115,37,109); }
div.DivClassName
{
background-color: #73256D;
}
.BgClassName
{
background-color: #73256D;
}
</style>
border-color css
<style>
span { border-color: #73256D; }
span { border-color: rgb(115,37,109); }
td.TdClassName
{
border-color: #73256D;
}
.TagClassName
{
border-color: #73256D;
}
</style>