Shades of Palatinate Purple #73136B
Tints of Palatinate Purple #73136B
RGB
CMYK
RGB Variations
Color information
#73136B (or 0x73136B) is known color: Palatinate Purple. HEX triplet: 73, 13 and 6B. RGB value is (115,19,107). Sum of RGB (Red+Green+Blue) = 115+19+107=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73136B is #8CEC94. Grayscale: #393939. Windows color (decimal): -9235605 or 7017331. OLE color: 7017331.
HSL color Cylindrical-coordinate representation of color #73136B: hue angle of 305º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73136B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 107 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.55 |
| HSL | 305º | 0.72% | 0.26% | - |
| HSV(B) | 305º | 0.83% | 0.45% | - |
| XYZ | 9.96 | 5.17 | 14.38 | - |
| YUV | 57.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 107 | 0 | 0.83 | 0.07 | 0.55 | 305 | 0.72 | 0.26 |
| Hex | 73 | 13 | 6B | 0 | 53 | 7 | 37 | 131 | 48 | 1A |
| Octal | 163 | 23 | 153 | 0 | 123 | 7 | 67 | 461 | 110 | 32 |
| Binary | 1110011 | 10011 | 1101011 | 0 | 1010011 | 111 | 110111 | 100110001 | 1001000 | 11010 |
Color Harmonies of #73136B
Complementary color
Monochromatic Colors of #73136B
Black with #73136B
Text Example
Text Example
White with #73136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73136B; }
p { color: rgb(115,19,107); }
H1.HeaderClassName
{
color: #73136B;
}
.AnyTagClassName
{
color: #73136B;
}
</style>
background-color css
<style>
a { background-color: #73136B; }
a { background-color: rgb(115,19,107); }
div.DivClassName
{
background-color: #73136B;
}
.BgClassName
{
background-color: #73136B;
}
</style>
border-color css
<style>
span { border-color: #73136B; }
span { border-color: rgb(115,19,107); }
td.TdClassName
{
border-color: #73136B;
}
.TagClassName
{
border-color: #73136B;
}
</style>