#913170

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

Shades of Dark Purple #913170

Tints of Dark Purple #913170

Color information

#913170 (or 0x913170) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 70. RGB value is (145,49,112). Sum of RGB (Red+Green+Blue) = 145+49+112=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #913170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913170 is #6ECE8F. Grayscale: #545454. Windows color (decimal): -7261840 or 7352721. OLE color: 7352721.

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

Color convert

RGB14549112-
CMYK00.660.230.43
HSL320.62º49.48%38.04%-
HSV(B)320.62º66.21%56.86%-
XYZ15.79.3916.31-
YUV84.89143.3170.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=47.39%
G=16.01%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454911200.660.230.43320.6249.4838.04
Hex913170042172B1413126
Octal22161160010227535016146
Binary1001000111000111100000100001010111101011101000001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913170; }

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

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

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

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

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

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

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

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