#76067E

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

Shades of Purple #76067E

Tints of Purple #76067E

Color information

#76067E (or 0x76067E) is unknown color: approx Purple. HEX triplet: 76, 06 and 7E. RGB value is (118,6,126). Sum of RGB (Red+Green+Blue) = 118+6+126=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #76067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76067E is #89F981. Grayscale: #343434. Windows color (decimal): -9042306 or 8259190. OLE color: 8259190.

HSL color Cylindrical-coordinate representation of color #76067E: hue angle of 296º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76067E is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1186126-
CMYK0.060.9500.51
HSL296º90.91%25.88%-
HSV(B)296º95.24%49.41%-
XYZ11.35.4920.2-
YUV53.17169.11174.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 126 (49.61% from 255) = 50.4%
R=47.2%
G=2.4%
B=50.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11861260.060.9500.5129690.9125.88
Hex7667E65F0331285b1a
Octal1666176613706345013332
Binary1110110110111111011010111110110011100101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76067E; }

 p { color: rgb(118,6,126); }

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

<style>
 a { background-color: #76067E; }

 a { background-color: rgb(118,6,126); }

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

<style>
 span { border-color: #76067E; }

 span { border-color: rgb(118,6,126); }

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