#740887

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

Shades of Purple #740887

Tints of Purple #740887

Color information

#740887 (or 0x740887) is unknown color: approx Purple. HEX triplet: 74, 08 and 87. RGB value is (116,8,135). Sum of RGB (Red+Green+Blue) = 116+8+135=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #740887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740887 is #8BF778. Grayscale: #363636. Windows color (decimal): -9172857 or 8849524. OLE color: 8849524.

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

Color convert

RGB1168135-
CMYK0.140.9400.47
HSL291.02º88.81%28.04%-
HSV(B)291.02º94.07%52.94%-
XYZ11.665.6423.39-
YUV54.77173.28171.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=44.79%
G=3.09%
B=52.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11681350.140.9400.47291.0288.8128.04
Hex74887E5E02F123591c
Octal164102071613605744313134
Binary1110100100010000111111010111100101111100100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740887; }

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

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

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

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

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

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

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

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