#772471

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

Shades of Dark Purple #772471

Tints of Dark Purple #772471

Color information

#772471 (or 0x772471) is unknown color: approx Dark Purple. HEX triplet: 77, 24 and 71. RGB value is (119,36,113). Sum of RGB (Red+Green+Blue) = 119+36+113=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #772471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772471 is #88DB8E. Grayscale: #454545. Windows color (decimal): -8969103 or 7414903. OLE color: 7414903.

HSL color Cylindrical-coordinate representation of color #772471: hue angle of 304.34º 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 #772471 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11936113-
CMYK00.700.050.53
HSL304.34º53.55%30.39%-
HSV(B)304.34º69.75%46.67%-
XYZ11.226.3816.26-
YUV69.6152.5163.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=44.40%
G=13.43%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193611300.700.050.53304.3453.5530.39
Hex772471046535130361e
Octal1674416101065654606636
Binary111011110010011100010100011010111010110011000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772471; }

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

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

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

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

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

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

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

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