Shades of Palatinate Purple #731C6E
Tints of Palatinate Purple #731C6E
RGB
CMYK
RGB Variations
Color information
#731C6E (or 0x731C6E) is known color: Palatinate Purple. HEX triplet: 73, 1C and 6E. RGB value is (115,28,110). Sum of RGB (Red+Green+Blue) = 115+28+110=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #731C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C6E is #8CE391. Grayscale: #3F3F3F. Windows color (decimal): -9233298 or 7216243. OLE color: 7216243.
HSL color Cylindrical-coordinate representation of color #731C6E: hue angle of 303.45º 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 #731C6E is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 110 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.55 |
| HSL | 303.45º | 0.61% | 0.28% | - |
| HSV(B) | 303.45º | 0.76% | 0.45% | - |
| XYZ | 10.3 | 5.6 | 15.29 | - |
| YUV | 63.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 110 | 0 | 0.76 | 0.04 | 0.55 | 303.45 | 0.61 | 0.28 |
| Hex | 73 | 1C | 6E | 0 | 4C | 4 | 37 | 12F | 3D | 1C |
| Octal | 163 | 34 | 156 | 0 | 114 | 4 | 67 | 457 | 75 | 34 |
| Binary | 1110011 | 11100 | 1101110 | 0 | 1001100 | 100 | 110111 | 100101111 | 111101 | 11100 |
Color Harmonies of #731C6E
Complementary color
Monochromatic Colors of #731C6E
Black with #731C6E
Text Example
Text Example
White with #731C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C6E; }
p { color: rgb(115,28,110); }
H1.HeaderClassName
{
color: #731C6E;
}
.AnyTagClassName
{
color: #731C6E;
}
</style>
background-color css
<style>
a { background-color: #731C6E; }
a { background-color: rgb(115,28,110); }
div.DivClassName
{
background-color: #731C6E;
}
.BgClassName
{
background-color: #731C6E;
}
</style>
border-color css
<style>
span { border-color: #731C6E; }
span { border-color: rgb(115,28,110); }
td.TdClassName
{
border-color: #731C6E;
}
.TagClassName
{
border-color: #731C6E;
}
</style>