#740879

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

Shades of Purple #740879

Tints of Purple #740879

Color information

#740879 (or 0x740879) is unknown color: approx Purple. HEX triplet: 74, 08 and 79. RGB value is (116,8,121). Sum of RGB (Red+Green+Blue) = 116+8+121=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #740879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740879 is #8BF786. Grayscale: #343434. Windows color (decimal): -9172871 or 7932020. OLE color: 7932020.

HSL color Cylindrical-coordinate representation of color #740879: hue angle of 297.35º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740879 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1168121-
CMYK0.040.9300.53
HSL297.35º87.6%25.29%-
HSV(B)297.35º93.39%47.45%-
XYZ10.745.2718.54-
YUV53.17166.28172.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=47.35%
G=3.27%
B=49.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11681210.040.9300.53297.3587.625.29
Hex7487945D0351295819
Octal16410171413506545113031
Binary11101001000111100110010111010110101100101001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740879; }

 p { color: rgb(116,8,121); }

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

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

 a { background-color: rgb(116,8,121); }

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

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

 span { border-color: rgb(116,8,121); }

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