#740496

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

Shades of Purple #740496

Tints of Purple #740496

Color information

#740496 (or 0x740496) is unknown color: approx Purple. HEX triplet: 74, 04 and 96. RGB value is (116,4,150). Sum of RGB (Red+Green+Blue) = 116+4+150=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #740496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740496 is #8BFB69. Grayscale: #353535. Windows color (decimal): -9173866 or 9831540. OLE color: 9831540.

HSL color Cylindrical-coordinate representation of color #740496: hue angle of 286.03º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740496 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1164150-
CMYK0.230.9700.41
HSL286.03º94.81%30.2%-
HSV(B)286.03º97.33%58.82%-
XYZ12.75629.34-
YUV54.13182.11172.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=42.96%
G=1.48%
B=55.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11641500.230.9700.41286.0394.8130.2
Hex74496176102911e5f1e
Octal16442262714105143613736
Binary1110100100100101101011111000010101001100011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740496; }

 p { color: rgb(116,4,150); }

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

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

 a { background-color: rgb(116,4,150); }

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

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

 span { border-color: rgb(116,4,150); }

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