#76158D

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

Shades of Purple #76158D

Tints of Purple #76158D

Color information

#76158D (or 0x76158D) is unknown color: approx Purple. HEX triplet: 76, 15 and 8D. RGB value is (118,21,141). Sum of RGB (Red+Green+Blue) = 118+21+141=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #76158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76158D is #89EA72. Grayscale: #3F3F3F. Windows color (decimal): -9038451 or 9246070. OLE color: 9246070.

HSL color Cylindrical-coordinate representation of color #76158D: hue angle of 288.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76158D is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11821141-
CMYK0.160.8500.45
HSL288.5º74.07%31.76%-
HSV(B)288.5º85.11%55.29%-
XYZ12.556.3125.76-
YUV63.68171.64166.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=42.14%
G=7.5%
B=50.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118211410.160.8500.45288.574.0731.76
Hex76158D105502D1204a20
Octal166252152012505544011240
Binary1110110101011000110110000101010101011011001000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76158D; }

 p { color: rgb(118,21,141); }

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

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

 a { background-color: rgb(118,21,141); }

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

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

 span { border-color: rgb(118,21,141); }

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