Shades of Palatinate Purple #73095C
Tints of Palatinate Purple #73095C
RGB
CMYK
RGB Variations
Color information
#73095C (or 0x73095C) is known color: Palatinate Purple. HEX triplet: 73, 09 and 5C. RGB value is (115,9,92). Sum of RGB (Red+Green+Blue) = 115+9+92=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #73095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73095C is #8CF6A3. Grayscale: #313131. Windows color (decimal): -9238180 or 6031731. OLE color: 6031731.
HSL color Cylindrical-coordinate representation of color #73095C: hue angle of 313.02º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73095C is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 92 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.55 |
| HSL | 313.02º | 0.85% | 0.24% | - |
| HSV(B) | 313.02º | 0.92% | 0.45% | - |
| XYZ | 9.1 | 4.61 | 10.54 | - |
| YUV | 50.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 92 | 0 | 0.92 | 0.20 | 0.55 | 313.02 | 0.85 | 0.24 |
| Hex | 73 | 9 | 5C | 0 | 5C | 14 | 37 | 139 | 55 | 18 |
| Octal | 163 | 11 | 134 | 0 | 134 | 24 | 67 | 471 | 125 | 30 |
| Binary | 1110011 | 1001 | 1011100 | 0 | 1011100 | 10100 | 110111 | 100111001 | 1010101 | 11000 |
Color Harmonies of #73095C
Complementary color
Monochromatic Colors of #73095C
Black with #73095C
Text Example
Text Example
White with #73095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73095C; }
p { color: rgb(115,9,92); }
H1.HeaderClassName
{
color: #73095C;
}
.AnyTagClassName
{
color: #73095C;
}
</style>
background-color css
<style>
a { background-color: #73095C; }
a { background-color: rgb(115,9,92); }
div.DivClassName
{
background-color: #73095C;
}
.BgClassName
{
background-color: #73095C;
}
</style>
border-color css
<style>
span { border-color: #73095C; }
span { border-color: rgb(115,9,92); }
td.TdClassName
{
border-color: #73095C;
}
.TagClassName
{
border-color: #73095C;
}
</style>