Shades of Palatinate Purple #731B5D
Tints of Palatinate Purple #731B5D
RGB
CMYK
RGB Variations
Color information
#731B5D (or 0x731B5D) is known color: Palatinate Purple. HEX triplet: 73, 1B and 5D. RGB value is (115,27,93). Sum of RGB (Red+Green+Blue) = 115+27+93=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B5D is #8CE4A2. Grayscale: #3C3C3C. Windows color (decimal): -9233571 or 6101875. OLE color: 6101875.
HSL color Cylindrical-coordinate representation of color #731B5D: hue angle of 315º 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 #731B5D is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 93 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.55 |
| HSL | 315º | 0.62% | 0.28% | - |
| HSV(B) | 315º | 0.77% | 0.45% | - |
| XYZ | 9.44 | 5.22 | 10.87 | - |
| YUV | 60.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 93 | 0 | 0.77 | 0.19 | 0.55 | 315 | 0.62 | 0.28 |
| Hex | 73 | 1B | 5D | 0 | 4D | 13 | 37 | 13B | 3E | 1C |
| Octal | 163 | 33 | 135 | 0 | 115 | 23 | 67 | 473 | 76 | 34 |
| Binary | 1110011 | 11011 | 1011101 | 0 | 1001101 | 10011 | 110111 | 100111011 | 111110 | 11100 |
Color Harmonies of #731B5D
Complementary color
Monochromatic Colors of #731B5D
Black with #731B5D
Text Example
Text Example
White with #731B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B5D; }
p { color: rgb(115,27,93); }
H1.HeaderClassName
{
color: #731B5D;
}
.AnyTagClassName
{
color: #731B5D;
}
</style>
background-color css
<style>
a { background-color: #731B5D; }
a { background-color: rgb(115,27,93); }
div.DivClassName
{
background-color: #731B5D;
}
.BgClassName
{
background-color: #731B5D;
}
</style>
border-color css
<style>
span { border-color: #731B5D; }
span { border-color: rgb(115,27,93); }
td.TdClassName
{
border-color: #731B5D;
}
.TagClassName
{
border-color: #731B5D;
}
</style>