#760E6D

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

Shades of Purple #760E6D

Tints of Purple #760E6D

Color information

#760E6D (or 0x760E6D) is unknown color: approx Purple. HEX triplet: 76, 0E and 6D. RGB value is (118,14,109). Sum of RGB (Red+Green+Blue) = 118+14+109=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E6D is #89F192. Grayscale: #373737. Windows color (decimal): -9040275 or 7147126. OLE color: 7147126.

HSL color Cylindrical-coordinate representation of color #760E6D: hue angle of 305.19º 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 #760E6D is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11814109-
CMYK00.880.080.54
HSL305.19º78.79%25.88%-
HSV(B)305.19º88.14%46.27%-
XYZ10.395.2714.94-
YUV55.93157.96172.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=48.96%
G=5.81%
B=45.23%

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
Decimal1181410900.880.080.54305.1978.7925.88
Hex76E6D0588361314f1a
Octal166161550130106646111732
Binary111011011101101101010110001000110110100110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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