#740E73

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

Shades of Purple #740E73

Tints of Purple #740E73

Color information

#740E73 (or 0x740E73) is unknown color: approx Purple. HEX triplet: 74, 0E and 73. RGB value is (116,14,115). Sum of RGB (Red+Green+Blue) = 116+14+115=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #740E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E73 is #8BF18C. Grayscale: #373737. Windows color (decimal): -9171341 or 7540340. OLE color: 7540340.

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

Color convert

RGB11614115-
CMYK00.880.010.55
HSL300.59º78.46%25.49%-
HSV(B)300.59º87.93%45.49%-
XYZ10.455.2616.68-
YUV56.01161.29170.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=47.35%
G=5.71%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161411500.880.010.55300.5978.4625.49
Hex74E7305813712d4e19
Octal16416163013016745511631
Binary111010011101110011010110001110111100101101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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