#770C7C

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

Shades of Purple #770C7C

Tints of Purple #770C7C

Color information

#770C7C (or 0x770C7C) is unknown color: approx Purple. HEX triplet: 77, 0C and 7C. RGB value is (119,12,124). Sum of RGB (Red+Green+Blue) = 119+12+124=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #770C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C7C is #88F383. Grayscale: #383838. Windows color (decimal): -8975236 or 8129655. OLE color: 8129655.

HSL color Cylindrical-coordinate representation of color #770C7C: hue angle of 297.32º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C7C is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11912124-
CMYK0.040.9000.51
HSL297.32º82.35%26.67%-
HSV(B)297.32º90.32%48.63%-
XYZ11.385.6419.56-
YUV56.76165.95172.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 12 (5.08% from 255) = 4.71%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=46.67%
G=4.71%
B=48.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119121240.040.9000.51297.3282.3526.67
Hex77C7C45A033129521b
Octal16714174413206345112233
Binary11101111100111110010010110100110011100101001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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