#76086A

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

Shades of Purple #76086A

Tints of Purple #76086A

Color information

#76086A (or 0x76086A) is unknown color: approx Purple. HEX triplet: 76, 08 and 6A. RGB value is (118,8,106). Sum of RGB (Red+Green+Blue) = 118+8+106=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76086A is #89F795. Grayscale: #333333. Windows color (decimal): -9041814 or 6948982. OLE color: 6948982.

HSL color Cylindrical-coordinate representation of color #76086A: hue angle of 306.55º 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 #76086A is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB1188106-
CMYK00.930.100.54
HSL306.55º87.3%24.71%-
HSV(B)306.55º93.22%46.27%-
XYZ10.165.0714.08-
YUV52.06158.44175.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=50.86%
G=3.45%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118810600.930.100.54306.5587.324.71
Hex7686A05DA361335719
Octal166101520135126646312731
Binary111011010001101010010111011010110110100110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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