#760188

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

Shades of Purple #760188

Tints of Purple #760188

Color information

#760188 (or 0x760188) is unknown color: approx Purple. HEX triplet: 76, 01 and 88. RGB value is (118,1,136). Sum of RGB (Red+Green+Blue) = 118+1+136=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #760188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760188 is #89FE77. Grayscale: #323232. Windows color (decimal): -9043576 or 8913270. OLE color: 8913270.

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

Color convert

RGB1181136-
CMYK0.130.9900.47
HSL292º98.54%26.86%-
HSV(B)292º99.26%53.33%-
XYZ11.935.6523.75-
YUV51.37175.76175.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=46.27%
G=0.39%
B=53.33%

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
Decimal11811360.130.9900.4729298.5426.86
Hex76188D6302F124631b
Octal16612101514305744414333
Binary1110110110001000110111000110101111100100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760188; }

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

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

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

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

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

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

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

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