Shades of Palatinate Purple #731C6C
Tints of Palatinate Purple #731C6C
RGB
CMYK
RGB Variations
Color information
#731C6C (or 0x731C6C) is known color: Palatinate Purple. HEX triplet: 73, 1C and 6C. RGB value is (115,28,108). Sum of RGB (Red+Green+Blue) = 115+28+108=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C6C is #8CE393. Grayscale: #3E3E3E. Windows color (decimal): -9233300 or 7085171. OLE color: 7085171.
HSL color Cylindrical-coordinate representation of color #731C6C: hue angle of 304.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C6C is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 108 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.55 |
| HSL | 304.83º | 0.61% | 0.28% | - |
| HSV(B) | 304.83º | 0.76% | 0.45% | - |
| XYZ | 10.19 | 5.56 | 14.72 | - |
| YUV | 63.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 108 | 0 | 0.76 | 0.06 | 0.55 | 304.83 | 0.61 | 0.28 |
| Hex | 73 | 1C | 6C | 0 | 4C | 6 | 37 | 131 | 3D | 1C |
| Octal | 163 | 34 | 154 | 0 | 114 | 6 | 67 | 461 | 75 | 34 |
| Binary | 1110011 | 11100 | 1101100 | 0 | 1001100 | 110 | 110111 | 100110001 | 111101 | 11100 |
Color Harmonies of #731C6C
Complementary color
Monochromatic Colors of #731C6C
Black with #731C6C
Text Example
Text Example
White with #731C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C6C; }
p { color: rgb(115,28,108); }
H1.HeaderClassName
{
color: #731C6C;
}
.AnyTagClassName
{
color: #731C6C;
}
</style>
background-color css
<style>
a { background-color: #731C6C; }
a { background-color: rgb(115,28,108); }
div.DivClassName
{
background-color: #731C6C;
}
.BgClassName
{
background-color: #731C6C;
}
</style>
border-color css
<style>
span { border-color: #731C6C; }
span { border-color: rgb(115,28,108); }
td.TdClassName
{
border-color: #731C6C;
}
.TagClassName
{
border-color: #731C6C;
}
</style>