#760C6C

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

Shades of Purple #760C6C

Tints of Purple #760C6C

Color information

#760C6C (or 0x760C6C) is unknown color: approx Purple. HEX triplet: 76, 0C and 6C. RGB value is (118,12,108). Sum of RGB (Red+Green+Blue) = 118+12+108=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C6C is #89F393. Grayscale: #363636. Windows color (decimal): -9040788 or 7081078. OLE color: 7081078.

HSL color Cylindrical-coordinate representation of color #760C6C: hue angle of 305.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C6C is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11812108-
CMYK00.900.080.54
HSL305.66º81.54%25.49%-
HSV(B)305.66º89.83%46.27%-
XYZ10.315.214.65-
YUV54.64158.12173.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=49.58%
G=5.04%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181210800.900.080.54305.6681.5425.49
Hex76C6C05A8361325219
Octal166141540132106646212231
Binary111011011001101100010110101000110110100110010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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