Shades of Palatinate Purple #73256C
Tints of Palatinate Purple #73256C
RGB
CMYK
RGB Variations
Color information
#73256C (or 0x73256C) is known color: Palatinate Purple. HEX triplet: 73, 25 and 6C. RGB value is (115,37,108). Sum of RGB (Red+Green+Blue) = 115+37+108=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256C is #8CDA93. Grayscale: #444444. Windows color (decimal): -9230996 or 7087475. OLE color: 7087475.
HSL color Cylindrical-coordinate representation of color #73256C: hue angle of 305.38º 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 #73256C is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 108 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.55 |
| HSL | 305.38º | 0.51% | 0.3% | - |
| HSV(B) | 305.38º | 0.68% | 0.45% | - |
| XYZ | 10.44 | 6.05 | 14.81 | - |
| YUV | 68.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 108 | 0 | 0.68 | 0.06 | 0.55 | 305.38 | 0.51 | 0.3 |
| Hex | 73 | 25 | 6C | 0 | 44 | 6 | 37 | 131 | 33 | 1E |
| Octal | 163 | 45 | 154 | 0 | 104 | 6 | 67 | 461 | 63 | 36 |
| Binary | 1110011 | 100101 | 1101100 | 0 | 1000100 | 110 | 110111 | 100110001 | 110011 | 11110 |
Color Harmonies of #73256C
Complementary color
Monochromatic Colors of #73256C
Black with #73256C
Text Example
Text Example
White with #73256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73256C; }
p { color: rgb(115,37,108); }
H1.HeaderClassName
{
color: #73256C;
}
.AnyTagClassName
{
color: #73256C;
}
</style>
background-color css
<style>
a { background-color: #73256C; }
a { background-color: rgb(115,37,108); }
div.DivClassName
{
background-color: #73256C;
}
.BgClassName
{
background-color: #73256C;
}
</style>
border-color css
<style>
span { border-color: #73256C; }
span { border-color: rgb(115,37,108); }
td.TdClassName
{
border-color: #73256C;
}
.TagClassName
{
border-color: #73256C;
}
</style>