#913172

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

Shades of Dark Purple #913172

Tints of Dark Purple #913172

Color information

#913172 (or 0x913172) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 72. RGB value is (145,49,114). Sum of RGB (Red+Green+Blue) = 145+49+114=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #913172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913172 is #6ECE8D. Grayscale: #545454. Windows color (decimal): -7261838 or 7483793. OLE color: 7483793.

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

Color convert

RGB14549114-
CMYK00.660.210.43
HSL319.38º49.48%38.04%-
HSV(B)319.38º66.21%56.86%-
XYZ15.819.4316.91-
YUV85.11144.3170.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=47.08%
G=15.91%
B=37.01%

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
Decimal1454911400.660.210.43319.3849.4838.04
Hex913172042152B13f3126
Octal22161162010225534776146
Binary1001000111000111100100100001010101101011100111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913172; }

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

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

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

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

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

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

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

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