#760E6C

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

Shades of Dark Purple #760E6C

Tints of Dark Purple #760E6C

Color information

#760E6C (or 0x760E6C) is unknown color: approx Dark Purple. HEX triplet: 76, 0E and 6C. RGB value is (118,14,108). Sum of RGB (Red+Green+Blue) = 118+14+108=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E6C is #89F193. Grayscale: #373737. Windows color (decimal): -9040276 or 7081590. OLE color: 7081590.

HSL color Cylindrical-coordinate representation of color #760E6C: hue angle of 305.77º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E6C is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11814108-
CMYK00.880.080.54
HSL305.77º78.79%25.88%-
HSV(B)305.77º88.14%46.27%-
XYZ10.345.2514.66-
YUV55.81157.46172.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 108 (42.58% from 255) = 45%
R=49.17%
G=5.83%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181410800.880.080.54305.7778.7925.88
Hex76E6C0588361324f1a
Octal166161540130106646211732
Binary111011011101101100010110001000110110100110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760E6C; }

 p { color: rgb(118,14,108); }

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

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

 a { background-color: rgb(118,14,108); }

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

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

 span { border-color: rgb(118,14,108); }

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