#77216E

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

Shades of Dark Purple #77216E

Tints of Dark Purple #77216E

Color information

#77216E (or 0x77216E) is unknown color: approx Dark Purple. HEX triplet: 77, 21 and 6E. RGB value is (119,33,110). Sum of RGB (Red+Green+Blue) = 119+33+110=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77216E is #88DE91. Grayscale: #434343. Windows color (decimal): -8969874 or 7217527. OLE color: 7217527.

HSL color Cylindrical-coordinate representation of color #77216E: hue angle of 306.28º 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 #77216E is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11933110-
CMYK00.720.080.53
HSL306.28º56.58%29.8%-
HSV(B)306.28º72.27%46.67%-
XYZ10.976.1415.36-
YUV67.49151.99164.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 33 (13.28% from 255) = 12.60%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=45.42%
G=12.60%
B=41.98%

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
Decimal1193311000.720.080.53306.2856.5829.8
Hex77216E048835132391e
Octal16741156011010654627136
Binary1110111100001110111001001000100011010110011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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