#740D69

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

Shades of Dark Purple #740D69

Tints of Dark Purple #740D69

Color information

#740D69 (or 0x740D69) is unknown color: approx Dark Purple. HEX triplet: 74, 0D and 69. RGB value is (116,13,105). Sum of RGB (Red+Green+Blue) = 116+13+105=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #740D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D69 is #8BF296. Grayscale: #363636. Windows color (decimal): -9171607 or 6884724. OLE color: 6884724.

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

Color convert

RGB11613105-
CMYK00.890.090.55
HSL306.41º79.84%25.29%-
HSV(B)306.41º88.79%45.49%-
XYZ9.95.0213.81-
YUV54.28156.62172.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=49.57%
G=5.56%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161310500.890.090.55306.4179.8425.29
Hex74D690599371325019
Octal164151510131116746212031
Binary111010011011101001010110011001110111100110010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,13,105); }

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

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

 a { background-color: rgb(116,13,105); }

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

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

 span { border-color: rgb(116,13,105); }

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