#770074

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

Shades of Purple #770074

Tints of Purple #770074

Color information

#770074 (or 0x770074) is unknown color: approx Purple. HEX triplet: 77, 00 and 74. RGB value is (119,0,116). Sum of RGB (Red+Green+Blue) = 119+0+116=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #770074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770074 is #88FF8B. Grayscale: #303030. Windows color (decimal): -8978316 or 7602295. OLE color: 7602295.

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

Color convert

RGB1190116-
CMYK010.030.53
HSL301.51º100%23.33%-
HSV(B)301.51º100%46.67%-
XYZ10.765.1816.96-
YUV48.8165.92178.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=50.64%
G=0%
B=49.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190116010.030.53301.5110023.33
Hex7707406433512e6417
Octal1670164014436545614427
Binary1110111011101000110010011110101100101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770074; }

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

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

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

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

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

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

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

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