#740C87

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

Shades of Purple #740C87

Tints of Purple #740C87

Color information

#740C87 (or 0x740C87) is unknown color: approx Purple. HEX triplet: 74, 0C and 87. RGB value is (116,12,135). Sum of RGB (Red+Green+Blue) = 116+12+135=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #740C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740C87 is #8BF378. Grayscale: #383838. Windows color (decimal): -9171833 or 8850548. OLE color: 8850548.

HSL color Cylindrical-coordinate representation of color #740C87: hue angle of 290.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740C87 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11612135-
CMYK0.140.9100.47
HSL290.73º83.67%28.82%-
HSV(B)290.73º91.11%52.94%-
XYZ11.715.7323.41-
YUV57.12171.96170-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=44.11%
G=4.56%
B=51.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116121350.140.9100.47290.7383.6728.82
Hex74C87E5B02F123541d
Octal164142071613305744312435
Binary1110100110010000111111010110110101111100100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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