#761286

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

Shades of Purple #761286

Tints of Purple #761286

Color information

#761286 (or 0x761286) is unknown color: approx Purple. HEX triplet: 76, 12 and 86. RGB value is (118,18,134). Sum of RGB (Red+Green+Blue) = 118+18+134=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #761286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761286 is #89ED79. Grayscale: #3C3C3C. Windows color (decimal): -9039226 or 8786550. OLE color: 8786550.

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

Color convert

RGB11818134-
CMYK0.120.8700.47
HSL291.72º76.32%29.8%-
HSV(B)291.72º86.57%52.55%-
XYZ11.996.0123.08-
YUV61.12169.13168.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=43.70%
G=6.67%
B=49.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118181340.120.8700.47291.7276.3229.8
Hex761286C5702F1244c1e
Octal166222061412705744411436
Binary11101101001010000110110010101110101111100100100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761286; }

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

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

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

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

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

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

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

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