#740967

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

Shades of Purple #740967

Tints of Purple #740967

Color information

#740967 (or 0x740967) is unknown color: approx Purple. HEX triplet: 74, 09 and 67. RGB value is (116,9,103). Sum of RGB (Red+Green+Blue) = 116+9+103=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #740967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740967 is #8BF698. Grayscale: #333333. Windows color (decimal): -9172633 or 6752628. OLE color: 6752628.

HSL color Cylindrical-coordinate representation of color #740967: hue angle of 307.29º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740967 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB1169103-
CMYK00.920.110.55
HSL307.29º85.6%24.51%-
HSV(B)307.29º92.24%45.49%-
XYZ9.754.8913.26-
YUV51.71156.95173.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=50.88%
G=3.95%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116910300.920.110.55307.2985.624.51
Hex7496705CB371335619
Octal164111470134136746312631
Binary111010010011100111010111001011110111100110011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740967; }

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

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

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

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

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

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

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

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