#740893

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

Shades of Purple #740893

Tints of Purple #740893

Color information

#740893 (or 0x740893) is unknown color: approx Purple. HEX triplet: 74, 08 and 93. RGB value is (116,8,147). Sum of RGB (Red+Green+Blue) = 116+8+147=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #740893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740893 is #8BF76C. Grayscale: #373737. Windows color (decimal): -9172845 or 9635956. OLE color: 9635956.

HSL color Cylindrical-coordinate representation of color #740893: hue angle of 286.62º degrees, saturation: 0.9, 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 #740893 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1168147-
CMYK0.210.9500.42
HSL286.62º89.68%30.39%-
HSV(B)286.62º94.56%57.65%-
XYZ12.565.9928.1-
YUV56.14179.28170.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=42.80%
G=2.95%
B=54.24%

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
Decimal11681470.210.9500.42286.6289.6830.39
Hex74893155F02A11f5a1e
Octal164102232513705243713236
Binary11101001000100100111010110111110101010100011111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740893; }

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

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

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

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

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

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

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

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