#731386

Color #731386 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #731386

Tints of Purple #731386

Color information

#731386 (or 0x731386) is unknown color: approx Purple. HEX triplet: 73, 13 and 86. RGB value is (115,19,134). Sum of RGB (Red+Green+Blue) = 115+19+134=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #731386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731386 is #8CEC79. Grayscale: #3C3C3C. Windows color (decimal): -9235578 or 8786803. OLE color: 8786803.

HSL color Cylindrical-coordinate representation of color #731386: hue angle of 290.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731386 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11519134-
CMYK0.140.8600.47
HSL290.09º75.16%30%-
HSV(B)290.09º85.82%52.55%-
XYZ11.615.8323.07-
YUV60.81169.3166.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 134 (52.73% from 255) = 50%
R=42.91%
G=7.09%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115191340.140.8600.47290.0975.1630
Hex731386E5602F1224b1e
Octal163232061612605744211336
Binary11100111001110000110111010101100101111100100010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731386; }

 p { color: rgb(115,19,134); }

 H1.HeaderClassName
 {
   color: #731386;
 }
 .AnyTagClassName
 {
   color: #731386;
 }
</style>
background-color css

<style>
 a { background-color: #731386; }

 a { background-color: rgb(115,19,134); }

 div.DivClassName
 {
   background-color: #731386;
 }
 .BgClassName
 {
   background-color: #731386;
 }
</style>
border-color css

<style>
 span { border-color: #731386; }

 span { border-color: rgb(115,19,134); }

 td.TdClassName
 {
   border-color: #731386;
 }
 .TagClassName
 {
   border-color: #731386;
 }
</style>