#91407C

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

Shades of Dark Purple #91407C

Tints of Dark Purple #91407C

Color information

#91407C (or 0x91407C) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 7C. RGB value is (145,64,124). Sum of RGB (Red+Green+Blue) = 145+64+124=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #91407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91407C is #6EBF83. Grayscale: #5E5E5E. Windows color (decimal): -7257988 or 8142993. OLE color: 8142993.

HSL color Cylindrical-coordinate representation of color #91407C: hue angle of 315.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91407C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14564124-
CMYK00.560.140.43
HSL315.56º38.76%40.98%-
HSV(B)315.56º55.86%56.86%-
XYZ17.1511.1420.32-
YUV95.06144.34163.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=43.54%
G=19.22%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412400.560.140.43315.5638.7640.98
Hex91407C038E2B13c2729
Octal22110017407016534744751
Binary100100011000000111110001110001110101011100111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91407C; }

 p { color: rgb(145,64,124); }

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

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

 a { background-color: rgb(145,64,124); }

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

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

 span { border-color: rgb(145,64,124); }

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