#731E71

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

Shades of Dark Purple #731E71

Tints of Dark Purple #731E71

Color information

#731E71 (or 0x731E71) is unknown color: approx Dark Purple. HEX triplet: 73, 1E and 71. RGB value is (115,30,113). Sum of RGB (Red+Green+Blue) = 115+30+113=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #731E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E71 is #8CE18E. Grayscale: #404040. Windows color (decimal): -9232783 or 7413363. OLE color: 7413363.

HSL color Cylindrical-coordinate representation of color #731E71: hue angle of 301.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E71 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11530113-
CMYK00.740.020.55
HSL301.41º58.62%28.43%-
HSV(B)301.41º73.91%45.1%-
XYZ10.525.7716.18-
YUV64.88155.16163.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=44.57%
G=11.63%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153011300.740.020.55301.4158.6228.43
Hex731E7104A23712d3b1c
Octal1633616101122674557334
Binary1110011111101110001010010101011011110010110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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