#770476

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

Shades of Purple #770476

Tints of Purple #770476

Color information

#770476 (or 0x770476) is unknown color: approx Purple. HEX triplet: 77, 04 and 76. RGB value is (119,4,118). Sum of RGB (Red+Green+Blue) = 119+4+118=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770476 is #88FB89. Grayscale: #333333. Windows color (decimal): -8977290 or 7734391. OLE color: 7734391.

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

Color convert

RGB1194118-
CMYK00.970.010.53
HSL300.52º93.5%24.12%-
HSV(B)300.52º96.64%46.67%-
XYZ10.925.3217.59-
YUV51.38165.6176.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=49.38%
G=1.66%
B=48.96%

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
Decimal119411800.970.010.53300.5293.524.12
Hex7747606113512d5d18
Octal1674166014116545513530
Binary11101111001110110011000011110101100101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770476; }

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

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

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

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

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

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

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

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