#741E73

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

Shades of Dark Purple #741E73

Tints of Dark Purple #741E73

Color information

#741E73 (or 0x741E73) is unknown color: approx Dark Purple. HEX triplet: 74, 1E and 73. RGB value is (116,30,115). Sum of RGB (Red+Green+Blue) = 116+30+115=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #741E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E73 is #8BE18C. Grayscale: #414141. Windows color (decimal): -9167245 or 7544436. OLE color: 7544436.

HSL color Cylindrical-coordinate representation of color #741E73: hue angle of 300.7º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E73 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11630115-
CMYK00.740.010.55
HSL300.7º58.9%28.63%-
HSV(B)300.7º74.14%45.49%-
XYZ10.765.8816.79-
YUV65.4155.99164.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=44.44%
G=11.49%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163011500.740.010.55300.758.928.63
Hex741E7304A13712d3b1d
Octal1643616301121674557335
Binary111010011110111001101001010111011110010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741E73; }

 p { color: rgb(116,30,115); }

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

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

 a { background-color: rgb(116,30,115); }

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

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

 span { border-color: rgb(116,30,115); }

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