#731A81

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

Shades of Purple #731A81

Tints of Purple #731A81

Color information

#731A81 (or 0x731A81) is unknown color: approx Purple. HEX triplet: 73, 1A and 81. RGB value is (115,26,129). Sum of RGB (Red+Green+Blue) = 115+26+129=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #731A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A81 is #8CE57E. Grayscale: #404040. Windows color (decimal): -9233791 or 8460915. OLE color: 8460915.

HSL color Cylindrical-coordinate representation of color #731A81: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731A81 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11526129-
CMYK0.110.8000.49
HSL291.84º66.45%30.39%-
HSV(B)291.84º79.84%50.59%-
XYZ11.45.9721.32-
YUV64.35164.49164.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=42.59%
G=9.63%
B=47.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115261290.110.8000.49291.8466.4530.39
Hex731A81B50031124421e
Octal163322011312006144410236
Binary11100111101010000001101110100000110001100100100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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