#760875

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

Shades of Purple #760875

Tints of Purple #760875

Color information

#760875 (or 0x760875) is unknown color: approx Purple. HEX triplet: 76, 08 and 75. RGB value is (118,8,117). Sum of RGB (Red+Green+Blue) = 118+8+117=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #760875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760875 is #89F78A. Grayscale: #343434. Windows color (decimal): -9041803 or 7669878. OLE color: 7669878.

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

Color convert

RGB1188117-
CMYK00.930.010.54
HSL300.55º87.3%24.71%-
HSV(B)300.55º93.22%46.27%-
XYZ10.775.3117.29-
YUV53.32163.94174.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=48.56%
G=3.29%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118811700.930.010.54300.5587.324.71
Hex7687505D13612d5719
Octal16610165013516645512731
Binary111011010001110101010111011110110100101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760875; }

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

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

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

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

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

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

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

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