#761075

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

Shades of Purple #761075

Tints of Purple #761075

Color information

#761075 (or 0x761075) is unknown color: approx Purple. HEX triplet: 76, 10 and 75. RGB value is (118,16,117). Sum of RGB (Red+Green+Blue) = 118+16+117=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761075 is #89EF8A. Grayscale: #393939. Windows color (decimal): -9039755 or 7671926. OLE color: 7671926.

HSL color Cylindrical-coordinate representation of color #761075: hue angle of 300.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761075 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11816117-
CMYK00.860.010.54
HSL300.59º76.12%26.27%-
HSV(B)300.59º86.44%46.27%-
XYZ10.875.5117.32-
YUV58.01161.29170.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=47.01%
G=6.37%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181611700.860.010.54300.5976.1226.27
Hex76107505613612d4c1a
Octal16620165012616645511432
Binary1110110100001110101010101101110110100101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761075; }

 p { color: rgb(118,16,117); }

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

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

 a { background-color: rgb(118,16,117); }

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

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

 span { border-color: rgb(118,16,117); }

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