#770C6A

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

Shades of Purple #770C6A

Tints of Purple #770C6A

Color information

#770C6A (or 0x770C6A) is unknown color: approx Purple. HEX triplet: 77, 0C and 6A. RGB value is (119,12,106). Sum of RGB (Red+Green+Blue) = 119+12+106=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #770C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C6A is #88F395. Grayscale: #363636. Windows color (decimal): -8975254 or 6950007. OLE color: 6950007.

HSL color Cylindrical-coordinate representation of color #770C6A: hue angle of 307.29º 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 #770C6A is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11912106-
CMYK00.900.110.53
HSL307.29º81.68%25.69%-
HSV(B)307.29º89.92%46.67%-
XYZ10.345.2314.1-
YUV54.71156.95173.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=50.21%
G=5.06%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191210600.900.110.53307.2981.6825.69
Hex77C6A05AB35133521a
Octal167141520132136546312232
Binary111011111001101010010110101011110101100110011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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