#760186

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

Shades of Purple #760186

Tints of Purple #760186

Color information

#760186 (or 0x760186) is unknown color: approx Purple. HEX triplet: 76, 01 and 86. RGB value is (118,1,134). Sum of RGB (Red+Green+Blue) = 118+1+134=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #760186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760186 is #89FE79. Grayscale: #323232. Windows color (decimal): -9043578 or 8782198. OLE color: 8782198.

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

Color convert

RGB1181134-
CMYK0.120.9900.47
HSL292.78º98.52%26.47%-
HSV(B)292.78º99.25%52.55%-
XYZ11.795.5923.01-
YUV51.14174.76175.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=46.64%
G=0.40%
B=52.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11811340.120.9900.47292.7898.5226.47
Hex76186C6302F125631a
Octal16612061414305744514332
Binary1110110110000110110011000110101111100100101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760186; }

 p { color: rgb(118,1,134); }

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

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

 a { background-color: rgb(118,1,134); }

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

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

 span { border-color: rgb(118,1,134); }

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