#760768

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

Shades of Purple #760768

Tints of Purple #760768

Color information

#760768 (or 0x760768) is unknown color: approx Purple. HEX triplet: 76, 07 and 68. RGB value is (118,7,104). Sum of RGB (Red+Green+Blue) = 118+7+104=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #760768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760768 is #89F897. Grayscale: #323232. Windows color (decimal): -9042072 or 6817654. OLE color: 6817654.

HSL color Cylindrical-coordinate representation of color #760768: hue angle of 307.57º 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 #760768 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB1187104-
CMYK00.940.120.54
HSL307.57º88.8%24.51%-
HSV(B)307.57º94.07%46.27%-
XYZ10.05513.53-
YUV51.25157.77175.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=51.53%
G=3.06%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118710400.940.120.54307.5788.824.51
Hex7676805EC361345919
Octal16671500136146646413131
Binary11101101111101000010111101100110110100110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760768; }

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

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

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

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

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

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

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

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