#76057f

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

Shades of Purple #76057F

Tints of Purple #76057F

Color information

#76057F (or 0x76057F) is unknown color: approx Purple. HEX triplet: 76, 05 and 7F. RGB value is (118,5,127). Sum of RGB (Red+Green+Blue) = 118+5+127=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #76057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76057F is #89FA80. Grayscale: #343434. Windows color (decimal): -9042561 or 8324470. OLE color: 8324470.

HSL color Cylindrical-coordinate representation of color #76057F: hue angle of 295.57º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76057F is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1185127-
CMYK0.070.9600.50
HSL295.57º92.42%25.88%-
HSV(B)295.57º96.06%49.8%-
XYZ11.365.4920.54-
YUV52.7169.94174.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 127 (50% from 255) = 50.8%
R=47.2%
G=2%
B=50.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11851270.070.9600.50295.5792.4225.88
Hex7657F7600321285c1a
Octal1665177714006245013432
Binary1110110101111111111111000000110010100101000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76057f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76057f; }

 p { color: rgb(118,5,127); }

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

<style>
 a { background-color: #76057f; }

 a { background-color: rgb(118,5,127); }

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

<style>
 span { border-color: #76057f; }

 span { border-color: rgb(118,5,127); }

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