#77216D

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

Shades of Dark Purple #77216D

Tints of Dark Purple #77216D

Color information

#77216D (or 0x77216D) is unknown color: approx Dark Purple. HEX triplet: 77, 21 and 6D. RGB value is (119,33,109). Sum of RGB (Red+Green+Blue) = 119+33+109=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77216D is #88DE92. Grayscale: #434343. Windows color (decimal): -8969875 or 7151991. OLE color: 7151991.

HSL color Cylindrical-coordinate representation of color #77216D: hue angle of 306.98º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77216D is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11933109-
CMYK00.720.080.53
HSL306.98º56.58%29.8%-
HSV(B)306.98º72.27%46.67%-
XYZ10.916.1115.07-
YUV67.38151.49164.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=45.59%
G=12.64%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193310900.720.080.53306.9856.5829.8
Hex77216D048835133391e
Octal16741155011010654637136
Binary1110111100001110110101001000100011010110011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77216D; }

 p { color: rgb(119,33,109); }

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

<style>
 a { background-color: #77216D; }

 a { background-color: rgb(119,33,109); }

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

<style>
 span { border-color: #77216D; }

 span { border-color: rgb(119,33,109); }

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