Shades of Purple #731789
Tints of Purple #731789
RGB
CMYK
RGB Variations
Color information
#731789 (or 0x731789) is known color: Purple. HEX triplet: 73, 17 and 89. RGB value is (115,23,137). Sum of RGB (Red+Green+Blue) = 115+23+137=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #731789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731789 is #8CE876. Grayscale: #3F3F3F. Windows color (decimal): -9234551 or 8984435. OLE color: 8984435.
HSL color Cylindrical-coordinate representation of color #731789: hue angle of 288.42º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731789 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 23 | 137 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.46 |
| HSL | 288.42º | 0.71% | 0.31% | - |
| HSV(B) | 288.42º | 0.83% | 0.54% | - |
| XYZ | 11.89 | 6.06 | 24.21 | - |
| YUV | 63.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 137 | 0.16 | 0.83 | 0 | 0.46 | 288.42 | 0.71 | 0.31 |
| Hex | 73 | 17 | 89 | 10 | 53 | 0 | 2E | 120 | 47 | 1F |
| Octal | 163 | 27 | 211 | 20 | 123 | 0 | 56 | 440 | 107 | 37 |
| Binary | 1110011 | 10111 | 10001001 | 10000 | 1010011 | 0 | 101110 | 100100000 | 1000111 | 11111 |
Color Harmonies of #731789
Complementary color
Monochromatic Colors of #731789
Black with #731789
Text Example
Text Example
White with #731789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731789; }
p { color: rgb(115,23,137); }
H1.HeaderClassName
{
color: #731789;
}
.AnyTagClassName
{
color: #731789;
}
</style>
background-color css
<style>
a { background-color: #731789; }
a { background-color: rgb(115,23,137); }
div.DivClassName
{
background-color: #731789;
}
.BgClassName
{
background-color: #731789;
}
</style>
border-color css
<style>
span { border-color: #731789; }
span { border-color: rgb(115,23,137); }
td.TdClassName
{
border-color: #731789;
}
.TagClassName
{
border-color: #731789;
}
</style>