#761C82

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

Shades of Dark Purple #761C82

Tints of Dark Purple #761C82

Color information

#761C82 (or 0x761C82) is unknown color: approx Dark Purple. HEX triplet: 76, 1C and 82. RGB value is (118,28,130). Sum of RGB (Red+Green+Blue) = 118+28+130=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #761C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761C82 is #89E37D. Grayscale: #424242. Windows color (decimal): -9036670 or 8526966. OLE color: 8526966.

HSL color Cylindrical-coordinate representation of color #761C82: hue angle of 292.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761C82 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11828130-
CMYK0.090.7800.49
HSL292.94º64.56%30.98%-
HSV(B)292.94º78.46%50.98%-
XYZ11.926.2921.71-
YUV66.54163.82164.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=42.75%
G=10.14%
B=47.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118281300.090.7800.49292.9464.5630.98
Hex761C8294E031125411f
Octal166342021111606144510137
Binary11101101110010000010100110011100110001100100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761C82; }

 p { color: rgb(118,28,130); }

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

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

 a { background-color: rgb(118,28,130); }

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

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

 span { border-color: rgb(118,28,130); }

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