Shades of Palatinate Purple #731F5C
Tints of Palatinate Purple #731F5C
RGB
CMYK
RGB Variations
Color information
#731F5C (or 0x731F5C) is known color: Palatinate Purple. HEX triplet: 73, 1F and 5C. RGB value is (115,31,92). Sum of RGB (Red+Green+Blue) = 115+31+92=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F5C is #8CE0A3. Grayscale: #3E3E3E. Windows color (decimal): -9232548 or 6037363. OLE color: 6037363.
HSL color Cylindrical-coordinate representation of color #731F5C: hue angle of 316.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F5C is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 92 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.55 |
| HSL | 316.43º | 0.58% | 0.29% | - |
| HSV(B) | 316.43º | 0.73% | 0.45% | - |
| XYZ | 9.49 | 5.4 | 10.67 | - |
| YUV | 63.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 92 | 0 | 0.73 | 0.20 | 0.55 | 316.43 | 0.58 | 0.29 |
| Hex | 73 | 1F | 5C | 0 | 49 | 14 | 37 | 13C | 3A | 1D |
| Octal | 163 | 37 | 134 | 0 | 111 | 24 | 67 | 474 | 72 | 35 |
| Binary | 1110011 | 11111 | 1011100 | 0 | 1001001 | 10100 | 110111 | 100111100 | 111010 | 11101 |
Color Harmonies of #731F5C
Complementary color
Monochromatic Colors of #731F5C
Black with #731F5C
Text Example
Text Example
White with #731F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F5C; }
p { color: rgb(115,31,92); }
H1.HeaderClassName
{
color: #731F5C;
}
.AnyTagClassName
{
color: #731F5C;
}
</style>
background-color css
<style>
a { background-color: #731F5C; }
a { background-color: rgb(115,31,92); }
div.DivClassName
{
background-color: #731F5C;
}
.BgClassName
{
background-color: #731F5C;
}
</style>
border-color css
<style>
span { border-color: #731F5C; }
span { border-color: rgb(115,31,92); }
td.TdClassName
{
border-color: #731F5C;
}
.TagClassName
{
border-color: #731F5C;
}
</style>