Shades of Palatinate Purple #731769
Tints of Palatinate Purple #731769
RGB
CMYK
RGB Variations
Color information
#731769 (or 0x731769) is known color: Palatinate Purple. HEX triplet: 73, 17 and 69. RGB value is (115,23,105). Sum of RGB (Red+Green+Blue) = 115+23+105=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #731769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731769 is #8CE896. Grayscale: #3B3B3B. Windows color (decimal): -9234583 or 6887283. OLE color: 6887283.
HSL color Cylindrical-coordinate representation of color #731769: hue angle of 306.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731769 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 105 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.55 |
| HSL | 306.52º | 0.67% | 0.27% | - |
| HSV(B) | 306.52º | 0.8% | 0.45% | - |
| XYZ | 9.93 | 5.28 | 13.86 | - |
| YUV | 59.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 105 | 0 | 0.80 | 0.09 | 0.55 | 306.52 | 0.67 | 0.27 |
| Hex | 73 | 17 | 69 | 0 | 50 | 9 | 37 | 133 | 43 | 1B |
| Octal | 163 | 27 | 151 | 0 | 120 | 11 | 67 | 463 | 103 | 33 |
| Binary | 1110011 | 10111 | 1101001 | 0 | 1010000 | 1001 | 110111 | 100110011 | 1000011 | 11011 |
Color Harmonies of #731769
Complementary color
Monochromatic Colors of #731769
Black with #731769
Text Example
Text Example
White with #731769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731769; }
p { color: rgb(115,23,105); }
H1.HeaderClassName
{
color: #731769;
}
.AnyTagClassName
{
color: #731769;
}
</style>
background-color css
<style>
a { background-color: #731769; }
a { background-color: rgb(115,23,105); }
div.DivClassName
{
background-color: #731769;
}
.BgClassName
{
background-color: #731769;
}
</style>
border-color css
<style>
span { border-color: #731769; }
span { border-color: rgb(115,23,105); }
td.TdClassName
{
border-color: #731769;
}
.TagClassName
{
border-color: #731769;
}
</style>