#740E6D

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

Shades of Purple #740E6D

Tints of Purple #740E6D

Color information

#740E6D (or 0x740E6D) is unknown color: approx Purple. HEX triplet: 74, 0E and 6D. RGB value is (116,14,109). Sum of RGB (Red+Green+Blue) = 116+14+109=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #740E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E6D is #8BF192. Grayscale: #373737. Windows color (decimal): -9171347 or 7147124. OLE color: 7147124.

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

Color convert

RGB11614109-
CMYK00.880.060.55
HSL304.12º78.46%25.49%-
HSV(B)304.12º87.93%45.49%-
XYZ10.125.1314.93-
YUV55.33158.29171.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=48.54%
G=5.86%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161410900.880.060.55304.1278.4625.49
Hex74E6D0586371304e19
Octal16416155013066746011631
Binary11101001110110110101011000110110111100110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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