#760187

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

Shades of Purple #760187

Tints of Purple #760187

Color information

#760187 (or 0x760187) is unknown color: approx Purple. HEX triplet: 76, 01 and 87. RGB value is (118,1,135). Sum of RGB (Red+Green+Blue) = 118+1+135=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #760187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760187 is #89FE78. Grayscale: #323232. Windows color (decimal): -9043577 or 8847734. OLE color: 8847734.

HSL color Cylindrical-coordinate representation of color #760187: hue angle of 292.39º degrees, saturation: 0.99, 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 #760187 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1181135-
CMYK0.130.9900.47
HSL292.39º98.53%26.67%-
HSV(B)292.39º99.26%52.94%-
XYZ11.865.6223.38-
YUV51.26175.26175.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=46.46%
G=0.39%
B=53.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11811350.130.9900.47292.3998.5326.67
Hex76187D6302F124631b
Octal16612071514305744414333
Binary1110110110000111110111000110101111100100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760187; }

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

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

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

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

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

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

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

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