#913773

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

Shades of Dark Purple #913773

Tints of Dark Purple #913773

Color information

#913773 (or 0x913773) is unknown color: approx Dark Purple. HEX triplet: 91, 37 and 73. RGB value is (145,55,115). Sum of RGB (Red+Green+Blue) = 145+55+115=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #913773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913773 is #6EC88C. Grayscale: #585858. Windows color (decimal): -7260301 or 7550865. OLE color: 7550865.

HSL color Cylindrical-coordinate representation of color #913773: hue angle of 320º 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 #913773 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14555115-
CMYK00.620.210.43
HSL320º45%39.22%-
HSV(B)320º62.07%56.86%-
XYZ16.149.9917.3-
YUV88.75142.82168.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=46.03%
G=17.46%
B=36.51%

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
Decimal1455511500.620.210.433204539.22
Hex91377303E152B1402d27
Octal2216716307625535005547
Binary100100011101111110011011111010101101011101000000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913773; }

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

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

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

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

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

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

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

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