#761B82

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

Shades of Dark Purple #761B82

Tints of Dark Purple #761B82

Color information

#761B82 (or 0x761B82) is unknown color: approx Dark Purple. HEX triplet: 76, 1B and 82. RGB value is (118,27,130). Sum of RGB (Red+Green+Blue) = 118+27+130=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #761B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761B82 is #89E47D. Grayscale: #414141. Windows color (decimal): -9036926 or 8526710. OLE color: 8526710.

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

Color convert

RGB11827130-
CMYK0.090.7900.49
HSL293.01º65.61%30.78%-
HSV(B)293.01º79.23%50.98%-
XYZ11.896.2521.7-
YUV65.95164.15165.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=42.91%
G=9.82%
B=47.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118271300.090.7900.49293.0165.6130.78
Hex761B8294F031125421f
Octal166332021111706144510237
Binary11101101101110000010100110011110110001100100101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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