#772174

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

Shades of Dark Purple #772174

Tints of Dark Purple #772174

Color information

#772174 (or 0x772174) is unknown color: approx Dark Purple. HEX triplet: 77, 21 and 74. RGB value is (119,33,116). Sum of RGB (Red+Green+Blue) = 119+33+116=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #772174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772174 is #88DE8B. Grayscale: #434343. Windows color (decimal): -8969868 or 7610743. OLE color: 7610743.

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

Color convert

RGB11933116-
CMYK00.720.030.53
HSL302.09º56.58%29.8%-
HSV(B)302.09º72.27%46.67%-
XYZ11.36.2717.14-
YUV68.18154.99164.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=44.40%
G=12.31%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193311600.720.030.53302.0956.5829.8
Hex77217404833512e391e
Octal1674116401103654567136
Binary11101111000011110100010010001111010110010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772174; }

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

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

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

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

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

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

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

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