#740889

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

Shades of Purple #740889

Tints of Purple #740889

Color information

#740889 (or 0x740889) is unknown color: approx Purple. HEX triplet: 74, 08 and 89. RGB value is (116,8,137). Sum of RGB (Red+Green+Blue) = 116+8+137=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #740889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740889 is #8BF776. Grayscale: #363636. Windows color (decimal): -9172855 or 8980596. OLE color: 8980596.

HSL color Cylindrical-coordinate representation of color #740889: hue angle of 290.23º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740889 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1168137-
CMYK0.150.9400.46
HSL290.23º88.97%28.43%-
HSV(B)290.23º94.16%53.73%-
XYZ11.85.6924.14-
YUV55174.28171.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=44.44%
G=3.07%
B=52.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11681370.150.9400.46290.2388.9728.43
Hex74889F5E02E122591c
Octal164102111713605644213134
Binary1110100100010001001111110111100101110100100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740889; }

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

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

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

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

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

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

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

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