#761680

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

Shades of Purple #761680

Tints of Purple #761680

Color information

#761680 (or 0x761680) is unknown color: approx Purple. HEX triplet: 76, 16 and 80. RGB value is (118,22,128). Sum of RGB (Red+Green+Blue) = 118+22+128=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #761680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761680 is #89E97F. Grayscale: #3E3E3E. Windows color (decimal): -9038208 or 8394358. OLE color: 8394358.

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

Color convert

RGB11822128-
CMYK0.080.8300.50
HSL294.34º70.67%29.41%-
HSV(B)294.34º82.81%50.2%-
XYZ11.655.9820.96-
YUV62.79164.8167.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=44.03%
G=8.21%
B=47.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118221280.080.8300.50294.3470.6729.41
Hex761680853032126471d
Octal166262001012306244610735
Binary11101101011010000000100010100110110010100100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761680; }

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

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

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

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

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

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

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

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