Shades of Purple #731888
Tints of Purple #731888
RGB
CMYK
RGB Variations
Color information
#731888 (or 0x731888) is known color: Purple. HEX triplet: 73, 18 and 88. RGB value is (115,24,136). Sum of RGB (Red+Green+Blue) = 115+24+136=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #731888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731888 is #8CE777. Grayscale: #3F3F3F. Windows color (decimal): -9234296 or 8919155. OLE color: 8919155.
HSL color Cylindrical-coordinate representation of color #731888: hue angle of 288.75º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731888 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 24 | 136 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.47 |
| HSL | 288.75º | 0.7% | 0.31% | - |
| HSV(B) | 288.75º | 0.82% | 0.53% | - |
| XYZ | 11.84 | 6.08 | 23.84 | - |
| YUV | 63.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 136 | 0.15 | 0.82 | 0 | 0.47 | 288.75 | 0.7 | 0.31 |
| Hex | 73 | 18 | 88 | F | 52 | 0 | 2F | 121 | 46 | 1F |
| Octal | 163 | 30 | 210 | 17 | 122 | 0 | 57 | 441 | 106 | 37 |
| Binary | 1110011 | 11000 | 10001000 | 1111 | 1010010 | 0 | 101111 | 100100001 | 1000110 | 11111 |
Color Harmonies of #731888
Complementary color
Monochromatic Colors of #731888
Black with #731888
Text Example
Text Example
White with #731888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731888; }
p { color: rgb(115,24,136); }
H1.HeaderClassName
{
color: #731888;
}
.AnyTagClassName
{
color: #731888;
}
</style>
background-color css
<style>
a { background-color: #731888; }
a { background-color: rgb(115,24,136); }
div.DivClassName
{
background-color: #731888;
}
.BgClassName
{
background-color: #731888;
}
</style>
border-color css
<style>
span { border-color: #731888; }
span { border-color: rgb(115,24,136); }
td.TdClassName
{
border-color: #731888;
}
.TagClassName
{
border-color: #731888;
}
</style>