#731771

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

Shades of Dark Purple #731771

Tints of Dark Purple #731771

Color information

#731771 (or 0x731771) is unknown color: approx Dark Purple. HEX triplet: 73, 17 and 71. RGB value is (115,23,113). Sum of RGB (Red+Green+Blue) = 115+23+113=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731771 is #8CE88E. Grayscale: #3C3C3C. Windows color (decimal): -9234575 or 7411571. OLE color: 7411571.

HSL color Cylindrical-coordinate representation of color #731771: hue angle of 301.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731771 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11523113-
CMYK00.800.020.55
HSL301.3º66.67%27.06%-
HSV(B)301.3º80%45.1%-
XYZ10.365.4516.13-
YUV60.77157.48166.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=45.82%
G=9.16%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152311300.800.020.55301.366.6727.06
Hex73177105023712d431b
Octal16327161012026745510333
Binary11100111011111100010101000010110111100101101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731771; }

 p { color: rgb(115,23,113); }

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

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

 a { background-color: rgb(115,23,113); }

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

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

 span { border-color: rgb(115,23,113); }

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