#740566

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

Shades of Purple #740566

Tints of Purple #740566

Color information

#740566 (or 0x740566) is unknown color: approx Purple. HEX triplet: 74, 05 and 66. RGB value is (116,5,102). Sum of RGB (Red+Green+Blue) = 116+5+102=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #740566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740566 is #8BFA99. Grayscale: #303030. Windows color (decimal): -9173658 or 6686068. OLE color: 6686068.

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

Color convert

RGB1165102-
CMYK00.960.120.55
HSL307.57º91.74%23.73%-
HSV(B)307.57º95.69%45.49%-
XYZ9.664.7812.98-
YUV49.25157.77175.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=52.02%
G=2.24%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116510200.960.120.55307.5791.7423.73
Hex74566060C371345c18
Octal16451460140146746413430
Binary11101001011100110011000001100110111100110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740566; }

 p { color: rgb(116,5,102); }

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

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

 a { background-color: rgb(116,5,102); }

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

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

 span { border-color: rgb(116,5,102); }

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