Shades of Palatinate Purple #73075C
Tints of Palatinate Purple #73075C
RGB
CMYK
RGB Variations
Color information
#73075C (or 0x73075C) is known color: Palatinate Purple. HEX triplet: 73, 07 and 5C. RGB value is (115,7,92). Sum of RGB (Red+Green+Blue) = 115+7+92=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73075C is #8CF8A3. Grayscale: #303030. Windows color (decimal): -9238692 or 6031219. OLE color: 6031219.
HSL color Cylindrical-coordinate representation of color #73075C: hue angle of 312.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73075C is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 92 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.55 |
| HSL | 312.78º | 0.89% | 0.24% | - |
| HSV(B) | 312.78º | 0.94% | 0.45% | - |
| XYZ | 9.08 | 4.57 | 10.53 | - |
| YUV | 48.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 92 | 0 | 0.94 | 0.20 | 0.55 | 312.78 | 0.89 | 0.24 |
| Hex | 73 | 7 | 5C | 0 | 5E | 14 | 37 | 139 | 59 | 18 |
| Octal | 163 | 7 | 134 | 0 | 136 | 24 | 67 | 471 | 131 | 30 |
| Binary | 1110011 | 111 | 1011100 | 0 | 1011110 | 10100 | 110111 | 100111001 | 1011001 | 11000 |
Color Harmonies of #73075C
Complementary color
Monochromatic Colors of #73075C
Black with #73075C
Text Example
Text Example
White with #73075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73075C; }
p { color: rgb(115,7,92); }
H1.HeaderClassName
{
color: #73075C;
}
.AnyTagClassName
{
color: #73075C;
}
</style>
background-color css
<style>
a { background-color: #73075C; }
a { background-color: rgb(115,7,92); }
div.DivClassName
{
background-color: #73075C;
}
.BgClassName
{
background-color: #73075C;
}
</style>
border-color css
<style>
span { border-color: #73075C; }
span { border-color: rgb(115,7,92); }
td.TdClassName
{
border-color: #73075C;
}
.TagClassName
{
border-color: #73075C;
}
</style>