#770473

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

Shades of Purple #770473

Tints of Purple #770473

Color information

#770473 (or 0x770473) is unknown color: approx Purple. HEX triplet: 77, 04 and 73. RGB value is (119,4,115). Sum of RGB (Red+Green+Blue) = 119+4+115=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770473 is #88FB8C. Grayscale: #323232. Windows color (decimal): -8977293 or 7537783. OLE color: 7537783.

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

Color convert

RGB1194115-
CMYK00.970.030.53
HSL302.09º93.5%24.12%-
HSV(B)302.09º96.64%46.67%-
XYZ10.755.2516.67-
YUV51.04164.1176.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=50%
G=1.68%
B=48.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119411500.970.030.53302.0993.524.12
Hex7747306133512e5d18
Octal1674163014136545613530
Binary111011110011100110110000111110101100101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770473; }

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

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

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

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

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

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

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

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