#770C6C

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

Shades of Purple #770C6C

Tints of Purple #770C6C

Color information

#770C6C (or 0x770C6C) is unknown color: approx Purple. HEX triplet: 77, 0C and 6C. RGB value is (119,12,108). Sum of RGB (Red+Green+Blue) = 119+12+108=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C6C is #88F393. Grayscale: #363636. Windows color (decimal): -8975252 or 7081079. OLE color: 7081079.

HSL color Cylindrical-coordinate representation of color #770C6C: hue angle of 306.17º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C6C is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11912108-
CMYK00.900.090.53
HSL306.17º81.68%25.69%-
HSV(B)306.17º89.92%46.67%-
XYZ10.455.2714.65-
YUV54.94157.95173.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 12 (5.08% from 255) = 5.02%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=49.79%
G=5.02%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191210800.900.090.53306.1781.6825.69
Hex77C6C05A935132521a
Octal167141540132116546212232
Binary111011111001101100010110101001110101100110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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