Shades of Purple #731396
Tints of Purple #731396
RGB
CMYK
RGB Variations
Color information
#731396 (or 0x731396) is known color: Purple. HEX triplet: 73, 13 and 96. RGB value is (115,19,150). Sum of RGB (Red+Green+Blue) = 115+19+150=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #731396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731396 is #8CEC69. Grayscale: #3E3E3E. Windows color (decimal): -9235562 or 9835379. OLE color: 9835379.
HSL color Cylindrical-coordinate representation of color #731396: hue angle of 283.97º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731396 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 19 | 150 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.41 |
| HSL | 283.97º | 0.78% | 0.33% | - |
| HSV(B) | 283.97º | 0.87% | 0.59% | - |
| XYZ | 12.81 | 6.31 | 29.4 | - |
| YUV | 62.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 150 | 0.23 | 0.87 | 0 | 0.41 | 283.97 | 0.78 | 0.33 |
| Hex | 73 | 13 | 96 | 17 | 57 | 0 | 29 | 11C | 4E | 21 |
| Octal | 163 | 23 | 226 | 27 | 127 | 0 | 51 | 434 | 116 | 41 |
| Binary | 1110011 | 10011 | 10010110 | 10111 | 1010111 | 0 | 101001 | 100011100 | 1001110 | 100001 |
Color Harmonies of #731396
Complementary color
Monochromatic Colors of #731396
Black with #731396
Text Example
Text Example
White with #731396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731396; }
p { color: rgb(115,19,150); }
H1.HeaderClassName
{
color: #731396;
}
.AnyTagClassName
{
color: #731396;
}
</style>
background-color css
<style>
a { background-color: #731396; }
a { background-color: rgb(115,19,150); }
div.DivClassName
{
background-color: #731396;
}
.BgClassName
{
background-color: #731396;
}
</style>
border-color css
<style>
span { border-color: #731396; }
span { border-color: rgb(115,19,150); }
td.TdClassName
{
border-color: #731396;
}
.TagClassName
{
border-color: #731396;
}
</style>