Shades of Palatinate Purple #73155D
Tints of Palatinate Purple #73155D
RGB
CMYK
RGB Variations
Color information
#73155D (or 0x73155D) is known color: Palatinate Purple. HEX triplet: 73, 15 and 5D. RGB value is (115,21,93). Sum of RGB (Red+Green+Blue) = 115+21+93=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73155D is #8CEAA2. Grayscale: #393939. Windows color (decimal): -9235107 or 6100339. OLE color: 6100339.
HSL color Cylindrical-coordinate representation of color #73155D: hue angle of 314.04º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73155D is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 93 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.55 |
| HSL | 314.04º | 0.69% | 0.27% | - |
| HSV(B) | 314.04º | 0.82% | 0.45% | - |
| XYZ | 9.31 | 4.97 | 10.82 | - |
| YUV | 57.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 93 | 0 | 0.82 | 0.19 | 0.55 | 314.04 | 0.69 | 0.27 |
| Hex | 73 | 15 | 5D | 0 | 52 | 13 | 37 | 13A | 45 | 1B |
| Octal | 163 | 25 | 135 | 0 | 122 | 23 | 67 | 472 | 105 | 33 |
| Binary | 1110011 | 10101 | 1011101 | 0 | 1010010 | 10011 | 110111 | 100111010 | 1000101 | 11011 |
Color Harmonies of #73155D
Complementary color
Monochromatic Colors of #73155D
Black with #73155D
Text Example
Text Example
White with #73155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73155D; }
p { color: rgb(115,21,93); }
H1.HeaderClassName
{
color: #73155D;
}
.AnyTagClassName
{
color: #73155D;
}
</style>
background-color css
<style>
a { background-color: #73155D; }
a { background-color: rgb(115,21,93); }
div.DivClassName
{
background-color: #73155D;
}
.BgClassName
{
background-color: #73155D;
}
</style>
border-color css
<style>
span { border-color: #73155D; }
span { border-color: rgb(115,21,93); }
td.TdClassName
{
border-color: #73155D;
}
.TagClassName
{
border-color: #73155D;
}
</style>