#770574

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

Shades of Purple #770574

Tints of Purple #770574

Color information

#770574 (or 0x770574) is unknown color: approx Purple. HEX triplet: 77, 05 and 74. RGB value is (119,5,116). Sum of RGB (Red+Green+Blue) = 119+5+116=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770574 is #88FA8B. Grayscale: #333333. Windows color (decimal): -8977036 or 7603575. OLE color: 7603575.

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

Color convert

RGB1195116-
CMYK00.960.030.53
HSL301.58º91.94%24.31%-
HSV(B)301.58º95.8%46.67%-
XYZ10.815.2916.97-
YUV51.74164.27175.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=49.58%
G=2.08%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119511600.960.030.53301.5891.9424.31
Hex7757406033512e5c18
Octal1675164014036545613430
Binary111011110111101000110000011110101100101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770574; }

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

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

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

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

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

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

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

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