#740F6E

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

Shades of Purple #740F6E

Tints of Purple #740F6E

Color information

#740F6E (or 0x740F6E) is unknown color: approx Purple. HEX triplet: 74, 0F and 6E. RGB value is (116,15,110). Sum of RGB (Red+Green+Blue) = 116+15+110=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #740F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F6E is #8BF091. Grayscale: #373737. Windows color (decimal): -9171090 or 7212916. OLE color: 7212916.

HSL color Cylindrical-coordinate representation of color #740F6E: hue angle of 303.56º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F6E is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11615110-
CMYK00.870.050.55
HSL303.56º77.1%25.69%-
HSV(B)303.56º87.07%45.49%-
XYZ10.195.1815.21-
YUV56.03158.46170.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=48.13%
G=6.22%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161511000.870.050.55303.5677.125.69
Hex74F6E0575371304d1a
Octal16417156012756746011532
Binary11101001111110111001010111101110111100110000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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