#77116E

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

Shades of Dark Purple #77116E

Tints of Dark Purple #77116E

Color information

#77116E (or 0x77116E) is unknown color: approx Dark Purple. HEX triplet: 77, 11 and 6E. RGB value is (119,17,110). Sum of RGB (Red+Green+Blue) = 119+17+110=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77116E is #88EE91. Grayscale: #393939. Windows color (decimal): -8973970 or 7213431. OLE color: 7213431.

HSL color Cylindrical-coordinate representation of color #77116E: hue angle of 305.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77116E is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11917110-
CMYK00.860.080.53
HSL305.29º75%26.67%-
HSV(B)305.29º85.71%46.67%-
XYZ10.625.4515.24-
YUV58.1157.29171.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=48.37%
G=6.91%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191711000.860.080.53305.297526.67
Hex77116E0568351314b1b
Octal167211560126106546111333
Binary1110111100011101110010101101000110101100110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77116E; }

 p { color: rgb(119,17,110); }

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

<style>
 a { background-color: #77116E; }

 a { background-color: rgb(119,17,110); }

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

<style>
 span { border-color: #77116E; }

 span { border-color: rgb(119,17,110); }

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