#740A96

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

Shades of Purple #740A96

Tints of Purple #740A96

Color information

#740A96 (or 0x740A96) is unknown color: approx Purple. HEX triplet: 74, 0A and 96. RGB value is (116,10,150). Sum of RGB (Red+Green+Blue) = 116+10+150=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #740A96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A96 is #8BF569. Grayscale: #393939. Windows color (decimal): -9172330 or 9833076. OLE color: 9833076.

HSL color Cylindrical-coordinate representation of color #740A96: hue angle of 285.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740A96 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11610150-
CMYK0.230.9300.41
HSL285.43º87.5%31.37%-
HSV(B)285.43º93.33%58.82%-
XYZ12.826.1329.36-
YUV57.65180.12169.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=42.03%
G=3.62%
B=54.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116101500.230.9300.41285.4387.531.37
Hex74A96175D02911d581f
Octal164122262713505143513037
Binary11101001010100101101011110111010101001100011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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