#770873

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

Shades of Purple #770873

Tints of Purple #770873

Color information

#770873 (or 0x770873) is unknown color: approx Purple. HEX triplet: 77, 08 and 73. RGB value is (119,8,115). Sum of RGB (Red+Green+Blue) = 119+8+115=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770873 is #88F78C. Grayscale: #353535. Windows color (decimal): -8976269 or 7538807. OLE color: 7538807.

HSL color Cylindrical-coordinate representation of color #770873: hue angle of 302.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770873 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB1198115-
CMYK00.930.030.53
HSL302.16º87.4%24.9%-
HSV(B)302.16º93.28%46.67%-
XYZ10.795.3316.68-
YUV53.39162.77174.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=49.17%
G=3.31%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119811500.930.030.53302.1687.424.9
Hex7787305D33512e5719
Octal16710163013536545612731
Binary1110111100011100110101110111110101100101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770873; }

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

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

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

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

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

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

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

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