#740A72

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

Shades of Purple #740A72

Tints of Purple #740A72

Color information

#740A72 (or 0x740A72) is unknown color: approx Purple. HEX triplet: 74, 0A and 72. RGB value is (116,10,114). Sum of RGB (Red+Green+Blue) = 116+10+114=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #740A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A72 is #8BF58D. Grayscale: #353535. Windows color (decimal): -9172366 or 7473780. OLE color: 7473780.

HSL color Cylindrical-coordinate representation of color #740A72: hue angle of 301.13º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A72 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11610114-
CMYK00.910.020.55
HSL301.13º84.13%24.71%-
HSV(B)301.13º91.38%45.49%-
XYZ10.355.1416.37-
YUV53.55162.12172.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=48.33%
G=4.17%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161011400.910.020.55301.1384.1324.71
Hex74A7205B23712d5419
Octal16412162013326745512431
Binary1110100101011100100101101110110111100101101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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