#740793

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

Shades of Purple #740793

Tints of Purple #740793

Color information

#740793 (or 0x740793) is unknown color: approx Purple. HEX triplet: 74, 07 and 93. RGB value is (116,7,147). Sum of RGB (Red+Green+Blue) = 116+7+147=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #740793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740793 is #8BF86C. Grayscale: #373737. Windows color (decimal): -9173101 or 9635700. OLE color: 9635700.

HSL color Cylindrical-coordinate representation of color #740793: hue angle of 286.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740793 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1167147-
CMYK0.210.9500.42
HSL286.71º90.91%30.2%-
HSV(B)286.71º95.24%57.65%-
XYZ12.545.9728.1-
YUV55.55179.61171.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 7 (3.12% from 255) = 2.59%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=42.96%
G=2.59%
B=54.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11671470.210.9500.42286.7190.9130.2
Hex74793155F02A11f5b1e
Octal16472232513705243713336
Binary1110100111100100111010110111110101010100011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740793; }

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

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

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

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

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

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

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

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