#760387

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

Shades of Purple #760387

Tints of Purple #760387

Color information

#760387 (or 0x760387) is unknown color: approx Purple. HEX triplet: 76, 03 and 87. RGB value is (118,3,135). Sum of RGB (Red+Green+Blue) = 118+3+135=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #760387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760387 is #89FC78. Grayscale: #343434. Windows color (decimal): -9043065 or 8848246. OLE color: 8848246.

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

Color convert

RGB1183135-
CMYK0.130.9800.47
HSL292.27º95.65%27.06%-
HSV(B)292.27º97.78%52.94%-
XYZ11.885.6723.39-
YUV52.43174.6174.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=46.09%
G=1.17%
B=52.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11831350.130.9800.47292.2795.6527.06
Hex76387D6202F124601b
Octal16632071514205744414033
Binary11101101110000111110111000100101111100100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760387; }

 p { color: rgb(118,3,135); }

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

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

 a { background-color: rgb(118,3,135); }

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

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

 span { border-color: rgb(118,3,135); }

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