Shades of Palatinate Purple #731C66
Tints of Palatinate Purple #731C66
RGB
CMYK
RGB Variations
Color information
#731C66 (or 0x731C66) is known color: Palatinate Purple. HEX triplet: 73, 1C and 66. RGB value is (115,28,102). Sum of RGB (Red+Green+Blue) = 115+28+102=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C66 is #8CE399. Grayscale: #3E3E3E. Windows color (decimal): -9233306 or 6691955. OLE color: 6691955.
HSL color Cylindrical-coordinate representation of color #731C66: hue angle of 308.97º 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 #731C66 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 102 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.55 |
| HSL | 308.97º | 0.61% | 0.28% | - |
| HSV(B) | 308.97º | 0.76% | 0.45% | - |
| XYZ | 9.88 | 5.43 | 13.1 | - |
| YUV | 62.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 102 | 0 | 0.76 | 0.11 | 0.55 | 308.97 | 0.61 | 0.28 |
| Hex | 73 | 1C | 66 | 0 | 4C | B | 37 | 135 | 3D | 1C |
| Octal | 163 | 34 | 146 | 0 | 114 | 13 | 67 | 465 | 75 | 34 |
| Binary | 1110011 | 11100 | 1100110 | 0 | 1001100 | 1011 | 110111 | 100110101 | 111101 | 11100 |
Color Harmonies of #731C66
Complementary color
Monochromatic Colors of #731C66
Black with #731C66
Text Example
Text Example
White with #731C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C66; }
p { color: rgb(115,28,102); }
H1.HeaderClassName
{
color: #731C66;
}
.AnyTagClassName
{
color: #731C66;
}
</style>
background-color css
<style>
a { background-color: #731C66; }
a { background-color: rgb(115,28,102); }
div.DivClassName
{
background-color: #731C66;
}
.BgClassName
{
background-color: #731C66;
}
</style>
border-color css
<style>
span { border-color: #731C66; }
span { border-color: rgb(115,28,102); }
td.TdClassName
{
border-color: #731C66;
}
.TagClassName
{
border-color: #731C66;
}
</style>