#740F8A

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

Shades of Purple #740F8A

Tints of Purple #740F8A

Color information

#740F8A (or 0x740F8A) is unknown color: approx Purple. HEX triplet: 74, 0F and 8A. RGB value is (116,15,138). Sum of RGB (Red+Green+Blue) = 116+15+138=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #740F8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740F8A is #8BF075. Grayscale: #3A3A3A. Windows color (decimal): -9171062 or 9047924. OLE color: 9047924.

HSL color Cylindrical-coordinate representation of color #740F8A: hue angle of 289.27º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740F8A is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11615138-
CMYK0.160.8900.46
HSL289.27º80.39%30%-
HSV(B)289.27º89.13%54.12%-
XYZ11.965.8924.55-
YUV59.22172.46168.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=43.12%
G=5.58%
B=51.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116151380.160.8900.46289.2780.3930
Hex74F8A105902E121501e
Octal164172122013105644112036
Binary11101001111100010101000010110010101110100100001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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