#740982

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

Shades of Purple #740982

Tints of Purple #740982

Color information

#740982 (or 0x740982) is unknown color: approx Purple. HEX triplet: 74, 09 and 82. RGB value is (116,9,130). Sum of RGB (Red+Green+Blue) = 116+9+130=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #740982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740982 is #8BF67D. Grayscale: #363636. Windows color (decimal): -9172606 or 8522100. OLE color: 8522100.

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

Color convert

RGB1169130-
CMYK0.110.9300.49
HSL293.06º87.05%27.25%-
HSV(B)293.06º93.08%50.98%-
XYZ11.335.5221.59-
YUV54.79170.45171.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=45.49%
G=3.53%
B=50.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11691300.110.9300.49293.0687.0527.25
Hex74982B5D031125571b
Octal164112021313506144512733
Binary1110100100110000010101110111010110001100100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740982; }

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

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

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

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

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

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

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

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