#740782

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

Shades of Purple #740782

Tints of Purple #740782

Color information

#740782 (or 0x740782) is unknown color: approx Purple. HEX triplet: 74, 07 and 82. RGB value is (116,7,130). Sum of RGB (Red+Green+Blue) = 116+7+130=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #740782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740782 is #8BF87D. Grayscale: #353535. Windows color (decimal): -9173118 or 8521588. OLE color: 8521588.

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

Color convert

RGB1167130-
CMYK0.110.9500.49
HSL293.17º89.78%26.86%-
HSV(B)293.17º94.62%50.98%-
XYZ11.315.4821.58-
YUV53.61171.11172.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=45.85%
G=2.77%
B=51.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11671300.110.9500.49293.1789.7826.86
Hex74782B5F0311255a1b
Octal16472021313706144513233
Binary111010011110000010101110111110110001100100101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740782; }

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

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

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

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

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

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

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

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