#760988

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

Shades of Purple #760988

Tints of Purple #760988

Color information

#760988 (or 0x760988) is unknown color: approx Purple. HEX triplet: 76, 09 and 88. RGB value is (118,9,136). Sum of RGB (Red+Green+Blue) = 118+9+136=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #760988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760988 is #89F677. Grayscale: #373737. Windows color (decimal): -9041528 or 8915318. OLE color: 8915318.

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

Color convert

RGB1189136-
CMYK0.130.9300.47
HSL291.5º87.59%28.43%-
HSV(B)291.5º93.38%53.33%-
XYZ12.015.8223.78-
YUV56.07173.11172.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=44.87%
G=3.42%
B=51.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11891360.130.9300.47291.587.5928.43
Hex76988D5D02F123581c
Octal166112101513505744313034
Binary1110110100110001000110110111010101111100100011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760988; }

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

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

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

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

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

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

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

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