#76086C

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

Shades of Purple #76086C

Tints of Purple #76086C

Color information

#76086C (or 0x76086C) is unknown color: approx Purple. HEX triplet: 76, 08 and 6C. RGB value is (118,8,108). Sum of RGB (Red+Green+Blue) = 118+8+108=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086C is #89F793. Grayscale: #343434. Windows color (decimal): -9041812 or 7080054. OLE color: 7080054.

HSL color Cylindrical-coordinate representation of color #76086C: hue angle of 305.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76086C is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB1188108-
CMYK00.930.080.54
HSL305.45º87.3%24.71%-
HSV(B)305.45º93.22%46.27%-
XYZ10.265.1114.63-
YUV52.29159.44174.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=50.43%
G=3.42%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118810800.930.080.54305.4587.324.71
Hex7686C05D8361315719
Octal166101540135106646112731
Binary111011010001101100010111011000110110100110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76086C; }

 p { color: rgb(118,8,108); }

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

<style>
 a { background-color: #76086C; }

 a { background-color: rgb(118,8,108); }

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

<style>
 span { border-color: #76086C; }

 span { border-color: rgb(118,8,108); }

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