#761590

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

Shades of Purple #761590

Tints of Purple #761590

Color information

#761590 (or 0x761590) is unknown color: approx Purple. HEX triplet: 76, 15 and 90. RGB value is (118,21,144). Sum of RGB (Red+Green+Blue) = 118+21+144=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #761590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761590 is #89EA6F. Grayscale: #3F3F3F. Windows color (decimal): -9038448 or 9442678. OLE color: 9442678.

HSL color Cylindrical-coordinate representation of color #761590: hue angle of 287.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761590 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11821144-
CMYK0.180.8500.44
HSL287.32º74.55%32.35%-
HSV(B)287.32º85.42%56.47%-
XYZ12.776.426.95-
YUV64.02173.14166.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=41.70%
G=7.42%
B=50.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118211440.180.8500.44287.3274.5532.35
Hex761590125502C11f4b20
Octal166252202212505443711340
Binary1110110101011001000010010101010101011001000111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761590; }

 p { color: rgb(118,21,144); }

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

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

 a { background-color: rgb(118,21,144); }

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

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

 span { border-color: rgb(118,21,144); }

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