Shades of Purple #731094
Tints of Purple #731094
RGB
CMYK
RGB Variations
Color information
#731094 (or 0x731094) is known color: Purple. HEX triplet: 73, 10 and 94. RGB value is (115,16,148). Sum of RGB (Red+Green+Blue) = 115+16+148=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #731094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731094 is #8CEF6B. Grayscale: #3C3C3C. Windows color (decimal): -9236332 or 9703539. OLE color: 9703539.
HSL color Cylindrical-coordinate representation of color #731094: hue angle of 285º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731094 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 16 | 148 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.42 |
| HSL | 285º | 0.8% | 0.32% | - |
| HSV(B) | 285º | 0.89% | 0.58% | - |
| XYZ | 12.6 | 6.15 | 28.54 | - |
| YUV | 60.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 148 | 0.22 | 0.89 | 0 | 0.42 | 285 | 0.8 | 0.32 |
| Hex | 73 | 10 | 94 | 16 | 59 | 0 | 2A | 11D | 50 | 20 |
| Octal | 163 | 20 | 224 | 26 | 131 | 0 | 52 | 435 | 120 | 40 |
| Binary | 1110011 | 10000 | 10010100 | 10110 | 1011001 | 0 | 101010 | 100011101 | 1010000 | 100000 |
Color Harmonies of #731094
Complementary color
Monochromatic Colors of #731094
Black with #731094
Text Example
Text Example
White with #731094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731094; }
p { color: rgb(115,16,148); }
H1.HeaderClassName
{
color: #731094;
}
.AnyTagClassName
{
color: #731094;
}
</style>
background-color css
<style>
a { background-color: #731094; }
a { background-color: rgb(115,16,148); }
div.DivClassName
{
background-color: #731094;
}
.BgClassName
{
background-color: #731094;
}
</style>
border-color css
<style>
span { border-color: #731094; }
span { border-color: rgb(115,16,148); }
td.TdClassName
{
border-color: #731094;
}
.TagClassName
{
border-color: #731094;
}
</style>