#913372

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

Shades of Dark Purple #913372

Tints of Dark Purple #913372

Color information

#913372 (or 0x913372) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 72. RGB value is (145,51,114). Sum of RGB (Red+Green+Blue) = 145+51+114=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #913372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913372 is #6ECC8D. Grayscale: #565656. Windows color (decimal): -7261326 or 7484305. OLE color: 7484305.

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

Color convert

RGB14551114-
CMYK00.650.210.43
HSL319.79º47.96%38.43%-
HSV(B)319.79º64.83%56.86%-
XYZ15.99.616.94-
YUV86.29143.64169.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=46.77%
G=16.45%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455111400.650.210.43319.7947.9638.43
Hex913372041152B1403026
Octal22163162010125535006046
Binary1001000111001111100100100000110101101011101000000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913372; }

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

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

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

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

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

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

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

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