Shades of Palatinate Purple #731F69
Tints of Palatinate Purple #731F69
RGB
CMYK
RGB Variations
Color information
#731F69 (or 0x731F69) is known color: Palatinate Purple. HEX triplet: 73, 1F and 69. RGB value is (115,31,105). Sum of RGB (Red+Green+Blue) = 115+31+105=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F69 is #8CE096. Grayscale: #404040. Windows color (decimal): -9232535 or 6889331. OLE color: 6889331.
HSL color Cylindrical-coordinate representation of color #731F69: hue angle of 307.14º 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 #731F69 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 105 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.55 |
| HSL | 307.14º | 0.58% | 0.29% | - |
| HSV(B) | 307.14º | 0.73% | 0.45% | - |
| XYZ | 10.11 | 5.64 | 13.92 | - |
| YUV | 64.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 105 | 0 | 0.73 | 0.09 | 0.55 | 307.14 | 0.58 | 0.29 |
| Hex | 73 | 1F | 69 | 0 | 49 | 9 | 37 | 133 | 3A | 1D |
| Octal | 163 | 37 | 151 | 0 | 111 | 11 | 67 | 463 | 72 | 35 |
| Binary | 1110011 | 11111 | 1101001 | 0 | 1001001 | 1001 | 110111 | 100110011 | 111010 | 11101 |
Color Harmonies of #731F69
Complementary color
Monochromatic Colors of #731F69
Black with #731F69
Text Example
Text Example
White with #731F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F69; }
p { color: rgb(115,31,105); }
H1.HeaderClassName
{
color: #731F69;
}
.AnyTagClassName
{
color: #731F69;
}
</style>
background-color css
<style>
a { background-color: #731F69; }
a { background-color: rgb(115,31,105); }
div.DivClassName
{
background-color: #731F69;
}
.BgClassName
{
background-color: #731F69;
}
</style>
border-color css
<style>
span { border-color: #731F69; }
span { border-color: rgb(115,31,105); }
td.TdClassName
{
border-color: #731F69;
}
.TagClassName
{
border-color: #731F69;
}
</style>