#770671

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

Shades of Purple #770671

Tints of Purple #770671

Color information

#770671 (or 0x770671) is unknown color: approx Purple. HEX triplet: 77, 06 and 71. RGB value is (119,6,113). Sum of RGB (Red+Green+Blue) = 119+6+113=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770671 is #88F98E. Grayscale: #333333. Windows color (decimal): -8976783 or 7407223. OLE color: 7407223.

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

Color convert

RGB1196113-
CMYK00.950.050.53
HSL303.19º90.4%24.51%-
HSV(B)303.19º94.96%46.67%-
XYZ10.655.2416.07-
YUV51.98162.44175.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=50%
G=2.52%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119611300.950.050.53303.1990.424.51
Hex7767105F53512f5a19
Octal1676161013756545713231
Binary1110111110111000101011111101110101100101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770671; }

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

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

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

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

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

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

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

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