Shades of Purple #731385
Tints of Purple #731385
RGB
CMYK
RGB Variations
Color information
#731385 (or 0x731385) is known color: Purple. HEX triplet: 73, 13 and 85. RGB value is (115,19,133). Sum of RGB (Red+Green+Blue) = 115+19+133=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #731385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731385 is #8CEC7A. Grayscale: #3C3C3C. Windows color (decimal): -9235579 or 8721267. OLE color: 8721267.
HSL color Cylindrical-coordinate representation of color #731385: hue angle of 290.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731385 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 19 | 133 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.48 |
| HSL | 290.53º | 0.75% | 0.3% | - |
| HSV(B) | 290.53º | 0.86% | 0.52% | - |
| XYZ | 11.54 | 5.8 | 22.7 | - |
| YUV | 60.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 133 | 0.14 | 0.86 | 0 | 0.48 | 290.53 | 0.75 | 0.3 |
| Hex | 73 | 13 | 85 | E | 56 | 0 | 30 | 123 | 4B | 1E |
| Octal | 163 | 23 | 205 | 16 | 126 | 0 | 60 | 443 | 113 | 36 |
| Binary | 1110011 | 10011 | 10000101 | 1110 | 1010110 | 0 | 110000 | 100100011 | 1001011 | 11110 |
Color Harmonies of #731385
Complementary color
Monochromatic Colors of #731385
Black with #731385
Text Example
Text Example
White with #731385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731385; }
p { color: rgb(115,19,133); }
H1.HeaderClassName
{
color: #731385;
}
.AnyTagClassName
{
color: #731385;
}
</style>
background-color css
<style>
a { background-color: #731385; }
a { background-color: rgb(115,19,133); }
div.DivClassName
{
background-color: #731385;
}
.BgClassName
{
background-color: #731385;
}
</style>
border-color css
<style>
span { border-color: #731385; }
span { border-color: rgb(115,19,133); }
td.TdClassName
{
border-color: #731385;
}
.TagClassName
{
border-color: #731385;
}
</style>