#913471

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

Shades of Dark Purple #913471

Tints of Dark Purple #913471

Color information

#913471 (or 0x913471) is unknown color: approx Dark Purple. HEX triplet: 91, 34 and 71. RGB value is (145,52,113). Sum of RGB (Red+Green+Blue) = 145+52+113=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #913471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913471 is #6ECB8E. Grayscale: #565656. Windows color (decimal): -7261071 or 7419025. OLE color: 7419025.

HSL color Cylindrical-coordinate representation of color #913471: hue angle of 320.65º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913471 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14552113-
CMYK00.640.220.43
HSL320.65º47.21%38.63%-
HSV(B)320.65º64.14%56.86%-
XYZ15.899.6716.65-
YUV86.76142.81169.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=46.77%
G=16.77%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455211300.640.220.43320.6547.2138.63
Hex913471040162B1412f27
Octal22164161010026535015747
Binary1001000111010011100010100000010110101011101000001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913471; }

 p { color: rgb(145,52,113); }

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

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

 a { background-color: rgb(145,52,113); }

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

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

 span { border-color: rgb(145,52,113); }

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