#760870

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

Shades of Purple #760870

Tints of Purple #760870

Color information

#760870 (or 0x760870) is unknown color: approx Purple. HEX triplet: 76, 08 and 70. RGB value is (118,8,112). Sum of RGB (Red+Green+Blue) = 118+8+112=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760870 is #89F78F. Grayscale: #343434. Windows color (decimal): -9041808 or 7342198. OLE color: 7342198.

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

Color convert

RGB1188112-
CMYK00.930.050.54
HSL303.27º87.3%24.71%-
HSV(B)303.27º93.22%46.27%-
XYZ10.485.215.78-
YUV52.75161.44174.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=49.58%
G=3.36%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118811200.930.050.54303.2787.324.71
Hex7687005D53612f5719
Octal16610160013556645712731
Binary11101101000111000001011101101110110100101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760870; }

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

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

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

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

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

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

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

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