#77016A

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

Shades of Purple #77016A

Tints of Purple #77016A

Color information

#77016A (or 0x77016A) is unknown color: approx Purple. HEX triplet: 77, 01 and 6A. RGB value is (119,1,106). Sum of RGB (Red+Green+Blue) = 119+1+106=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016A is #88FE95. Grayscale: #2F2F2F. Windows color (decimal): -8978070 or 6947191. OLE color: 6947191.

HSL color Cylindrical-coordinate representation of color #77016A: hue angle of 306.61º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77016A is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB1191106-
CMYK00.990.110.53
HSL306.61º98.33%23.53%-
HSV(B)306.61º99.16%46.67%-
XYZ10.224.9814.06-
YUV48.25160.59178.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=52.65%
G=0.44%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110600.990.110.53306.6198.3323.53
Hex7716A063B351336218
Octal16711520143136546314230
Binary111011111101010011000111011110101100110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77016A; }

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

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

<style>
 a { background-color: #77016A; }

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

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

<style>
 span { border-color: #77016A; }

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

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