Shades of Palatinate Purple #73045C
Tints of Palatinate Purple #73045C
RGB
CMYK
RGB Variations
Color information
#73045C (or 0x73045C) is known color: Palatinate Purple. HEX triplet: 73, 04 and 5C. RGB value is (115,4,92). Sum of RGB (Red+Green+Blue) = 115+4+92=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73045C is #8CFBA3. Grayscale: #2E2E2E. Windows color (decimal): -9239460 or 6030451. OLE color: 6030451.
HSL color Cylindrical-coordinate representation of color #73045C: hue angle of 312.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73045C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.55 |
| HSL | 312.43º | 0.93% | 0.23% | - |
| HSV(B) | 312.43º | 0.97% | 0.45% | - |
| XYZ | 9.05 | 4.5 | 10.52 | - |
| YUV | 47.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 92 | 0 | 0.97 | 0.20 | 0.55 | 312.43 | 0.93 | 0.23 |
| Hex | 73 | 4 | 5C | 0 | 61 | 14 | 37 | 138 | 5D | 17 |
| Octal | 163 | 4 | 134 | 0 | 141 | 24 | 67 | 470 | 135 | 27 |
| Binary | 1110011 | 100 | 1011100 | 0 | 1100001 | 10100 | 110111 | 100111000 | 1011101 | 10111 |
Color Harmonies of #73045C
Complementary color
Monochromatic Colors of #73045C
Black with #73045C
Text Example
Text Example
White with #73045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73045C; }
p { color: rgb(115,4,92); }
H1.HeaderClassName
{
color: #73045C;
}
.AnyTagClassName
{
color: #73045C;
}
</style>
background-color css
<style>
a { background-color: #73045C; }
a { background-color: rgb(115,4,92); }
div.DivClassName
{
background-color: #73045C;
}
.BgClassName
{
background-color: #73045C;
}
</style>
border-color css
<style>
span { border-color: #73045C; }
span { border-color: rgb(115,4,92); }
td.TdClassName
{
border-color: #73045C;
}
.TagClassName
{
border-color: #73045C;
}
</style>