#740A82

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

Shades of Purple #740A82

Tints of Purple #740A82

Color information

#740A82 (or 0x740A82) is unknown color: approx Purple. HEX triplet: 74, 0A and 82. RGB value is (116,10,130). Sum of RGB (Red+Green+Blue) = 116+10+130=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #740A82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A82 is #8BF57D. Grayscale: #373737. Windows color (decimal): -9172350 or 8522356. OLE color: 8522356.

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

Color convert

RGB11610130-
CMYK0.110.9200.49
HSL293º85.71%27.45%-
HSV(B)293º92.31%50.98%-
XYZ11.345.5421.59-
YUV55.37170.12171.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=45.31%
G=3.91%
B=50.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116101300.110.9200.4929385.7127.45
Hex74A82B5C031125561b
Octal164122021313406144512633
Binary1110100101010000010101110111000110001100100101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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