#731981

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

Shades of Purple #731981

Tints of Purple #731981

Color information

#731981 (or 0x731981) is unknown color: approx Purple. HEX triplet: 73, 19 and 81. RGB value is (115,25,129). Sum of RGB (Red+Green+Blue) = 115+25+129=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #731981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731981 is #8CE67E. Grayscale: #3F3F3F. Windows color (decimal): -9234047 or 8460659. OLE color: 8460659.

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

Color convert

RGB11525129-
CMYK0.110.8100.49
HSL291.92º67.53%30.2%-
HSV(B)291.92º80.62%50.59%-
XYZ11.385.9321.31-
YUV63.77164.82164.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=42.75%
G=9.29%
B=47.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115251290.110.8100.49291.9267.5330.2
Hex731981B51031124441e
Octal163312011312106144410436
Binary11100111100110000001101110100010110001100100100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731981; }

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

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

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

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

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

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

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

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