Shades of Palatinate Purple #731165
Tints of Palatinate Purple #731165
RGB
CMYK
RGB Variations
Color information
#731165 (or 0x731165) is known color: Palatinate Purple. HEX triplet: 73, 11 and 65. RGB value is (115,17,101). Sum of RGB (Red+Green+Blue) = 115+17+101=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731165 is #8CEE9A. Grayscale: #373737. Windows color (decimal): -9236123 or 6623603. OLE color: 6623603.
HSL color Cylindrical-coordinate representation of color #731165: hue angle of 308.57º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731165 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 101 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.55 |
| HSL | 308.57º | 0.74% | 0.26% | - |
| HSV(B) | 308.57º | 0.85% | 0.45% | - |
| XYZ | 9.62 | 4.99 | 12.77 | - |
| YUV | 55.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 101 | 0 | 0.85 | 0.12 | 0.55 | 308.57 | 0.74 | 0.26 |
| Hex | 73 | 11 | 65 | 0 | 55 | C | 37 | 135 | 4A | 1A |
| Octal | 163 | 21 | 145 | 0 | 125 | 14 | 67 | 465 | 112 | 32 |
| Binary | 1110011 | 10001 | 1100101 | 0 | 1010101 | 1100 | 110111 | 100110101 | 1001010 | 11010 |
Color Harmonies of #731165
Complementary color
Monochromatic Colors of #731165
Black with #731165
Text Example
Text Example
White with #731165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731165; }
p { color: rgb(115,17,101); }
H1.HeaderClassName
{
color: #731165;
}
.AnyTagClassName
{
color: #731165;
}
</style>
background-color css
<style>
a { background-color: #731165; }
a { background-color: rgb(115,17,101); }
div.DivClassName
{
background-color: #731165;
}
.BgClassName
{
background-color: #731165;
}
</style>
border-color css
<style>
span { border-color: #731165; }
span { border-color: rgb(115,17,101); }
td.TdClassName
{
border-color: #731165;
}
.TagClassName
{
border-color: #731165;
}
</style>