#741782

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

Shades of Purple #741782

Tints of Purple #741782

Color information

#741782 (or 0x741782) is unknown color: approx Purple. HEX triplet: 74, 17 and 82. RGB value is (116,23,130). Sum of RGB (Red+Green+Blue) = 116+23+130=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #741782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741782 is #8BE87D. Grayscale: #3E3E3E. Windows color (decimal): -9169022 or 8525684. OLE color: 8525684.

HSL color Cylindrical-coordinate representation of color #741782: hue angle of 292.15º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741782 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11623130-
CMYK0.110.8200.49
HSL292.15º69.93%30%-
HSV(B)292.15º82.31%50.98%-
XYZ11.545.9421.66-
YUV63165.81165.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=43.12%
G=8.55%
B=48.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116231300.110.8200.49292.1569.9330
Hex741782B52031124461e
Octal164272021312206144410636
Binary11101001011110000010101110100100110001100100100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741782; }

 p { color: rgb(116,23,130); }

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

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

 a { background-color: rgb(116,23,130); }

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

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

 span { border-color: rgb(116,23,130); }

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