Shades of Purple #731292
Tints of Purple #731292
RGB
CMYK
RGB Variations
Color information
#731292 (or 0x731292) is known color: Purple. HEX triplet: 73, 12 and 92. RGB value is (115,18,146). Sum of RGB (Red+Green+Blue) = 115+18+146=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #731292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731292 is #8CED6D. Grayscale: #3D3D3D. Windows color (decimal): -9235822 or 9572979. OLE color: 9572979.
HSL color Cylindrical-coordinate representation of color #731292: hue angle of 285.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731292 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 18 | 146 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.43 |
| HSL | 285.47º | 0.78% | 0.32% | - |
| HSV(B) | 285.47º | 0.88% | 0.57% | - |
| XYZ | 12.47 | 6.15 | 27.72 | - |
| YUV | 61.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 146 | 0.21 | 0.88 | 0 | 0.43 | 285.47 | 0.78 | 0.32 |
| Hex | 73 | 12 | 92 | 15 | 58 | 0 | 2B | 11D | 4E | 20 |
| Octal | 163 | 22 | 222 | 25 | 130 | 0 | 53 | 435 | 116 | 40 |
| Binary | 1110011 | 10010 | 10010010 | 10101 | 1011000 | 0 | 101011 | 100011101 | 1001110 | 100000 |
Color Harmonies of #731292
Complementary color
Monochromatic Colors of #731292
Black with #731292
Text Example
Text Example
White with #731292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731292; }
p { color: rgb(115,18,146); }
H1.HeaderClassName
{
color: #731292;
}
.AnyTagClassName
{
color: #731292;
}
</style>
background-color css
<style>
a { background-color: #731292; }
a { background-color: rgb(115,18,146); }
div.DivClassName
{
background-color: #731292;
}
.BgClassName
{
background-color: #731292;
}
</style>
border-color css
<style>
span { border-color: #731292; }
span { border-color: rgb(115,18,146); }
td.TdClassName
{
border-color: #731292;
}
.TagClassName
{
border-color: #731292;
}
</style>