#740664

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

Shades of Purple #740664

Tints of Purple #740664

Color information

#740664 (or 0x740664) is unknown color: approx Purple. HEX triplet: 74, 06 and 64. RGB value is (116,6,100). Sum of RGB (Red+Green+Blue) = 116+6+100=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740664 is #8BF99B. Grayscale: #313131. Windows color (decimal): -9173404 or 6555252. OLE color: 6555252.

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

Color convert

RGB1166100-
CMYK00.950.140.55
HSL308.73º90.16%23.92%-
HSV(B)308.73º94.83%45.49%-
XYZ9.574.7612.47-
YUV49.61156.44175.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=52.25%
G=2.70%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116610000.950.140.55308.7390.1623.92
Hex7466405FE371355a18
Octal16461440137166746513230
Binary11101001101100100010111111110110111100110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740664; }

 p { color: rgb(116,6,100); }

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

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

 a { background-color: rgb(116,6,100); }

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

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

 span { border-color: rgb(116,6,100); }

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