#740872

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

Shades of Purple #740872

Tints of Purple #740872

Color information

#740872 (or 0x740872) is unknown color: approx Purple. HEX triplet: 74, 08 and 72. RGB value is (116,8,114). Sum of RGB (Red+Green+Blue) = 116+8+114=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #740872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740872 is #8BF78D. Grayscale: #343434. Windows color (decimal): -9172878 or 7473268. OLE color: 7473268.

HSL color Cylindrical-coordinate representation of color #740872: hue angle of 301.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740872 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB1168114-
CMYK00.930.020.55
HSL301.11º87.1%24.31%-
HSV(B)301.11º93.1%45.49%-
XYZ10.335.116.36-
YUV52.38162.78173.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=48.74%
G=3.36%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116811400.930.020.55301.1187.124.31
Hex7487205D23712d5718
Octal16410162013526745512730
Binary1110100100011100100101110110110111100101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740872; }

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

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

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

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

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

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

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

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