#761880

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

Shades of Purple #761880

Tints of Purple #761880

Color information

#761880 (or 0x761880) is unknown color: approx Purple. HEX triplet: 76, 18 and 80. RGB value is (118,24,128). Sum of RGB (Red+Green+Blue) = 118+24+128=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #761880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761880 is #89E77F. Grayscale: #3F3F3F. Windows color (decimal): -9037696 or 8394870. OLE color: 8394870.

HSL color Cylindrical-coordinate representation of color #761880: hue angle of 294.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761880 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11824128-
CMYK0.080.8100.50
HSL294.23º68.42%29.8%-
HSV(B)294.23º81.25%50.2%-
XYZ11.696.0620.98-
YUV63.96164.14166.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=43.70%
G=8.89%
B=47.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118241280.080.8100.50294.2368.4229.8
Hex761880851032126441e
Octal166302001012106244610436
Binary11101101100010000000100010100010110010100100110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761880; }

 p { color: rgb(118,24,128); }

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

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

 a { background-color: rgb(118,24,128); }

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

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

 span { border-color: rgb(118,24,128); }

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