Shades of Purple #731988
Tints of Purple #731988
RGB
CMYK
RGB Variations
Color information
#731988 (or 0x731988) is known color: Purple. HEX triplet: 73, 19 and 88. RGB value is (115,25,136). Sum of RGB (Red+Green+Blue) = 115+25+136=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #731988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731988 is #8CE677. Grayscale: #404040. Windows color (decimal): -9234040 or 8919411. OLE color: 8919411.
HSL color Cylindrical-coordinate representation of color #731988: hue angle of 288.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731988 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 25 | 136 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.47 |
| HSL | 288.65º | 0.69% | 0.32% | - |
| HSV(B) | 288.65º | 0.82% | 0.53% | - |
| XYZ | 11.86 | 6.12 | 23.85 | - |
| YUV | 64.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 136 | 0.15 | 0.82 | 0 | 0.47 | 288.65 | 0.69 | 0.32 |
| Hex | 73 | 19 | 88 | F | 52 | 0 | 2F | 121 | 45 | 20 |
| Octal | 163 | 31 | 210 | 17 | 122 | 0 | 57 | 441 | 105 | 40 |
| Binary | 1110011 | 11001 | 10001000 | 1111 | 1010010 | 0 | 101111 | 100100001 | 1000101 | 100000 |
Color Harmonies of #731988
Complementary color
Monochromatic Colors of #731988
Black with #731988
Text Example
Text Example
White with #731988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731988; }
p { color: rgb(115,25,136); }
H1.HeaderClassName
{
color: #731988;
}
.AnyTagClassName
{
color: #731988;
}
</style>
background-color css
<style>
a { background-color: #731988; }
a { background-color: rgb(115,25,136); }
div.DivClassName
{
background-color: #731988;
}
.BgClassName
{
background-color: #731988;
}
</style>
border-color css
<style>
span { border-color: #731988; }
span { border-color: rgb(115,25,136); }
td.TdClassName
{
border-color: #731988;
}
.TagClassName
{
border-color: #731988;
}
</style>