#913B72

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

Shades of Dark Purple #913B72

Tints of Dark Purple #913B72

Color information

#913B72 (or 0x913B72) is unknown color: approx Dark Purple. HEX triplet: 91, 3B and 72. RGB value is (145,59,114). Sum of RGB (Red+Green+Blue) = 145+59+114=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #913B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B72 is #6EC48D. Grayscale: #5A5A5A. Windows color (decimal): -7259278 or 7486353. OLE color: 7486353.

HSL color Cylindrical-coordinate representation of color #913B72: hue angle of 321.63º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913B72 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14559114-
CMYK00.590.210.43
HSL321.63º42.16%40%-
HSV(B)321.63º59.31%56.86%-
XYZ16.2810.3617.06-
YUV90.98140.99166.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=45.60%
G=18.55%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455911400.590.210.43321.6342.1640
Hex913B7203B152B1422a28
Octal2217316207325535025250
Binary100100011110111110010011101110101101011101000010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913B72; }

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

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

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

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

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

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

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

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