Shades of Palatinate Purple #731B5A
Tints of Palatinate Purple #731B5A
RGB
CMYK
RGB Variations
Color information
#731B5A (or 0x731B5A) is known color: Palatinate Purple. HEX triplet: 73, 1B and 5A. RGB value is (115,27,90). Sum of RGB (Red+Green+Blue) = 115+27+90=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B5A is #8CE4A5. Grayscale: #3C3C3C. Windows color (decimal): -9233574 or 5905267. OLE color: 5905267.
HSL color Cylindrical-coordinate representation of color #731B5A: hue angle of 317.05º 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 #731B5A is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 90 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.55 |
| HSL | 317.05º | 0.62% | 0.28% | - |
| HSV(B) | 317.05º | 0.77% | 0.45% | - |
| XYZ | 9.31 | 5.17 | 10.18 | - |
| YUV | 60.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 90 | 0 | 0.77 | 0.22 | 0.55 | 317.05 | 0.62 | 0.28 |
| Hex | 73 | 1B | 5A | 0 | 4D | 16 | 37 | 13D | 3E | 1C |
| Octal | 163 | 33 | 132 | 0 | 115 | 26 | 67 | 475 | 76 | 34 |
| Binary | 1110011 | 11011 | 1011010 | 0 | 1001101 | 10110 | 110111 | 100111101 | 111110 | 11100 |
Color Harmonies of #731B5A
Complementary color
Monochromatic Colors of #731B5A
Black with #731B5A
Text Example
Text Example
White with #731B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B5A; }
p { color: rgb(115,27,90); }
H1.HeaderClassName
{
color: #731B5A;
}
.AnyTagClassName
{
color: #731B5A;
}
</style>
background-color css
<style>
a { background-color: #731B5A; }
a { background-color: rgb(115,27,90); }
div.DivClassName
{
background-color: #731B5A;
}
.BgClassName
{
background-color: #731B5A;
}
</style>
border-color css
<style>
span { border-color: #731B5A; }
span { border-color: rgb(115,27,90); }
td.TdClassName
{
border-color: #731B5A;
}
.TagClassName
{
border-color: #731B5A;
}
</style>