#913772

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

Shades of Dark Purple #913772

Tints of Dark Purple #913772

Color information

#913772 (or 0x913772) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 72. RGB value is (145,55,114). Sum of RGB (Red+Green+Blue) = 145+55+114=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #913772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913772 is #6EC88D. Grayscale: #585858. Windows color (decimal): -7260302 or 7485329. OLE color: 7485329.

HSL color Cylindrical-coordinate representation of color #913772: hue angle of 320.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913772 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14555114-
CMYK00.620.210.43
HSL320.67º45%39.22%-
HSV(B)320.67º62.07%56.86%-
XYZ16.089.9717-
YUV88.64142.32168.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=46.18%
G=17.52%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455511400.620.210.43320.674539.22
Hex91377203E152B1412d27
Octal2216716207625535015547
Binary100100011101111110010011111010101101011101000001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913772; }

 p { color: rgb(145,55,114); }

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

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

 a { background-color: rgb(145,55,114); }

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

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

 span { border-color: rgb(145,55,114); }

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