#76178A

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

Shades of Purple #76178A

Tints of Purple #76178A

Color information

#76178A (or 0x76178A) is unknown color: approx Purple. HEX triplet: 76, 17 and 8A. RGB value is (118,23,138). Sum of RGB (Red+Green+Blue) = 118+23+138=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #76178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76178A is #89E875. Grayscale: #404040. Windows color (decimal): -9037942 or 9049974. OLE color: 9049974.

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

Color convert

RGB11823138-
CMYK0.140.8300.46
HSL289.57º71.43%31.57%-
HSV(B)289.57º83.33%54.12%-
XYZ12.376.324.61-
YUV64.52169.47166.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=42.29%
G=8.24%
B=49.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118231380.140.8300.46289.5771.4331.57
Hex76178AE5302E1224720
Octal166272121612305644210740
Binary111011010111100010101110101001101011101001000101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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