#772074

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

Shades of Dark Purple #772074

Tints of Dark Purple #772074

Color information

#772074 (or 0x772074) is unknown color: approx Dark Purple. HEX triplet: 77, 20 and 74. RGB value is (119,32,116). Sum of RGB (Red+Green+Blue) = 119+32+116=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #772074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772074 is #88DF8B. Grayscale: #434343. Windows color (decimal): -8970124 or 7610487. OLE color: 7610487.

HSL color Cylindrical-coordinate representation of color #772074: hue angle of 302.07º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772074 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11932116-
CMYK00.730.030.53
HSL302.07º57.62%29.61%-
HSV(B)302.07º73.11%46.67%-
XYZ11.286.2217.13-
YUV67.59155.32164.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=44.57%
G=11.99%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193211600.730.030.53302.0757.6229.61
Hex77207404933512e3a1e
Octal1674016401113654567236
Binary11101111000001110100010010011111010110010111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772074; }

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

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

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

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

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

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

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

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