Shades of Palatinate Purple #73396A
Tints of Palatinate Purple #73396A
RGB
CMYK
RGB Variations
Color information
#73396A (or 0x73396A) is known color: Palatinate Purple. HEX triplet: 73, 39 and 6A. RGB value is (115,57,106). Sum of RGB (Red+Green+Blue) = 115+57+106=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73396A is #8CC695. Grayscale: #4F4F4F. Windows color (decimal): -9225878 or 6961523. OLE color: 6961523.
HSL color Cylindrical-coordinate representation of color #73396A: hue angle of 309.31º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73396A is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 57 | 106 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.55 |
| HSL | 309.31º | 0.34% | 0.34% | - |
| HSV(B) | 309.31º | 0.5% | 0.45% | - |
| XYZ | 11.13 | 7.61 | 14.52 | - |
| YUV | 79.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 106 | 0 | 0.50 | 0.08 | 0.55 | 309.31 | 0.34 | 0.34 |
| Hex | 73 | 39 | 6A | 0 | 32 | 8 | 37 | 135 | 22 | 22 |
| Octal | 163 | 71 | 152 | 0 | 62 | 10 | 67 | 465 | 42 | 42 |
| Binary | 1110011 | 111001 | 1101010 | 0 | 110010 | 1000 | 110111 | 100110101 | 100010 | 100010 |
Color Harmonies of #73396A
Complementary color
Monochromatic Colors of #73396A
Black with #73396A
Text Example
Text Example
White with #73396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73396A; }
p { color: rgb(115,57,106); }
H1.HeaderClassName
{
color: #73396A;
}
.AnyTagClassName
{
color: #73396A;
}
</style>
background-color css
<style>
a { background-color: #73396A; }
a { background-color: rgb(115,57,106); }
div.DivClassName
{
background-color: #73396A;
}
.BgClassName
{
background-color: #73396A;
}
</style>
border-color css
<style>
span { border-color: #73396A; }
span { border-color: rgb(115,57,106); }
td.TdClassName
{
border-color: #73396A;
}
.TagClassName
{
border-color: #73396A;
}
</style>