#760672

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

Shades of Purple #760672

Tints of Purple #760672

Color information

#760672 (or 0x760672) is unknown color: approx Purple. HEX triplet: 76, 06 and 72. RGB value is (118,6,114). Sum of RGB (Red+Green+Blue) = 118+6+114=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760672 is #89F98D. Grayscale: #333333. Windows color (decimal): -9042318 or 7472758. OLE color: 7472758.

HSL color Cylindrical-coordinate representation of color #760672: hue angle of 302.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760672 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB1186114-
CMYK00.950.030.54
HSL302.14º90.32%24.31%-
HSV(B)302.14º94.92%46.27%-
XYZ10.575.216.37-
YUV51.8163.11175.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=49.58%
G=2.52%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118611400.950.030.54302.1490.3224.31
Hex7667205F33612e5a18
Octal1666162013736645613230
Binary111011011011100100101111111110110100101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760672; }

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

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

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

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

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

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

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

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