Shades of Palatinate Purple #731B61
Tints of Palatinate Purple #731B61
RGB
CMYK
RGB Variations
Color information
#731B61 (or 0x731B61) is known color: Palatinate Purple. HEX triplet: 73, 1B and 61. RGB value is (115,27,97). Sum of RGB (Red+Green+Blue) = 115+27+97=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B61 is #8CE49E. Grayscale: #3D3D3D. Windows color (decimal): -9233567 or 6364019. OLE color: 6364019.
HSL color Cylindrical-coordinate representation of color #731B61: hue angle of 312.27º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B61 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 97 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.55 |
| HSL | 312.27º | 0.62% | 0.28% | - |
| HSV(B) | 312.27º | 0.77% | 0.45% | - |
| XYZ | 9.62 | 5.29 | 11.82 | - |
| YUV | 61.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 97 | 0 | 0.77 | 0.16 | 0.55 | 312.27 | 0.62 | 0.28 |
| Hex | 73 | 1B | 61 | 0 | 4D | 10 | 37 | 138 | 3E | 1C |
| Octal | 163 | 33 | 141 | 0 | 115 | 20 | 67 | 470 | 76 | 34 |
| Binary | 1110011 | 11011 | 1100001 | 0 | 1001101 | 10000 | 110111 | 100111000 | 111110 | 11100 |
Color Harmonies of #731B61
Complementary color
Monochromatic Colors of #731B61
Black with #731B61
Text Example
Text Example
White with #731B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B61; }
p { color: rgb(115,27,97); }
H1.HeaderClassName
{
color: #731B61;
}
.AnyTagClassName
{
color: #731B61;
}
</style>
background-color css
<style>
a { background-color: #731B61; }
a { background-color: rgb(115,27,97); }
div.DivClassName
{
background-color: #731B61;
}
.BgClassName
{
background-color: #731B61;
}
</style>
border-color css
<style>
span { border-color: #731B61; }
span { border-color: rgb(115,27,97); }
td.TdClassName
{
border-color: #731B61;
}
.TagClassName
{
border-color: #731B61;
}
</style>