#740882

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

Shades of Purple #740882

Tints of Purple #740882

Color information

#740882 (or 0x740882) is unknown color: approx Purple. HEX triplet: 74, 08 and 82. RGB value is (116,8,130). Sum of RGB (Red+Green+Blue) = 116+8+130=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #740882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740882 is #8BF77D. Grayscale: #353535. Windows color (decimal): -9172862 or 8521844. OLE color: 8521844.

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

Color convert

RGB1168130-
CMYK0.110.9400.49
HSL293.11º88.41%27.06%-
HSV(B)293.11º93.85%50.98%-
XYZ11.325.521.58-
YUV54.2170.78172.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 8 (3.52% from 255) = 3.15%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=45.67%
G=3.15%
B=51.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11681300.110.9400.49293.1188.4127.06
Hex74882B5E031125581b
Octal164102021313606144513033
Binary1110100100010000010101110111100110001100100101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740882; }

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

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

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

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

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

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

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

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