#913371

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

Shades of Dark Purple #913371

Tints of Dark Purple #913371

Color information

#913371 (or 0x913371) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 71. RGB value is (145,51,113). Sum of RGB (Red+Green+Blue) = 145+51+113=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #913371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913371 is #6ECC8E. Grayscale: #565656. Windows color (decimal): -7261327 or 7418769. OLE color: 7418769.

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

Color convert

RGB14551113-
CMYK00.650.220.43
HSL320.43º47.96%38.43%-
HSV(B)320.43º64.83%56.86%-
XYZ15.849.5816.64-
YUV86.17143.14169.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=46.93%
G=16.50%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455111300.650.220.43320.4347.9638.43
Hex913371041162B1403026
Octal22163161010126535006046
Binary1001000111001111100010100000110110101011101000000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913371; }

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

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

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

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

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

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

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

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