#76158F

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

Shades of Purple #76158F

Tints of Purple #76158F

Color information

#76158F (or 0x76158F) is unknown color: approx Purple. HEX triplet: 76, 15 and 8F. RGB value is (118,21,143). Sum of RGB (Red+Green+Blue) = 118+21+143=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #76158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76158F is #89EA70. Grayscale: #3F3F3F. Windows color (decimal): -9038449 or 9377142. OLE color: 9377142.

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

Color convert

RGB11821143-
CMYK0.170.8500.44
HSL287.7º74.39%32.16%-
HSV(B)287.7º85.31%56.08%-
XYZ12.76.3726.55-
YUV63.91172.64166.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=41.84%
G=7.45%
B=50.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118211430.170.8500.44287.774.3932.16
Hex76158F115502C1204a20
Octal166252172112505444011240
Binary1110110101011000111110001101010101011001001000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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