#760675

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

Shades of Purple #760675

Tints of Purple #760675

Color information

#760675 (or 0x760675) is unknown color: approx Purple. HEX triplet: 76, 06 and 75. RGB value is (118,6,117). Sum of RGB (Red+Green+Blue) = 118+6+117=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760675 is #89F98A. Grayscale: #333333. Windows color (decimal): -9042315 or 7669366. OLE color: 7669366.

HSL color Cylindrical-coordinate representation of color #760675: hue angle of 300.54º 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 #760675 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB1186117-
CMYK00.950.010.54
HSL300.54º90.32%24.31%-
HSV(B)300.54º94.92%46.27%-
XYZ10.755.2717.28-
YUV52.14164.61174.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=48.96%
G=2.49%
B=48.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118611700.950.010.54300.5490.3224.31
Hex7667505F13612d5a18
Octal1666165013716645513230
Binary11101101101110101010111111110110100101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760675; }

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

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

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

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

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

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

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

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