#770471

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

Shades of Purple #770471

Tints of Purple #770471

Color information

#770471 (or 0x770471) is unknown color: approx Purple. HEX triplet: 77, 04 and 71. RGB value is (119,4,113). Sum of RGB (Red+Green+Blue) = 119+4+113=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770471 is #88FB8E. Grayscale: #323232. Windows color (decimal): -8977295 or 7406711. OLE color: 7406711.

HSL color Cylindrical-coordinate representation of color #770471: hue angle of 303.13º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770471 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB1194113-
CMYK00.970.050.53
HSL303.13º93.5%24.12%-
HSV(B)303.13º96.64%46.67%-
XYZ10.635.216.07-
YUV50.81163.1176.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=50.42%
G=1.69%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119411300.970.050.53303.1393.524.12
Hex7747106153512f5d18
Octal1674161014156545713530
Binary1110111100111000101100001101110101100101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770471; }

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

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

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

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

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

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

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

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