#76158A

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

Shades of Purple #76158A

Tints of Purple #76158A

Color information

#76158A (or 0x76158A) is unknown color: approx Purple. HEX triplet: 76, 15 and 8A. RGB value is (118,21,138). Sum of RGB (Red+Green+Blue) = 118+21+138=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #76158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76158A is #89EA75. Grayscale: #3E3E3E. Windows color (decimal): -9038454 or 9049462. OLE color: 9049462.

HSL color Cylindrical-coordinate representation of color #76158A: hue angle of 289.74º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76158A is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11821138-
CMYK0.140.8500.46
HSL289.74º73.58%31.18%-
HSV(B)289.74º84.78%54.12%-
XYZ12.336.2224.6-
YUV63.34170.14166.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=42.60%
G=7.58%
B=49.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118211380.140.8500.46289.7473.5831.18
Hex76158AE5502E1224a1f
Octal166252121612505644211237
Binary11101101010110001010111010101010101110100100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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