Shades of Palatinate Purple #731B6E
Tints of Palatinate Purple #731B6E
RGB
CMYK
RGB Variations
Color information
#731B6E (or 0x731B6E) is known color: Palatinate Purple. HEX triplet: 73, 1B and 6E. RGB value is (115,27,110). Sum of RGB (Red+Green+Blue) = 115+27+110=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B6E is #8CE491. Grayscale: #3E3E3E. Windows color (decimal): -9233554 or 7215987. OLE color: 7215987.
HSL color Cylindrical-coordinate representation of color #731B6E: hue angle of 303.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B6E is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 110 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.55 |
| HSL | 303.41º | 0.62% | 0.28% | - |
| HSV(B) | 303.41º | 0.77% | 0.45% | - |
| XYZ | 10.28 | 5.55 | 15.28 | - |
| YUV | 62.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 110 | 0 | 0.77 | 0.04 | 0.55 | 303.41 | 0.62 | 0.28 |
| Hex | 73 | 1B | 6E | 0 | 4D | 4 | 37 | 12F | 3E | 1C |
| Octal | 163 | 33 | 156 | 0 | 115 | 4 | 67 | 457 | 76 | 34 |
| Binary | 1110011 | 11011 | 1101110 | 0 | 1001101 | 100 | 110111 | 100101111 | 111110 | 11100 |
Color Harmonies of #731B6E
Complementary color
Monochromatic Colors of #731B6E
Black with #731B6E
Text Example
Text Example
White with #731B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B6E; }
p { color: rgb(115,27,110); }
H1.HeaderClassName
{
color: #731B6E;
}
.AnyTagClassName
{
color: #731B6E;
}
</style>
background-color css
<style>
a { background-color: #731B6E; }
a { background-color: rgb(115,27,110); }
div.DivClassName
{
background-color: #731B6E;
}
.BgClassName
{
background-color: #731B6E;
}
</style>
border-color css
<style>
span { border-color: #731B6E; }
span { border-color: rgb(115,27,110); }
td.TdClassName
{
border-color: #731B6E;
}
.TagClassName
{
border-color: #731B6E;
}
</style>