#770174

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

Shades of Purple #770174

Tints of Purple #770174

Color information

#770174 (or 0x770174) is unknown color: approx Purple. HEX triplet: 77, 01 and 74. RGB value is (119,1,116). Sum of RGB (Red+Green+Blue) = 119+1+116=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770174 is #88FE8B. Grayscale: #313131. Windows color (decimal): -8978060 or 7602551. OLE color: 7602551.

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

Color convert

RGB1191116-
CMYK00.990.030.53
HSL301.53º98.33%23.53%-
HSV(B)301.53º99.16%46.67%-
XYZ10.775.216.96-
YUV49.39165.59177.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=50.42%
G=0.42%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111600.990.030.53301.5398.3323.53
Hex7717406333512e6218
Octal1671164014336545614230
Binary1110111111101000110001111110101100101110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770174; }

 p { color: rgb(119,1,116); }

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

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

 a { background-color: rgb(119,1,116); }

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

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

 span { border-color: rgb(119,1,116); }

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