#761A73

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

Shades of Dark Purple #761A73

Tints of Dark Purple #761A73

Color information

#761A73 (or 0x761A73) is unknown color: approx Dark Purple. HEX triplet: 76, 1A and 73. RGB value is (118,26,115). Sum of RGB (Red+Green+Blue) = 118+26+115=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #761A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A73 is #89E58C. Grayscale: #3F3F3F. Windows color (decimal): -9037197 or 7543414. OLE color: 7543414.

HSL color Cylindrical-coordinate representation of color #761A73: hue angle of 301.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A73 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11826115-
CMYK00.780.030.54
HSL301.96º63.89%28.24%-
HSV(B)301.96º77.97%46.27%-
XYZ10.945.8316.77-
YUV63.65156.98166.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=45.56%
G=10.04%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182611500.780.030.54301.9663.8928.24
Hex761A7304E33612e401c
Octal16632163011636645610034
Binary11101101101011100110100111011110110100101110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,26,115); }

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

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

 a { background-color: rgb(118,26,115); }

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

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

 span { border-color: rgb(118,26,115); }

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