#740E6E

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

Shades of Purple #740E6E

Tints of Purple #740E6E

Color information

#740E6E (or 0x740E6E) is unknown color: approx Purple. HEX triplet: 74, 0E and 6E. RGB value is (116,14,110). Sum of RGB (Red+Green+Blue) = 116+14+110=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #740E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E6E is #8BF191. Grayscale: #373737. Windows color (decimal): -9171346 or 7212660. OLE color: 7212660.

HSL color Cylindrical-coordinate representation of color #740E6E: hue angle of 303.53º 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 #740E6E is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11614110-
CMYK00.880.050.55
HSL303.53º78.46%25.49%-
HSV(B)303.53º87.93%45.49%-
XYZ10.175.1515.21-
YUV55.44158.79171.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=48.33%
G=5.83%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161411000.880.050.55303.5378.4625.49
Hex74E6E0585371304e19
Octal16416156013056746011631
Binary11101001110110111001011000101110111100110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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