#731A85

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

Shades of Purple #731A85

Tints of Purple #731A85

Color information

#731A85 (or 0x731A85) is unknown color: approx Purple. HEX triplet: 73, 1A and 85. RGB value is (115,26,133). Sum of RGB (Red+Green+Blue) = 115+26+133=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #731A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A85 is #8CE57A. Grayscale: #404040. Windows color (decimal): -9233787 or 8723059. OLE color: 8723059.

HSL color Cylindrical-coordinate representation of color #731A85: hue angle of 289.91º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731A85 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11526133-
CMYK0.140.8000.48
HSL289.91º67.3%31.18%-
HSV(B)289.91º80.45%52.16%-
XYZ11.676.0822.75-
YUV64.81166.49163.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=41.97%
G=9.49%
B=48.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115261330.140.8000.48289.9167.331.18
Hex731A85E50030122431f
Octal163322051612006044210337
Binary11100111101010000101111010100000110000100100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731A85; }

 p { color: rgb(115,26,133); }

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

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

 a { background-color: rgb(115,26,133); }

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

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

 span { border-color: rgb(115,26,133); }

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