#913272

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

Shades of Dark Purple #913272

Tints of Dark Purple #913272

Color information

#913272 (or 0x913272) is unknown color: approx Dark Purple. HEX triplet: 91, 32 and 72. RGB value is (145,50,114). Sum of RGB (Red+Green+Blue) = 145+50+114=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #913272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913272 is #6ECD8D. Grayscale: #555555. Windows color (decimal): -7261582 or 7484049. OLE color: 7484049.

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

Color convert

RGB14550114-
CMYK00.660.210.43
HSL319.58º48.72%38.24%-
HSV(B)319.58º65.52%56.86%-
XYZ15.859.5216.92-
YUV85.7143.97170.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=46.93%
G=16.18%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455011400.660.210.43319.5848.7238.24
Hex913272042152B1403126
Octal22162162010225535006146
Binary1001000111001011100100100001010101101011101000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913272; }

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

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

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

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

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

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

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

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