#740E75

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

Shades of Purple #740E75

Tints of Purple #740E75

Color information

#740E75 (or 0x740E75) is unknown color: approx Purple. HEX triplet: 74, 0E and 75. RGB value is (116,14,117). Sum of RGB (Red+Green+Blue) = 116+14+117=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #740E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E75 is #8BF18A. Grayscale: #373737. Windows color (decimal): -9171339 or 7671412. OLE color: 7671412.

HSL color Cylindrical-coordinate representation of color #740E75: hue angle of 299.42º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E75 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11614117-
CMYK0.010.8800.54
HSL299.42º78.63%25.69%-
HSV(B)299.42º88.03%45.88%-
XYZ10.575.3117.3-
YUV56.24162.29170.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=46.96%
G=5.67%
B=47.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116141170.010.8800.54299.4278.6325.69
Hex74E7515803612b4f1a
Octal16416165113006645311732
Binary111010011101110101110110000110110100101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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