#770261

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

Shades of Purple #770261

Tints of Purple #770261

Color information

#770261 (or 0x770261) is unknown color: approx Purple. HEX triplet: 77, 02 and 61. RGB value is (119,2,97). Sum of RGB (Red+Green+Blue) = 119+2+97=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #770261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770261 is #88FD9E. Grayscale: #2F2F2F. Windows color (decimal): -8977823 or 6357623. OLE color: 6357623.

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

Color convert

RGB119297-
CMYK00.980.180.53
HSL311.28º96.69%23.73%-
HSV(B)311.28º98.32%46.67%-
XYZ9.794.8311.73-
YUV47.81155.76178.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=54.59%
G=0.92%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929700.980.180.53311.2896.6923.73
Hex7726106212351376118
Octal16721410142226546714130
Binary11101111011000010110001010010110101100110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770261; }

 p { color: rgb(119,2,97); }

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

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

 a { background-color: rgb(119,2,97); }

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

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

 span { border-color: rgb(119,2,97); }

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