#760286

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

Shades of Purple #760286

Tints of Purple #760286

Color information

#760286 (or 0x760286) is unknown color: approx Purple. HEX triplet: 76, 02 and 86. RGB value is (118,2,134). Sum of RGB (Red+Green+Blue) = 118+2+134=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #760286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760286 is #89FD79. Grayscale: #333333. Windows color (decimal): -9043322 or 8782454. OLE color: 8782454.

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

Color convert

RGB1182134-
CMYK0.120.9900.47
HSL292.73º97.06%26.67%-
HSV(B)292.73º98.51%52.55%-
XYZ11.85.6223.02-
YUV51.73174.43175.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=46.46%
G=0.79%
B=52.76%

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
Decimal11821340.120.9900.47292.7397.0626.67
Hex76286C6302F125611b
Octal16622061414305744514133
Binary11101101010000110110011000110101111100100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760286; }

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

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

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

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

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

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

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

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