#740878

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

Shades of Purple #740878

Tints of Purple #740878

Color information

#740878 (or 0x740878) is unknown color: approx Purple. HEX triplet: 74, 08 and 78. RGB value is (116,8,120). Sum of RGB (Red+Green+Blue) = 116+8+120=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #740878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740878 is #8BF787. Grayscale: #343434. Windows color (decimal): -9172872 or 7866484. OLE color: 7866484.

HSL color Cylindrical-coordinate representation of color #740878: hue angle of 297.86º 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 #740878 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1168120-
CMYK0.030.9300.53
HSL297.86º87.5%25.1%-
HSV(B)297.86º93.33%47.06%-
XYZ10.685.2418.22-
YUV53.06165.78172.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=47.54%
G=3.28%
B=49.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11681200.030.9300.53297.8687.525.1
Hex7487835D03512a5819
Octal16410170313506545213031
Binary1110100100011110001110111010110101100101010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740878; }

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

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

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

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

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

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

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

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