#772082

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

Shades of Dark Purple #772082

Tints of Dark Purple #772082

Color information

#772082 (or 0x772082) is unknown color: approx Dark Purple. HEX triplet: 77, 20 and 82. RGB value is (119,32,130). Sum of RGB (Red+Green+Blue) = 119+32+130=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #772082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772082 is #88DF7D. Grayscale: #444444. Windows color (decimal): -8970110 or 8527991. OLE color: 8527991.

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

Color convert

RGB11932130-
CMYK0.080.7500.49
HSL293.27º60.49%31.76%-
HSV(B)293.27º75.38%50.98%-
XYZ12.156.5721.75-
YUV69.18162.32163.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=42.35%
G=11.39%
B=46.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119321300.080.7500.49293.2760.4931.76
Hex77208284B0311253c20
Octal16740202101130614457440
Binary111011110000010000010100010010110110001100100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772082; }

 p { color: rgb(119,32,130); }

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

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

 a { background-color: rgb(119,32,130); }

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

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

 span { border-color: rgb(119,32,130); }

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