#760774

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

Shades of Purple #760774

Tints of Purple #760774

Color information

#760774 (or 0x760774) is unknown color: approx Purple. HEX triplet: 76, 07 and 74. RGB value is (118,7,116). Sum of RGB (Red+Green+Blue) = 118+7+116=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760774 is #89F88B. Grayscale: #343434. Windows color (decimal): -9042060 or 7604086. OLE color: 7604086.

HSL color Cylindrical-coordinate representation of color #760774: hue angle of 301.08º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760774 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB1187116-
CMYK00.940.020.54
HSL301.08º88.8%24.51%-
HSV(B)301.08º94.07%46.27%-
XYZ10.75.2616.98-
YUV52.61163.77174.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=48.96%
G=2.90%
B=48.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118711600.940.020.54301.0888.824.51
Hex7677405E23612d5919
Octal1667164013626645513131
Binary111011011111101000101111010110110100101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760774; }

 p { color: rgb(118,7,116); }

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

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

 a { background-color: rgb(118,7,116); }

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

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

 span { border-color: rgb(118,7,116); }

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