#740E6A

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

Shades of Dark Purple #740E6A

Tints of Dark Purple #740E6A

Color information

#740E6A (or 0x740E6A) is unknown color: approx Dark Purple. HEX triplet: 74, 0E and 6A. RGB value is (116,14,106). Sum of RGB (Red+Green+Blue) = 116+14+106=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #740E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E6A is #8BF195. Grayscale: #363636. Windows color (decimal): -9171350 or 6950516. OLE color: 6950516.

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

Color convert

RGB11614106-
CMYK00.880.090.55
HSL305.88º78.46%25.49%-
HSV(B)305.88º87.93%45.49%-
XYZ9.965.0714.09-
YUV54.99156.79171.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=49.15%
G=5.93%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161410600.880.090.55305.8878.4625.49
Hex74E6A0589371324e19
Octal164161520130116746211631
Binary111010011101101010010110001001110111100110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,14,106); }

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

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

 a { background-color: rgb(116,14,106); }

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

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

 span { border-color: rgb(116,14,106); }

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