#913971

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

Shades of Dark Purple #913971

Tints of Dark Purple #913971

Color information

#913971 (or 0x913971) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 71. RGB value is (145,57,113). Sum of RGB (Red+Green+Blue) = 145+57+113=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #913971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913971 is #6EC68E. Grayscale: #595959. Windows color (decimal): -7259791 or 7420305. OLE color: 7420305.

HSL color Cylindrical-coordinate representation of color #913971: hue angle of 321.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913971 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14557113-
CMYK00.610.220.43
HSL321.82º43.56%39.61%-
HSV(B)321.82º60.69%56.86%-
XYZ16.1210.1416.73-
YUV89.7141.15167.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=46.03%
G=18.10%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455711300.610.220.43321.8243.5639.61
Hex91397103D162B1422c28
Octal2217116107526535025450
Binary100100011110011110001011110110110101011101000010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913971; }

 p { color: rgb(145,57,113); }

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

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

 a { background-color: rgb(145,57,113); }

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

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

 span { border-color: rgb(145,57,113); }

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