Shades of Palatinate Purple #73055C
Tints of Palatinate Purple #73055C
RGB
CMYK
RGB Variations
Color information
#73055C (or 0x73055C) is known color: Palatinate Purple. HEX triplet: 73, 05 and 5C. RGB value is (115,5,92). Sum of RGB (Red+Green+Blue) = 115+5+92=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73055C is #8CFAA3. Grayscale: #2F2F2F. Windows color (decimal): -9239204 or 6030707. OLE color: 6030707.
HSL color Cylindrical-coordinate representation of color #73055C: hue angle of 312.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73055C is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 92 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.55 |
| HSL | 312.55º | 0.92% | 0.24% | - |
| HSV(B) | 312.55º | 0.96% | 0.45% | - |
| XYZ | 9.06 | 4.53 | 10.52 | - |
| YUV | 47.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 92 | 0 | 0.96 | 0.20 | 0.55 | 312.55 | 0.92 | 0.24 |
| Hex | 73 | 5 | 5C | 0 | 60 | 14 | 37 | 139 | 5C | 18 |
| Octal | 163 | 5 | 134 | 0 | 140 | 24 | 67 | 471 | 134 | 30 |
| Binary | 1110011 | 101 | 1011100 | 0 | 1100000 | 10100 | 110111 | 100111001 | 1011100 | 11000 |
Color Harmonies of #73055C
Complementary color
Monochromatic Colors of #73055C
Black with #73055C
Text Example
Text Example
White with #73055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73055C; }
p { color: rgb(115,5,92); }
H1.HeaderClassName
{
color: #73055C;
}
.AnyTagClassName
{
color: #73055C;
}
</style>
background-color css
<style>
a { background-color: #73055C; }
a { background-color: rgb(115,5,92); }
div.DivClassName
{
background-color: #73055C;
}
.BgClassName
{
background-color: #73055C;
}
</style>
border-color css
<style>
span { border-color: #73055C; }
span { border-color: rgb(115,5,92); }
td.TdClassName
{
border-color: #73055C;
}
.TagClassName
{
border-color: #73055C;
}
</style>