Shades of Purple #731393
Tints of Purple #731393
RGB
CMYK
RGB Variations
Color information
#731393 (or 0x731393) is known color: Purple. HEX triplet: 73, 13 and 93. RGB value is (115,19,147). Sum of RGB (Red+Green+Blue) = 115+19+147=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #731393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731393 is #8CEC6C. Grayscale: #3D3D3D. Windows color (decimal): -9235565 or 9638771. OLE color: 9638771.
HSL color Cylindrical-coordinate representation of color #731393: hue angle of 285º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731393 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 19 | 147 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.42 |
| HSL | 285º | 0.77% | 0.33% | - |
| HSV(B) | 285º | 0.87% | 0.58% | - |
| XYZ | 12.57 | 6.22 | 28.14 | - |
| YUV | 62.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 147 | 0.22 | 0.87 | 0 | 0.42 | 285 | 0.77 | 0.33 |
| Hex | 73 | 13 | 93 | 16 | 57 | 0 | 2A | 11D | 4D | 21 |
| Octal | 163 | 23 | 223 | 26 | 127 | 0 | 52 | 435 | 115 | 41 |
| Binary | 1110011 | 10011 | 10010011 | 10110 | 1010111 | 0 | 101010 | 100011101 | 1001101 | 100001 |
Color Harmonies of #731393
Complementary color
Monochromatic Colors of #731393
Black with #731393
Text Example
Text Example
White with #731393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731393; }
p { color: rgb(115,19,147); }
H1.HeaderClassName
{
color: #731393;
}
.AnyTagClassName
{
color: #731393;
}
</style>
background-color css
<style>
a { background-color: #731393; }
a { background-color: rgb(115,19,147); }
div.DivClassName
{
background-color: #731393;
}
.BgClassName
{
background-color: #731393;
}
</style>
border-color css
<style>
span { border-color: #731393; }
span { border-color: rgb(115,19,147); }
td.TdClassName
{
border-color: #731393;
}
.TagClassName
{
border-color: #731393;
}
</style>