#91347C

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

Shades of Dark Purple #91347C

Tints of Dark Purple #91347C

Color information

#91347C (or 0x91347C) is unknown color: approx Dark Purple. HEX triplet: 91, 34 and 7C. RGB value is (145,52,124). Sum of RGB (Red+Green+Blue) = 145+52+124=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #91347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91347C is #6ECB83. Grayscale: #575757. Windows color (decimal): -7261060 or 8139921. OLE color: 8139921.

HSL color Cylindrical-coordinate representation of color #91347C: hue angle of 313.55º 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 #91347C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14552124-
CMYK00.640.140.43
HSL313.55º47.21%38.63%-
HSV(B)313.55º64.14%56.86%-
XYZ16.549.9320.11-
YUV88.01148.31168.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=45.17%
G=16.20%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455212400.640.140.43313.5547.2138.63
Hex91347C040E2B13a2f27
Octal22164174010016534725747
Binary100100011101001111100010000001110101011100111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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