#76168A

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

Shades of Purple #76168A

Tints of Purple #76168A

Color information

#76168A (or 0x76168A) is unknown color: approx Purple. HEX triplet: 76, 16 and 8A. RGB value is (118,22,138). Sum of RGB (Red+Green+Blue) = 118+22+138=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #76168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76168A is #89E975. Grayscale: #3F3F3F. Windows color (decimal): -9038198 or 9049718. OLE color: 9049718.

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

Color convert

RGB11822138-
CMYK0.140.8400.46
HSL289.66º72.5%31.37%-
HSV(B)289.66º84.06%54.12%-
XYZ12.356.2624.6-
YUV63.93169.8166.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=42.45%
G=7.91%
B=49.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118221380.140.8400.46289.6672.531.37
Hex76168AE5402E122481f
Octal166262121612405644211037
Binary11101101011010001010111010101000101110100100010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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