#772473

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

Shades of Dark Purple #772473

Tints of Dark Purple #772473

Color information

#772473 (or 0x772473) is unknown color: approx Dark Purple. HEX triplet: 77, 24 and 73. RGB value is (119,36,115). Sum of RGB (Red+Green+Blue) = 119+36+115=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772473 is #88DB8C. Grayscale: #454545. Windows color (decimal): -8969101 or 7545975. OLE color: 7545975.

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

Color convert

RGB11936115-
CMYK00.700.030.53
HSL302.89º53.55%30.39%-
HSV(B)302.89º69.75%46.67%-
XYZ11.336.4216.86-
YUV69.82153.5163.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=44.07%
G=13.33%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193611500.700.030.53302.8953.5530.39
Hex77247304633512f361e
Octal1674416301063654576636
Binary11101111001001110011010001101111010110010111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772473; }

 p { color: rgb(119,36,115); }

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

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

 a { background-color: rgb(119,36,115); }

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

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

 span { border-color: rgb(119,36,115); }

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