#77016C

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

Shades of Purple #77016C

Tints of Purple #77016C

Color information

#77016C (or 0x77016C) is unknown color: approx Purple. HEX triplet: 77, 01 and 6C. RGB value is (119,1,108). Sum of RGB (Red+Green+Blue) = 119+1+108=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77016C is #88FE93. Grayscale: #303030. Windows color (decimal): -8978068 or 7078263. OLE color: 7078263.

HSL color Cylindrical-coordinate representation of color #77016C: hue angle of 305.59º 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 #77016C is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB1191108-
CMYK00.990.090.53
HSL305.59º98.33%23.53%-
HSV(B)305.59º99.16%46.67%-
XYZ10.335.0314.61-
YUV48.48161.59178.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=52.19%
G=0.44%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110800.990.090.53305.5998.3323.53
Hex7716C0639351326218
Octal16711540143116546214230
Binary111011111101100011000111001110101100110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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