#913674

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

Shades of Dark Purple #913674

Tints of Dark Purple #913674

Color information

#913674 (or 0x913674) is unknown color: approx Dark Purple. HEX triplet: 91, 36 and 74. RGB value is (145,54,116). Sum of RGB (Red+Green+Blue) = 145+54+116=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #913674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913674 is #6EC98B. Grayscale: #585858. Windows color (decimal): -7260556 or 7616145. OLE color: 7616145.

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

Color convert

RGB14554116-
CMYK00.630.20.43
HSL319.12º45.73%39.02%-
HSV(B)319.12º62.76%56.86%-
XYZ16.159.9217.59-
YUV88.28143.65168.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=46.03%
G=17.14%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455411600.630.20.43319.1245.7339.02
Hex91367403F142B13f2e27
Octal2216616407724534775647
Binary100100011101101110100011111110100101011100111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913674; }

 p { color: rgb(145,54,116); }

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

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

 a { background-color: rgb(145,54,116); }

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

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

 span { border-color: rgb(145,54,116); }

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