#762080

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

Shades of Dark Purple #762080

Tints of Dark Purple #762080

Color information

#762080 (or 0x762080) is unknown color: approx Dark Purple. HEX triplet: 76, 20 and 80. RGB value is (118,32,128). Sum of RGB (Red+Green+Blue) = 118+32+128=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #762080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762080 is #89DF7F. Grayscale: #444444. Windows color (decimal): -9035648 or 8396918. OLE color: 8396918.

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

Color convert

RGB11832128-
CMYK0.080.7500.50
HSL293.75º60%31.37%-
HSV(B)293.75º75%50.2%-
XYZ11.886.4421.04-
YUV68.66161.49163.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=42.45%
G=11.51%
B=46.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118321280.080.7500.50293.756031.37
Hex76208084B0321263c1f
Octal16640200101130624467437
Binary11101101000001000000010001001011011001010010011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762080; }

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

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

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

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

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

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

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

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