#741591

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

Shades of Purple #741591

Tints of Purple #741591

Color information

#741591 (or 0x741591) is unknown color: approx Purple. HEX triplet: 74, 15 and 91. RGB value is (116,21,145). Sum of RGB (Red+Green+Blue) = 116+21+145=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #741591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741591 is #8BEA6E. Grayscale: #3F3F3F. Windows color (decimal): -9169519 or 9508212. OLE color: 9508212.

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

Color convert

RGB11621145-
CMYK0.20.8600.43
HSL285.97º74.7%32.55%-
HSV(B)285.97º85.52%56.86%-
XYZ12.586.2927.34-
YUV63.54173.97165.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=41.13%
G=7.45%
B=51.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116211450.20.8600.43285.9774.732.55
Hex741591145602B11e4b21
Octal164252212412605343611341
Binary1110100101011001000110100101011001010111000111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741591; }

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

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

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

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

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

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

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

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