#731986

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

Shades of Purple #731986

Tints of Purple #731986

Color information

#731986 (or 0x731986) is unknown color: approx Purple. HEX triplet: 73, 19 and 86. RGB value is (115,25,134). Sum of RGB (Red+Green+Blue) = 115+25+134=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #731986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731986 is #8CE679. Grayscale: #3F3F3F. Windows color (decimal): -9234042 or 8788339. OLE color: 8788339.

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

Color convert

RGB11525134-
CMYK0.140.8100.47
HSL289.54º68.55%31.18%-
HSV(B)289.54º81.34%52.55%-
XYZ11.726.0623.11-
YUV64.34167.32164.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=41.97%
G=9.12%
B=48.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115251340.140.8100.47289.5468.5531.18
Hex731986E5102F122451f
Octal163312061612105744210537
Binary11100111100110000110111010100010101111100100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731986; }

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

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

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

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

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

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

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

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