#770B76

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

Shades of Purple #770B76

Tints of Purple #770B76

Color information

#770B76 (or 0x770B76) is unknown color: approx Purple. HEX triplet: 77, 0B and 76. RGB value is (119,11,118). Sum of RGB (Red+Green+Blue) = 119+11+118=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #770B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B76 is #88F489. Grayscale: #373737. Windows color (decimal): -8975498 or 7736183. OLE color: 7736183.

HSL color Cylindrical-coordinate representation of color #770B76: hue angle of 300.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B76 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB11911118-
CMYK00.910.010.53
HSL300.56º83.08%25.49%-
HSV(B)300.56º90.76%46.67%-
XYZ115.4717.62-
YUV55.49163.28173.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=47.98%
G=4.44%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191111800.910.010.53300.5683.0825.49
Hex77B7605B13512d5319
Octal16713166013316545512331
Binary111011110111110110010110111110101100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770B76; }

 p { color: rgb(119,11,118); }

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

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

 a { background-color: rgb(119,11,118); }

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

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

 span { border-color: rgb(119,11,118); }

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