Shades of Palatinate Purple #731C62
Tints of Palatinate Purple #731C62
RGB
CMYK
RGB Variations
Color information
#731C62 (or 0x731C62) is known color: Palatinate Purple. HEX triplet: 73, 1C and 62. RGB value is (115,28,98). Sum of RGB (Red+Green+Blue) = 115+28+98=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #731C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C62 is #8CE39D. Grayscale: #3D3D3D. Windows color (decimal): -9233310 or 6429811. OLE color: 6429811.
HSL color Cylindrical-coordinate representation of color #731C62: hue angle of 311.72º 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 #731C62 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 98 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.55 |
| HSL | 311.72º | 0.61% | 0.28% | - |
| HSV(B) | 311.72º | 0.76% | 0.45% | - |
| XYZ | 9.69 | 5.36 | 12.08 | - |
| YUV | 61.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 98 | 0 | 0.76 | 0.15 | 0.55 | 311.72 | 0.61 | 0.28 |
| Hex | 73 | 1C | 62 | 0 | 4C | F | 37 | 138 | 3D | 1C |
| Octal | 163 | 34 | 142 | 0 | 114 | 17 | 67 | 470 | 75 | 34 |
| Binary | 1110011 | 11100 | 1100010 | 0 | 1001100 | 1111 | 110111 | 100111000 | 111101 | 11100 |
Color Harmonies of #731C62
Complementary color
Monochromatic Colors of #731C62
Black with #731C62
Text Example
Text Example
White with #731C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C62; }
p { color: rgb(115,28,98); }
H1.HeaderClassName
{
color: #731C62;
}
.AnyTagClassName
{
color: #731C62;
}
</style>
background-color css
<style>
a { background-color: #731C62; }
a { background-color: rgb(115,28,98); }
div.DivClassName
{
background-color: #731C62;
}
.BgClassName
{
background-color: #731C62;
}
</style>
border-color css
<style>
span { border-color: #731C62; }
span { border-color: rgb(115,28,98); }
td.TdClassName
{
border-color: #731C62;
}
.TagClassName
{
border-color: #731C62;
}
</style>