#740F93

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

Shades of Purple #740F93

Tints of Purple #740F93

Color information

#740F93 (or 0x740F93) is unknown color: approx Purple. HEX triplet: 74, 0F and 93. RGB value is (116,15,147). Sum of RGB (Red+Green+Blue) = 116+15+147=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #740F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740F93 is #8BF06C. Grayscale: #3B3B3B. Windows color (decimal): -9171053 or 9637748. OLE color: 9637748.

HSL color Cylindrical-coordinate representation of color #740F93: hue angle of 285.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740F93 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11615147-
CMYK0.210.9000.42
HSL285.91º81.48%31.76%-
HSV(B)285.91º89.8%57.65%-
XYZ12.646.1628.13-
YUV60.25176.96167.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=41.73%
G=5.40%
B=52.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116151470.210.9000.42285.9181.4831.76
Hex74F93155A02A11e5120
Octal164172232513205243612140
Binary111010011111001001110101101101001010101000111101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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