#770376

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

Shades of Purple #770376

Tints of Purple #770376

Color information

#770376 (or 0x770376) is unknown color: approx Purple. HEX triplet: 77, 03 and 76. RGB value is (119,3,118). Sum of RGB (Red+Green+Blue) = 119+3+118=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770376 is #88FC89. Grayscale: #323232. Windows color (decimal): -8977546 or 7734135. OLE color: 7734135.

HSL color Cylindrical-coordinate representation of color #770376: hue angle of 300.52º degrees, saturation: 0.95, 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 #770376 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB1193118-
CMYK00.970.010.53
HSL300.52º95.08%23.92%-
HSV(B)300.52º97.48%46.67%-
XYZ10.915.317.59-
YUV50.79165.93176.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=49.58%
G=1.25%
B=49.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119311800.970.010.53300.5295.0823.92
Hex7737606113512d5f18
Octal1673166014116545513730
Binary1110111111110110011000011110101100101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770376; }

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

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

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

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

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

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

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

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